Shades of Deep Sky Blue #02C9EA
Tints of Deep Sky Blue #02C9EA
RGB
CMYK
RGB Variations
Color information
#02C9EA (or 0x02C9EA) is known color: Deep Sky Blue. HEX triplet: 02, C9 and EA. RGB value is (2,201,234). Sum of RGB (Red+Green+Blue) = 2+201+234=437 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 437); Green value is 201 (78.91% from 255 or 46.00% from 437); Blue value is 234 (91.80% from 255 or 53.55% from 437); Max value from RGB is 234 - color contains mainly: blue. Hex color #02C9EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02C9EA is #FD3615. Grayscale: #909090. Windows color (decimal): -16594454 or 15386882. OLE color: 15386882.
HSL color Cylindrical-coordinate representation of color #02C9EA: hue angle of 188.53º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C9EA is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 2 | 201 | 234 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.08 |
| HSL | 188.53º | 0.98% | 0.46% | - |
| HSV(B) | 188.53º | 0.99% | 0.92% | - |
| XYZ | 35.76 | 47.73 | 85.17 | - |
| YUV | 145.26 | 178.07 | 25.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 201 | 234 | 0.99 | 0.14 | 0 | 0.08 | 188.53 | 0.98 | 0.46 |
| Hex | 2 | C9 | EA | 63 | E | 0 | 8 | BD | 62 | 2E |
| Octal | 2 | 311 | 352 | 143 | 16 | 0 | 10 | 275 | 142 | 56 |
| Binary | 10 | 11001001 | 11101010 | 1100011 | 1110 | 0 | 1000 | 10111101 | 1100010 | 101110 |
Color Harmonies of #02C9EA
Complementary color
Monochromatic Colors of #02C9EA
Black with #02C9EA
Text Example
Text Example
White with #02C9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C9EA; }
p { color: rgb(2,201,234); }
H1.HeaderClassName
{
color: #02C9EA;
}
.AnyTagClassName
{
color: #02C9EA;
}
</style>
background-color css
<style>
a { background-color: #02C9EA; }
a { background-color: rgb(2,201,234); }
div.DivClassName
{
background-color: #02C9EA;
}
.BgClassName
{
background-color: #02C9EA;
}
</style>
border-color css
<style>
span { border-color: #02C9EA; }
span { border-color: rgb(2,201,234); }
td.TdClassName
{
border-color: #02C9EA;
}
.TagClassName
{
border-color: #02C9EA;
}
</style>