Shades of Deep Sky Blue #02C0E5
Tints of Deep Sky Blue #02C0E5
RGB
CMYK
RGB Variations
Color information
#02C0E5 (or 0x02C0E5) is known color: Deep Sky Blue. HEX triplet: 02, C0 and E5. RGB value is (2,192,229). Sum of RGB (Red+Green+Blue) = 2+192+229=423 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 229 (89.84% from 255 or 54.14% from 423); Max value from RGB is 229 - color contains mainly: blue. Hex color #02C0E5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C0E5 is #FD3F1A. Grayscale: #8B8B8B. Windows color (decimal): -16596763 or 15056898. OLE color: 15056898.
HSL color Cylindrical-coordinate representation of color #02C0E5: hue angle of 189.78º 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 #02C0E5 is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 192 | 229 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.10 |
| HSL | 189.78º | 0.98% | 0.45% | - |
| HSV(B) | 189.78º | 0.99% | 0.9% | - |
| XYZ | 33.02 | 43.37 | 80.76 | - |
| YUV | 139.41 | 178.55 | 29.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 192 | 229 | 0.99 | 0.16 | 0 | 0.10 | 189.78 | 0.98 | 0.45 |
| Hex | 2 | C0 | E5 | 63 | 10 | 0 | A | BE | 62 | 2D |
| Octal | 2 | 300 | 345 | 143 | 20 | 0 | 12 | 276 | 142 | 55 |
| Binary | 10 | 11000000 | 11100101 | 1100011 | 10000 | 0 | 1010 | 10111110 | 1100010 | 101101 |
Color Harmonies of #02C0E5
Complementary color
Monochromatic Colors of #02C0E5
Black with #02C0E5
Text Example
Text Example
White with #02C0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C0E5; }
p { color: rgb(2,192,229); }
H1.HeaderClassName
{
color: #02C0E5;
}
.AnyTagClassName
{
color: #02C0E5;
}
</style>
background-color css
<style>
a { background-color: #02C0E5; }
a { background-color: rgb(2,192,229); }
div.DivClassName
{
background-color: #02C0E5;
}
.BgClassName
{
background-color: #02C0E5;
}
</style>
border-color css
<style>
span { border-color: #02C0E5; }
span { border-color: rgb(2,192,229); }
td.TdClassName
{
border-color: #02C0E5;
}
.TagClassName
{
border-color: #02C0E5;
}
</style>