Shades of Deep Sky Blue #02C2F6
Tints of Deep Sky Blue #02C2F6
RGB
CMYK
RGB Variations
Color information
#02C2F6 (or 0x02C2F6) is known color: Deep Sky Blue. HEX triplet: 02, C2 and F6. RGB value is (2,194,246). Sum of RGB (Red+Green+Blue) = 2+194+246=442 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 442); Green value is 194 (76.17% from 255 or 43.89% from 442); Blue value is 246 (96.48% from 255 or 55.66% from 442); Max value from RGB is 246 - color contains mainly: blue. Hex color #02C2F6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02C2F6 is #FD3D09. Grayscale: #8E8E8E. Windows color (decimal): -16596234 or 16171522. OLE color: 16171522.
HSL color Cylindrical-coordinate representation of color #02C2F6: hue angle of 192.79º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C2F6 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 2 | 194 | 246 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.04 |
| HSL | 192.79º | 0.98% | 0.49% | - |
| HSV(B) | 192.79º | 0.99% | 0.96% | - |
| XYZ | 35.95 | 45.25 | 94.03 | - |
| YUV | 142.52 | 186.39 | 27.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 194 | 246 | 0.99 | 0.21 | 0 | 0.04 | 192.79 | 0.98 | 0.49 |
| Hex | 2 | C2 | F6 | 63 | 15 | 0 | 4 | C1 | 62 | 31 |
| Octal | 2 | 302 | 366 | 143 | 25 | 0 | 4 | 301 | 142 | 61 |
| Binary | 10 | 11000010 | 11110110 | 1100011 | 10101 | 0 | 100 | 11000001 | 1100010 | 110001 |
Color Harmonies of #02C2F6
Complementary color
Monochromatic Colors of #02C2F6
Black with #02C2F6
Text Example
Text Example
White with #02C2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C2F6; }
p { color: rgb(2,194,246); }
H1.HeaderClassName
{
color: #02C2F6;
}
.AnyTagClassName
{
color: #02C2F6;
}
</style>
background-color css
<style>
a { background-color: #02C2F6; }
a { background-color: rgb(2,194,246); }
div.DivClassName
{
background-color: #02C2F6;
}
.BgClassName
{
background-color: #02C2F6;
}
</style>
border-color css
<style>
span { border-color: #02C2F6; }
span { border-color: rgb(2,194,246); }
td.TdClassName
{
border-color: #02C2F6;
}
.TagClassName
{
border-color: #02C2F6;
}
</style>