Shades of Deep Sky Blue #11AAEC
Tints of Deep Sky Blue #11AAEC
RGB
CMYK
RGB Variations
Color information
#11AAEC (or 0x11AAEC) is known color: Deep Sky Blue. HEX triplet: 11, AA and EC. RGB value is (17,170,236). Sum of RGB (Red+Green+Blue) = 17+170+236=423 (56% of max value = 765). Red value is 17 (7.03% from 255 or 4.02% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 236 (92.58% from 255 or 55.79% from 423); Max value from RGB is 236 - color contains mainly: blue. Hex color #11AAEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11AAEC is #EE5513. Grayscale: #838383. Windows color (decimal): -15619348 or 15510033. OLE color: 15510033.
HSL color Cylindrical-coordinate representation of color #11AAEC: hue angle of 198.08º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11AAEC is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 170 | 236 | - |
| CMYK | 0.93 | 0.28 | 0 | 0.07 |
| HSL | 198.08º | 0.87% | 0.5% | - |
| HSV(B) | 198.08º | 0.93% | 0.93% | - |
| XYZ | 29.75 | 34.92 | 84.53 | - |
| YUV | 131.78 | 186.81 | 46.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 170 | 236 | 0.93 | 0.28 | 0 | 0.07 | 198.08 | 0.87 | 0.5 |
| Hex | 11 | AA | EC | 5D | 1C | 0 | 7 | C6 | 57 | 32 |
| Octal | 21 | 252 | 354 | 135 | 34 | 0 | 7 | 306 | 127 | 62 |
| Binary | 10001 | 10101010 | 11101100 | 1011101 | 11100 | 0 | 111 | 11000110 | 1010111 | 110010 |
Color Harmonies of #11AAEC
Complementary color
Monochromatic Colors of #11AAEC
Black with #11AAEC
Text Example
Text Example
White with #11AAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AAEC; }
p { color: rgb(17,170,236); }
H1.HeaderClassName
{
color: #11AAEC;
}
.AnyTagClassName
{
color: #11AAEC;
}
</style>
background-color css
<style>
a { background-color: #11AAEC; }
a { background-color: rgb(17,170,236); }
div.DivClassName
{
background-color: #11AAEC;
}
.BgClassName
{
background-color: #11AAEC;
}
</style>
border-color css
<style>
span { border-color: #11AAEC; }
span { border-color: rgb(17,170,236); }
td.TdClassName
{
border-color: #11AAEC;
}
.TagClassName
{
border-color: #11AAEC;
}
</style>