Shades of Deep Sky Blue #09AAEC
Tints of Deep Sky Blue #09AAEC
RGB
CMYK
RGB Variations
Color information
#09AAEC (or 0x09AAEC) is known color: Deep Sky Blue. HEX triplet: 09, AA and EC. RGB value is (9,170,236). Sum of RGB (Red+Green+Blue) = 9+170+236=415 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.17% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 236 (92.58% from 255 or 56.87% from 415); Max value from RGB is 236 - color contains mainly: blue. Hex color #09AAEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09AAEC is #F65513. Grayscale: #808080. Windows color (decimal): -16143636 or 15510025. OLE color: 15510025.
HSL color Cylindrical-coordinate representation of color #09AAEC: hue angle of 197.44º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09AAEC is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 170 | 236 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.07 |
| HSL | 197.44º | 0.93% | 0.48% | - |
| HSV(B) | 197.44º | 0.96% | 0.93% | - |
| XYZ | 29.63 | 34.86 | 84.52 | - |
| YUV | 129.39 | 188.16 | 42.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 170 | 236 | 0.96 | 0.28 | 0 | 0.07 | 197.44 | 0.93 | 0.48 |
| Hex | 9 | AA | EC | 60 | 1C | 0 | 7 | C5 | 5D | 30 |
| Octal | 11 | 252 | 354 | 140 | 34 | 0 | 7 | 305 | 135 | 60 |
| Binary | 1001 | 10101010 | 11101100 | 1100000 | 11100 | 0 | 111 | 11000101 | 1011101 | 110000 |
Color Harmonies of #09AAEC
Complementary color
Monochromatic Colors of #09AAEC
Black with #09AAEC
Text Example
Text Example
White with #09AAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AAEC; }
p { color: rgb(9,170,236); }
H1.HeaderClassName
{
color: #09AAEC;
}
.AnyTagClassName
{
color: #09AAEC;
}
</style>
background-color css
<style>
a { background-color: #09AAEC; }
a { background-color: rgb(9,170,236); }
div.DivClassName
{
background-color: #09AAEC;
}
.BgClassName
{
background-color: #09AAEC;
}
</style>
border-color css
<style>
span { border-color: #09AAEC; }
span { border-color: rgb(9,170,236); }
td.TdClassName
{
border-color: #09AAEC;
}
.TagClassName
{
border-color: #09AAEC;
}
</style>