Shades of Deep Sky Blue #02CFFE
Tints of Deep Sky Blue #02CFFE
RGB
CMYK
RGB Variations
Color information
#02CFFE (or 0x02CFFE) is known color: Deep Sky Blue. HEX triplet: 02, CF and FE. RGB value is (2,207,254). Sum of RGB (Red+Green+Blue) = 2+207+254=463 (61% of max value = 765). Red value is 2 (1.17% from 255 or 0.43% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #02CFFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02CFFE is #FD3001. Grayscale: #969696. Windows color (decimal): -16592898 or 16699138. OLE color: 16699138.
HSL color Cylindrical-coordinate representation of color #02CFFE: hue angle of 191.19º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CFFE is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 207 | 254 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.00 |
| HSL | 191.19º | 0.99% | 0.5% | - |
| HSV(B) | 191.19º | 0.99% | 1% | - |
| XYZ | 40.23 | 51.79 | 101.64 | - |
| YUV | 151.06 | 186.08 | 21.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 207 | 254 | 0.99 | 0.19 | 0 | 0.00 | 191.19 | 0.99 | 0.5 |
| Hex | 2 | CF | FE | 63 | 13 | 0 | 0 | BF | 63 | 32 |
| Octal | 2 | 317 | 376 | 143 | 23 | 0 | 0 | 277 | 143 | 62 |
| Binary | 10 | 11001111 | 11111110 | 1100011 | 10011 | 0 | 0 | 10111111 | 1100011 | 110010 |
Color Harmonies of #02CFFE
Complementary color
Monochromatic Colors of #02CFFE
Black with #02CFFE
Text Example
Text Example
White with #02CFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CFFE; }
p { color: rgb(2,207,254); }
H1.HeaderClassName
{
color: #02CFFE;
}
.AnyTagClassName
{
color: #02CFFE;
}
</style>
background-color css
<style>
a { background-color: #02CFFE; }
a { background-color: rgb(2,207,254); }
div.DivClassName
{
background-color: #02CFFE;
}
.BgClassName
{
background-color: #02CFFE;
}
</style>
border-color css
<style>
span { border-color: #02CFFE; }
span { border-color: rgb(2,207,254); }
td.TdClassName
{
border-color: #02CFFE;
}
.TagClassName
{
border-color: #02CFFE;
}
</style>