Shades of Deep Sky Blue #05AAEC
Tints of Deep Sky Blue #05AAEC
RGB
CMYK
RGB Variations
Color information
#05AAEC (or 0x05AAEC) is known color: Deep Sky Blue. HEX triplet: 05, AA and EC. RGB value is (5,170,236). Sum of RGB (Red+Green+Blue) = 5+170+236=411 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.22% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 236 (92.58% from 255 or 57.42% from 411); Max value from RGB is 236 - color contains mainly: blue. Hex color #05AAEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #05AAEC is #FA5513. Grayscale: #7F7F7F. Windows color (decimal): -16405780 or 15510021. OLE color: 15510021.
HSL color Cylindrical-coordinate representation of color #05AAEC: hue angle of 197.14º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05AAEC is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 170 | 236 | - |
| CMYK | 0.98 | 0.28 | 0 | 0.07 |
| HSL | 197.14º | 0.96% | 0.47% | - |
| HSV(B) | 197.14º | 0.98% | 0.93% | - |
| XYZ | 29.58 | 34.84 | 84.52 | - |
| YUV | 128.19 | 188.84 | 40.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 170 | 236 | 0.98 | 0.28 | 0 | 0.07 | 197.14 | 0.96 | 0.47 |
| Hex | 5 | AA | EC | 62 | 1C | 0 | 7 | C5 | 60 | 2F |
| Octal | 5 | 252 | 354 | 142 | 34 | 0 | 7 | 305 | 140 | 57 |
| Binary | 101 | 10101010 | 11101100 | 1100010 | 11100 | 0 | 111 | 11000101 | 1100000 | 101111 |
Color Harmonies of #05AAEC
Complementary color
Monochromatic Colors of #05AAEC
Black with #05AAEC
Text Example
Text Example
White with #05AAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05AAEC; }
p { color: rgb(5,170,236); }
H1.HeaderClassName
{
color: #05AAEC;
}
.AnyTagClassName
{
color: #05AAEC;
}
</style>
background-color css
<style>
a { background-color: #05AAEC; }
a { background-color: rgb(5,170,236); }
div.DivClassName
{
background-color: #05AAEC;
}
.BgClassName
{
background-color: #05AAEC;
}
</style>
border-color css
<style>
span { border-color: #05AAEC; }
span { border-color: rgb(5,170,236); }
td.TdClassName
{
border-color: #05AAEC;
}
.TagClassName
{
border-color: #05AAEC;
}
</style>