Shades of Deep Sky Blue #02C2FF
Tints of Deep Sky Blue #02C2FF
RGB
CMYK
RGB Variations
Color information
#02C2FF (or 0x02C2FF) is known color: Deep Sky Blue. HEX triplet: 02, C2 and FF. RGB value is (2,194,255). Sum of RGB (Red+Green+Blue) = 2+194+255=451 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 451); Green value is 194 (76.17% from 255 or 43.02% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #02C2FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02C2FF is #FD3D00. Grayscale: #8F8F8F. Windows color (decimal): -16596225 or 16761346. OLE color: 16761346.
HSL color Cylindrical-coordinate representation of color #02C2FF: hue angle of 194.47º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C2FF is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 194 | 255 | - |
| CMYK | 0.99 | 0.24 | 0 | 0 |
| HSL | 194.47º | 1% | 0.5% | - |
| HSV(B) | 194.47º | 0.99% | 1% | - |
| XYZ | 37.37 | 45.82 | 101.48 | - |
| YUV | 143.55 | 190.89 | 27.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 194 | 255 | 0.99 | 0.24 | 0 | 0 | 194.47 | 1 | 0.5 |
| Hex | 2 | C2 | FF | 63 | 18 | 0 | 0 | C2 | 64 | 32 |
| Octal | 2 | 302 | 377 | 143 | 30 | 0 | 0 | 302 | 144 | 62 |
| Binary | 10 | 11000010 | 11111111 | 1100011 | 11000 | 0 | 0 | 11000010 | 1100100 | 110010 |
Color Harmonies of #02C2FF
Complementary color
Monochromatic Colors of #02C2FF
Black with #02C2FF
Text Example
Text Example
White with #02C2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C2FF; }
p { color: rgb(2,194,255); }
H1.HeaderClassName
{
color: #02C2FF;
}
.AnyTagClassName
{
color: #02C2FF;
}
</style>
background-color css
<style>
a { background-color: #02C2FF; }
a { background-color: rgb(2,194,255); }
div.DivClassName
{
background-color: #02C2FF;
}
.BgClassName
{
background-color: #02C2FF;
}
</style>
border-color css
<style>
span { border-color: #02C2FF; }
span { border-color: rgb(2,194,255); }
td.TdClassName
{
border-color: #02C2FF;
}
.TagClassName
{
border-color: #02C2FF;
}
</style>