Shades of Deep Sky Blue #02C9FE
Tints of Deep Sky Blue #02C9FE
RGB
CMYK
RGB Variations
Color information
#02C9FE (or 0x02C9FE) is known color: Deep Sky Blue. HEX triplet: 02, C9 and FE. RGB value is (2,201,254). Sum of RGB (Red+Green+Blue) = 2+201+254=457 (60% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 457); Green value is 201 (78.91% from 255 or 43.98% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #02C9FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02C9FE is #FD3601. Grayscale: #939393. Windows color (decimal): -16594434 or 16697602. OLE color: 16697602.
HSL color Cylindrical-coordinate representation of color #02C9FE: hue angle of 192.62º 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 #02C9FE is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 201 | 254 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.00 |
| HSL | 192.62º | 0.99% | 0.5% | - |
| HSV(B) | 192.62º | 0.99% | 1% | - |
| XYZ | 38.8 | 48.94 | 101.17 | - |
| YUV | 147.54 | 188.07 | 24.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 201 | 254 | 0.99 | 0.21 | 0 | 0.00 | 192.62 | 0.99 | 0.5 |
| Hex | 2 | C9 | FE | 63 | 15 | 0 | 0 | C1 | 63 | 32 |
| Octal | 2 | 311 | 376 | 143 | 25 | 0 | 0 | 301 | 143 | 62 |
| Binary | 10 | 11001001 | 11111110 | 1100011 | 10101 | 0 | 0 | 11000001 | 1100011 | 110010 |
Color Harmonies of #02C9FE
Complementary color
Monochromatic Colors of #02C9FE
Black with #02C9FE
Text Example
Text Example
White with #02C9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C9FE; }
p { color: rgb(2,201,254); }
H1.HeaderClassName
{
color: #02C9FE;
}
.AnyTagClassName
{
color: #02C9FE;
}
</style>
background-color css
<style>
a { background-color: #02C9FE; }
a { background-color: rgb(2,201,254); }
div.DivClassName
{
background-color: #02C9FE;
}
.BgClassName
{
background-color: #02C9FE;
}
</style>
border-color css
<style>
span { border-color: #02C9FE; }
span { border-color: rgb(2,201,254); }
td.TdClassName
{
border-color: #02C9FE;
}
.TagClassName
{
border-color: #02C9FE;
}
</style>