Shades of Deep Sky Blue #05AAE8
Tints of Deep Sky Blue #05AAE8
RGB
CMYK
RGB Variations
Color information
#05AAE8 (or 0x05AAE8) is known color: Deep Sky Blue. HEX triplet: 05, AA and E8. RGB value is (5,170,232). Sum of RGB (Red+Green+Blue) = 5+170+232=407 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.23% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 232 (91.02% from 255 or 57.00% from 407); Max value from RGB is 232 - color contains mainly: blue. Hex color #05AAE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #05AAE8 is #FA5517. Grayscale: #7F7F7F. Windows color (decimal): -16405784 or 15247877. OLE color: 15247877.
HSL color Cylindrical-coordinate representation of color #05AAE8: hue angle of 196.39º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05AAE8 is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 5 | 170 | 232 | - |
| CMYK | 0.98 | 0.27 | 0 | 0.09 |
| HSL | 196.39º | 0.96% | 0.46% | - |
| HSV(B) | 196.39º | 0.98% | 0.91% | - |
| XYZ | 29 | 34.61 | 81.5 | - |
| YUV | 127.73 | 186.84 | 40.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 170 | 232 | 0.98 | 0.27 | 0 | 0.09 | 196.39 | 0.96 | 0.46 |
| Hex | 5 | AA | E8 | 62 | 1B | 0 | 9 | C4 | 60 | 2E |
| Octal | 5 | 252 | 350 | 142 | 33 | 0 | 11 | 304 | 140 | 56 |
| Binary | 101 | 10101010 | 11101000 | 1100010 | 11011 | 0 | 1001 | 11000100 | 1100000 | 101110 |
Color Harmonies of #05AAE8
Complementary color
Monochromatic Colors of #05AAE8
Black with #05AAE8
Text Example
Text Example
White with #05AAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05AAE8; }
p { color: rgb(5,170,232); }
H1.HeaderClassName
{
color: #05AAE8;
}
.AnyTagClassName
{
color: #05AAE8;
}
</style>
background-color css
<style>
a { background-color: #05AAE8; }
a { background-color: rgb(5,170,232); }
div.DivClassName
{
background-color: #05AAE8;
}
.BgClassName
{
background-color: #05AAE8;
}
</style>
border-color css
<style>
span { border-color: #05AAE8; }
span { border-color: rgb(5,170,232); }
td.TdClassName
{
border-color: #05AAE8;
}
.TagClassName
{
border-color: #05AAE8;
}
</style>