In a RGB color space, #00ccff hex color (also known as Vivid Sky Blue) is composed of 0% red, 80% green and 100% blue. Whereas in a CMYK color space, it is composed of 100% cyan, 20% magenta, 0% yellow and 0% black. It has a hue angle of 192 degrees, a saturation of 100% and a lightness of 50%. #00ccff color hex could be obtained by blending #00ffff with #0099ff. #00ccff(or #0cf) is a websafe color.
The hexadecimal color #00ccff has RGB values of R:0, G:204, B:255 and CMYK values of C:1, M:0.2, Y:0, K:0. Its decimal value is 52479.
Hex triplet | 00ccff | #00ccff |
RGB Decimal | 0, 204, 255 | rgb(0,204,255) |
RGB Percent | 0, 80, 100 | rgb(0%,80%,100%) |
CMYK | 100, 20, 0, 0 | |
HSL | 192°, 100, 50 | hsl(192,100%,50%) |
HSV(HSB) | 192°, 100, 100 | |
Web Safe | 00ccff | #0cf |
XYZ | 39.643, 50.406, 102.248 |
xyY | 0.206, 0.262, 50.406 |
CIE-LAB | 76.318, -24.345, -36.684 |
CIE-LCH | 76.318, 44.027, 236.43 |
CIE-LUV | 76.318, -53.582, -56.403 |
Hunter-Lab | 70.997, -24.575, -35.69 |
Binary | 00000000, 11001100, 11111111 |
Below, you can see some colors close to #00ccff. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #00ccff.
<span style="color:#00ccff">Text here</span>
This paragraph has a background color of #00ccff.
<p style="background-color:#00ccff;">Content here</p>
This element has a border color of #00ccff.
<div style="border:1px #00ccff;">Content here</div>
.text {color:#00ccff;}
.background {background-color:#00ccff;}
.border {border:1px solid #00ccff;}
.text-shadow {border:1px solid #00ccff;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #000000 is the darkest color, while #eafbff is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #7f8080 is the less saturated color, while #0bc6f4 is the most saturated one.