Shades of Deep Sky Blue #02C0FF
Tints of Deep Sky Blue #02C0FF
RGB
CMYK
RGB Variations
Color information
#02C0FF (or 0x02C0FF) is known color: Deep Sky Blue. HEX triplet: 02, C0 and FF. RGB value is (2,192,255). Sum of RGB (Red+Green+Blue) = 2+192+255=449 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #02C0FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02C0FF is #FD3F00. Grayscale: #8D8D8D. Windows color (decimal): -16596737 or 16760834. OLE color: 16760834.
HSL color Cylindrical-coordinate representation of color #02C0FF: hue angle of 194.94º 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 #02C0FF is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 192 | 255 | - |
| CMYK | 0.99 | 0.25 | 0 | 0 |
| HSL | 194.94º | 1% | 0.5% | - |
| HSV(B) | 194.94º | 0.99% | 1% | - |
| XYZ | 36.92 | 44.93 | 101.33 | - |
| YUV | 142.37 | 191.55 | 27.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 192 | 255 | 0.99 | 0.25 | 0 | 0 | 194.94 | 1 | 0.5 |
| Hex | 2 | C0 | FF | 63 | 19 | 0 | 0 | C3 | 64 | 32 |
| Octal | 2 | 300 | 377 | 143 | 31 | 0 | 0 | 303 | 144 | 62 |
| Binary | 10 | 11000000 | 11111111 | 1100011 | 11001 | 0 | 0 | 11000011 | 1100100 | 110010 |
Color Harmonies of #02C0FF
Complementary color
Monochromatic Colors of #02C0FF
Black with #02C0FF
Text Example
Text Example
White with #02C0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C0FF; }
p { color: rgb(2,192,255); }
H1.HeaderClassName
{
color: #02C0FF;
}
.AnyTagClassName
{
color: #02C0FF;
}
</style>
background-color css
<style>
a { background-color: #02C0FF; }
a { background-color: rgb(2,192,255); }
div.DivClassName
{
background-color: #02C0FF;
}
.BgClassName
{
background-color: #02C0FF;
}
</style>
border-color css
<style>
span { border-color: #02C0FF; }
span { border-color: rgb(2,192,255); }
td.TdClassName
{
border-color: #02C0FF;
}
.TagClassName
{
border-color: #02C0FF;
}
</style>