Shades of Deep Sky Blue #02CEFF
Tints of Deep Sky Blue #02CEFF
RGB
CMYK
RGB Variations
Color information
#02CEFF (or 0x02CEFF) is known color: Deep Sky Blue. HEX triplet: 02, CE and FF. RGB value is (2,206,255). Sum of RGB (Red+Green+Blue) = 2+206+255=463 (61% of max value = 765). Red value is 2 (1.17% from 255 or 0.43% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #02CEFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02CEFF is #FD3100. Grayscale: #969696. Windows color (decimal): -16593153 or 16764418. OLE color: 16764418.
HSL color Cylindrical-coordinate representation of color #02CEFF: hue angle of 191.62º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CEFF is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 206 | 255 | - |
| CMYK | 0.99 | 0.19 | 0 | 0 |
| HSL | 191.62º | 1% | 0.5% | - |
| HSV(B) | 191.62º | 0.99% | 1% | - |
| XYZ | 40.15 | 51.38 | 102.41 | - |
| YUV | 150.59 | 186.91 | 22.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 206 | 255 | 0.99 | 0.19 | 0 | 0 | 191.62 | 1 | 0.5 |
| Hex | 2 | CE | FF | 63 | 13 | 0 | 0 | C0 | 64 | 32 |
| Octal | 2 | 316 | 377 | 143 | 23 | 0 | 0 | 300 | 144 | 62 |
| Binary | 10 | 11001110 | 11111111 | 1100011 | 10011 | 0 | 0 | 11000000 | 1100100 | 110010 |
Color Harmonies of #02CEFF
Complementary color
Monochromatic Colors of #02CEFF
Black with #02CEFF
Text Example
Text Example
White with #02CEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CEFF; }
p { color: rgb(2,206,255); }
H1.HeaderClassName
{
color: #02CEFF;
}
.AnyTagClassName
{
color: #02CEFF;
}
</style>
background-color css
<style>
a { background-color: #02CEFF; }
a { background-color: rgb(2,206,255); }
div.DivClassName
{
background-color: #02CEFF;
}
.BgClassName
{
background-color: #02CEFF;
}
</style>
border-color css
<style>
span { border-color: #02CEFF; }
span { border-color: rgb(2,206,255); }
td.TdClassName
{
border-color: #02CEFF;
}
.TagClassName
{
border-color: #02CEFF;
}
</style>