Shades of Deep Sky Blue #02AAE5
Tints of Deep Sky Blue #02AAE5
RGB
CMYK
RGB Variations
Color information
#02AAE5 (or 0x02AAE5) is known color: Deep Sky Blue. HEX triplet: 02, AA and E5. RGB value is (2,170,229). Sum of RGB (Red+Green+Blue) = 2+170+229=401 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 229 (89.84% from 255 or 57.11% from 401); Max value from RGB is 229 - color contains mainly: blue. Hex color #02AAE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02AAE5 is #FD551A. Grayscale: #7E7E7E. Windows color (decimal): -16602395 or 15051266. OLE color: 15051266.
HSL color Cylindrical-coordinate representation of color #02AAE5: hue angle of 195.59º 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 #02AAE5 is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 170 | 229 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.10 |
| HSL | 195.59º | 0.98% | 0.45% | - |
| HSV(B) | 195.59º | 0.99% | 0.9% | - |
| XYZ | 28.54 | 34.42 | 79.27 | - |
| YUV | 126.49 | 185.84 | 39.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 170 | 229 | 0.99 | 0.26 | 0 | 0.10 | 195.59 | 0.98 | 0.45 |
| Hex | 2 | AA | E5 | 63 | 1A | 0 | A | C4 | 62 | 2D |
| Octal | 2 | 252 | 345 | 143 | 32 | 0 | 12 | 304 | 142 | 55 |
| Binary | 10 | 10101010 | 11100101 | 1100011 | 11010 | 0 | 1010 | 11000100 | 1100010 | 101101 |
Color Harmonies of #02AAE5
Complementary color
Monochromatic Colors of #02AAE5
Black with #02AAE5
Text Example
Text Example
White with #02AAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AAE5; }
p { color: rgb(2,170,229); }
H1.HeaderClassName
{
color: #02AAE5;
}
.AnyTagClassName
{
color: #02AAE5;
}
</style>
background-color css
<style>
a { background-color: #02AAE5; }
a { background-color: rgb(2,170,229); }
div.DivClassName
{
background-color: #02AAE5;
}
.BgClassName
{
background-color: #02AAE5;
}
</style>
border-color css
<style>
span { border-color: #02AAE5; }
span { border-color: rgb(2,170,229); }
td.TdClassName
{
border-color: #02AAE5;
}
.TagClassName
{
border-color: #02AAE5;
}
</style>