Shades of Deep Sky Blue #02C2E6
Tints of Deep Sky Blue #02C2E6
RGB
CMYK
RGB Variations
Color information
#02C2E6 (or 0x02C2E6) is known color: Deep Sky Blue. HEX triplet: 02, C2 and E6. RGB value is (2,194,230). Sum of RGB (Red+Green+Blue) = 2+194+230=426 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 426); Green value is 194 (76.17% from 255 or 45.54% from 426); Blue value is 230 (90.23% from 255 or 53.99% from 426); Max value from RGB is 230 - color contains mainly: blue. Hex color #02C2E6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02C2E6 is #FD3D19. Grayscale: #8C8C8C. Windows color (decimal): -16596250 or 15122946. OLE color: 15122946.
HSL color Cylindrical-coordinate representation of color #02C2E6: hue angle of 189.47º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C2E6 is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 194 | 230 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.10 |
| HSL | 189.47º | 0.98% | 0.45% | - |
| HSV(B) | 189.47º | 0.99% | 0.9% | - |
| XYZ | 33.6 | 44.31 | 81.64 | - |
| YUV | 140.7 | 178.39 | 29.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 194 | 230 | 0.99 | 0.16 | 0 | 0.10 | 189.47 | 0.98 | 0.45 |
| Hex | 2 | C2 | E6 | 63 | 10 | 0 | A | BD | 62 | 2D |
| Octal | 2 | 302 | 346 | 143 | 20 | 0 | 12 | 275 | 142 | 55 |
| Binary | 10 | 11000010 | 11100110 | 1100011 | 10000 | 0 | 1010 | 10111101 | 1100010 | 101101 |
Color Harmonies of #02C2E6
Complementary color
Monochromatic Colors of #02C2E6
Black with #02C2E6
Text Example
Text Example
White with #02C2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C2E6; }
p { color: rgb(2,194,230); }
H1.HeaderClassName
{
color: #02C2E6;
}
.AnyTagClassName
{
color: #02C2E6;
}
</style>
background-color css
<style>
a { background-color: #02C2E6; }
a { background-color: rgb(2,194,230); }
div.DivClassName
{
background-color: #02C2E6;
}
.BgClassName
{
background-color: #02C2E6;
}
</style>
border-color css
<style>
span { border-color: #02C2E6; }
span { border-color: rgb(2,194,230); }
td.TdClassName
{
border-color: #02C2E6;
}
.TagClassName
{
border-color: #02C2E6;
}
</style>