Shades of Deep Sky Blue #02C9F0
Tints of Deep Sky Blue #02C9F0
RGB
CMYK
RGB Variations
Color information
#02C9F0 (or 0x02C9F0) is known color: Deep Sky Blue. HEX triplet: 02, C9 and F0. RGB value is (2,201,240). Sum of RGB (Red+Green+Blue) = 2+201+240=443 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 443); Green value is 201 (78.91% from 255 or 45.37% from 443); Blue value is 240 (94.14% from 255 or 54.18% from 443); Max value from RGB is 240 - color contains mainly: blue. Hex color #02C9F0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02C9F0 is #FD360F. Grayscale: #919191. Windows color (decimal): -16594448 or 15780098. OLE color: 15780098.
HSL color Cylindrical-coordinate representation of color #02C9F0: hue angle of 189.83º 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 #02C9F0 is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 201 | 240 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.06 |
| HSL | 189.83º | 0.98% | 0.47% | - |
| HSV(B) | 189.83º | 0.99% | 0.94% | - |
| XYZ | 36.64 | 48.08 | 89.79 | - |
| YUV | 145.95 | 181.07 | 25.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 201 | 240 | 0.99 | 0.16 | 0 | 0.06 | 189.83 | 0.98 | 0.47 |
| Hex | 2 | C9 | F0 | 63 | 10 | 0 | 6 | BE | 62 | 2F |
| Octal | 2 | 311 | 360 | 143 | 20 | 0 | 6 | 276 | 142 | 57 |
| Binary | 10 | 11001001 | 11110000 | 1100011 | 10000 | 0 | 110 | 10111110 | 1100010 | 101111 |
Color Harmonies of #02C9F0
Complementary color
Monochromatic Colors of #02C9F0
Black with #02C9F0
Text Example
Text Example
White with #02C9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C9F0; }
p { color: rgb(2,201,240); }
H1.HeaderClassName
{
color: #02C9F0;
}
.AnyTagClassName
{
color: #02C9F0;
}
</style>
background-color css
<style>
a { background-color: #02C9F0; }
a { background-color: rgb(2,201,240); }
div.DivClassName
{
background-color: #02C9F0;
}
.BgClassName
{
background-color: #02C9F0;
}
</style>
border-color css
<style>
span { border-color: #02C9F0; }
span { border-color: rgb(2,201,240); }
td.TdClassName
{
border-color: #02C9F0;
}
.TagClassName
{
border-color: #02C9F0;
}
</style>