Shades of Deep Sky Blue #11AEEA
Tints of Deep Sky Blue #11AEEA
RGB
CMYK
RGB Variations
Color information
#11AEEA (or 0x11AEEA) is known color: Deep Sky Blue. HEX triplet: 11, AE and EA. RGB value is (17,174,234). Sum of RGB (Red+Green+Blue) = 17+174+234=425 (56% of max value = 765). Red value is 17 (7.03% from 255 or 4% from 425); Green value is 174 (68.36% from 255 or 40.94% from 425); Blue value is 234 (91.80% from 255 or 55.06% from 425); Max value from RGB is 234 - color contains mainly: blue. Hex color #11AEEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11AEEA is #EE5115. Grayscale: #858585. Windows color (decimal): -15618326 or 15379985. OLE color: 15379985.
HSL color Cylindrical-coordinate representation of color #11AEEA: hue angle of 196.59º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11AEEA is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 174 | 234 | - |
| CMYK | 0.93 | 0.26 | 0 | 0.08 |
| HSL | 196.59º | 0.86% | 0.49% | - |
| HSV(B) | 196.59º | 0.93% | 0.92% | - |
| XYZ | 30.22 | 36.33 | 83.26 | - |
| YUV | 133.9 | 184.49 | 44.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 174 | 234 | 0.93 | 0.26 | 0 | 0.08 | 196.59 | 0.86 | 0.49 |
| Hex | 11 | AE | EA | 5D | 1A | 0 | 8 | C5 | 56 | 31 |
| Octal | 21 | 256 | 352 | 135 | 32 | 0 | 10 | 305 | 126 | 61 |
| Binary | 10001 | 10101110 | 11101010 | 1011101 | 11010 | 0 | 1000 | 11000101 | 1010110 | 110001 |
Color Harmonies of #11AEEA
Complementary color
Monochromatic Colors of #11AEEA
Black with #11AEEA
Text Example
Text Example
White with #11AEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AEEA; }
p { color: rgb(17,174,234); }
H1.HeaderClassName
{
color: #11AEEA;
}
.AnyTagClassName
{
color: #11AEEA;
}
</style>
background-color css
<style>
a { background-color: #11AEEA; }
a { background-color: rgb(17,174,234); }
div.DivClassName
{
background-color: #11AEEA;
}
.BgClassName
{
background-color: #11AEEA;
}
</style>
border-color css
<style>
span { border-color: #11AEEA; }
span { border-color: rgb(17,174,234); }
td.TdClassName
{
border-color: #11AEEA;
}
.TagClassName
{
border-color: #11AEEA;
}
</style>