Shades of Deep Sky Blue #02C9EF
Tints of Deep Sky Blue #02C9EF
RGB
CMYK
RGB Variations
Color information
#02C9EF (or 0x02C9EF) is known color: Deep Sky Blue. HEX triplet: 02, C9 and EF. RGB value is (2,201,239). Sum of RGB (Red+Green+Blue) = 2+201+239=442 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 442); Green value is 201 (78.91% from 255 or 45.48% from 442); Blue value is 239 (93.75% from 255 or 54.07% from 442); Max value from RGB is 239 - color contains mainly: blue. Hex color #02C9EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02C9EF is #FD3610. Grayscale: #919191. Windows color (decimal): -16594449 or 15714562. OLE color: 15714562.
HSL color Cylindrical-coordinate representation of color #02C9EF: hue angle of 189.62º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C9EF is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 201 | 239 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.06 |
| HSL | 189.62º | 0.98% | 0.47% | - |
| HSV(B) | 189.62º | 0.99% | 0.94% | - |
| XYZ | 36.49 | 48.02 | 89.01 | - |
| YUV | 145.83 | 180.57 | 25.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 201 | 239 | 0.99 | 0.16 | 0 | 0.06 | 189.62 | 0.98 | 0.47 |
| Hex | 2 | C9 | EF | 63 | 10 | 0 | 6 | BE | 62 | 2F |
| Octal | 2 | 311 | 357 | 143 | 20 | 0 | 6 | 276 | 142 | 57 |
| Binary | 10 | 11001001 | 11101111 | 1100011 | 10000 | 0 | 110 | 10111110 | 1100010 | 101111 |
Color Harmonies of #02C9EF
Complementary color
Monochromatic Colors of #02C9EF
Black with #02C9EF
Text Example
Text Example
White with #02C9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C9EF; }
p { color: rgb(2,201,239); }
H1.HeaderClassName
{
color: #02C9EF;
}
.AnyTagClassName
{
color: #02C9EF;
}
</style>
background-color css
<style>
a { background-color: #02C9EF; }
a { background-color: rgb(2,201,239); }
div.DivClassName
{
background-color: #02C9EF;
}
.BgClassName
{
background-color: #02C9EF;
}
</style>
border-color css
<style>
span { border-color: #02C9EF; }
span { border-color: rgb(2,201,239); }
td.TdClassName
{
border-color: #02C9EF;
}
.TagClassName
{
border-color: #02C9EF;
}
</style>