Shades of Deep Sky Blue #02C6FF
Tints of Deep Sky Blue #02C6FF
RGB
CMYK
RGB Variations
Color information
#02C6FF (or 0x02C6FF) is known color: Deep Sky Blue. HEX triplet: 02, C6 and FF. RGB value is (2,198,255). Sum of RGB (Red+Green+Blue) = 2+198+255=455 (60% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 455); Green value is 198 (77.73% from 255 or 43.52% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #02C6FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02C6FF is #FD3900. Grayscale: #919191. Windows color (decimal): -16595201 or 16762370. OLE color: 16762370.
HSL color Cylindrical-coordinate representation of color #02C6FF: hue angle of 193.52º 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 #02C6FF is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 198 | 255 | - |
| CMYK | 0.99 | 0.22 | 0 | 0 |
| HSL | 193.52º | 1% | 0.5% | - |
| HSV(B) | 193.52º | 0.99% | 1% | - |
| XYZ | 38.27 | 47.62 | 101.78 | - |
| YUV | 145.89 | 189.57 | 25.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 198 | 255 | 0.99 | 0.22 | 0 | 0 | 193.52 | 1 | 0.5 |
| Hex | 2 | C6 | FF | 63 | 16 | 0 | 0 | C2 | 64 | 32 |
| Octal | 2 | 306 | 377 | 143 | 26 | 0 | 0 | 302 | 144 | 62 |
| Binary | 10 | 11000110 | 11111111 | 1100011 | 10110 | 0 | 0 | 11000010 | 1100100 | 110010 |
Color Harmonies of #02C6FF
Complementary color
Monochromatic Colors of #02C6FF
Black with #02C6FF
Text Example
Text Example
White with #02C6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C6FF; }
p { color: rgb(2,198,255); }
H1.HeaderClassName
{
color: #02C6FF;
}
.AnyTagClassName
{
color: #02C6FF;
}
</style>
background-color css
<style>
a { background-color: #02C6FF; }
a { background-color: rgb(2,198,255); }
div.DivClassName
{
background-color: #02C6FF;
}
.BgClassName
{
background-color: #02C6FF;
}
</style>
border-color css
<style>
span { border-color: #02C6FF; }
span { border-color: rgb(2,198,255); }
td.TdClassName
{
border-color: #02C6FF;
}
.TagClassName
{
border-color: #02C6FF;
}
</style>