Shades of Deep Sky Blue #02C2EF
Tints of Deep Sky Blue #02C2EF
RGB
CMYK
RGB Variations
Color information
#02C2EF (or 0x02C2EF) is known color: Deep Sky Blue. HEX triplet: 02, C2 and EF. RGB value is (2,194,239). Sum of RGB (Red+Green+Blue) = 2+194+239=435 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #02C2EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02C2EF is #FD3D10. Grayscale: #8D8D8D. Windows color (decimal): -16596241 or 15712770. OLE color: 15712770.
HSL color Cylindrical-coordinate representation of color #02C2EF: hue angle of 191.39º 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 #02C2EF is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 194 | 239 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.06 |
| HSL | 191.39º | 0.98% | 0.47% | - |
| HSV(B) | 191.39º | 0.99% | 0.94% | - |
| XYZ | 34.9 | 44.83 | 88.47 | - |
| YUV | 141.72 | 182.89 | 28.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 194 | 239 | 0.99 | 0.19 | 0 | 0.06 | 191.39 | 0.98 | 0.47 |
| Hex | 2 | C2 | EF | 63 | 13 | 0 | 6 | BF | 62 | 2F |
| Octal | 2 | 302 | 357 | 143 | 23 | 0 | 6 | 277 | 142 | 57 |
| Binary | 10 | 11000010 | 11101111 | 1100011 | 10011 | 0 | 110 | 10111111 | 1100010 | 101111 |
Color Harmonies of #02C2EF
Complementary color
Monochromatic Colors of #02C2EF
Black with #02C2EF
Text Example
Text Example
White with #02C2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C2EF; }
p { color: rgb(2,194,239); }
H1.HeaderClassName
{
color: #02C2EF;
}
.AnyTagClassName
{
color: #02C2EF;
}
</style>
background-color css
<style>
a { background-color: #02C2EF; }
a { background-color: rgb(2,194,239); }
div.DivClassName
{
background-color: #02C2EF;
}
.BgClassName
{
background-color: #02C2EF;
}
</style>
border-color css
<style>
span { border-color: #02C2EF; }
span { border-color: rgb(2,194,239); }
td.TdClassName
{
border-color: #02C2EF;
}
.TagClassName
{
border-color: #02C2EF;
}
</style>