Shades of Deep Sky Blue #02A0EA
Tints of Deep Sky Blue #02A0EA
RGB
CMYK
RGB Variations
Color information
#02A0EA (or 0x02A0EA) is known color: Deep Sky Blue. HEX triplet: 02, A0 and EA. RGB value is (2,160,234). Sum of RGB (Red+Green+Blue) = 2+160+234=396 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 234 (91.80% from 255 or 59.09% from 396); Max value from RGB is 234 - color contains mainly: blue. Hex color #02A0EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #02A0EA is #FD5F15. Grayscale: #787878. Windows color (decimal): -16604950 or 15376386. OLE color: 15376386.
HSL color Cylindrical-coordinate representation of color #02A0EA: hue angle of 199.14º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A0EA is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 2 | 160 | 234 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.08 |
| HSL | 199.14º | 0.98% | 0.46% | - |
| HSV(B) | 199.14º | 0.99% | 0.92% | - |
| XYZ | 27.45 | 31.1 | 82.4 | - |
| YUV | 121.19 | 191.65 | 42.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 160 | 234 | 0.99 | 0.32 | 0 | 0.08 | 199.14 | 0.98 | 0.46 |
| Hex | 2 | A0 | EA | 63 | 20 | 0 | 8 | C7 | 62 | 2E |
| Octal | 2 | 240 | 352 | 143 | 40 | 0 | 10 | 307 | 142 | 56 |
| Binary | 10 | 10100000 | 11101010 | 1100011 | 100000 | 0 | 1000 | 11000111 | 1100010 | 101110 |
Color Harmonies of #02A0EA
Complementary color
Monochromatic Colors of #02A0EA
Black with #02A0EA
Text Example
Text Example
White with #02A0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A0EA; }
p { color: rgb(2,160,234); }
H1.HeaderClassName
{
color: #02A0EA;
}
.AnyTagClassName
{
color: #02A0EA;
}
</style>
background-color css
<style>
a { background-color: #02A0EA; }
a { background-color: rgb(2,160,234); }
div.DivClassName
{
background-color: #02A0EA;
}
.BgClassName
{
background-color: #02A0EA;
}
</style>
border-color css
<style>
span { border-color: #02A0EA; }
span { border-color: rgb(2,160,234); }
td.TdClassName
{
border-color: #02A0EA;
}
.TagClassName
{
border-color: #02A0EA;
}
</style>