Shades of Deep Sky Blue #11AEED
Tints of Deep Sky Blue #11AEED
RGB
CMYK
RGB Variations
Color information
#11AEED (or 0x11AEED) is known color: Deep Sky Blue. HEX triplet: 11, AE and ED. RGB value is (17,174,237). Sum of RGB (Red+Green+Blue) = 17+174+237=428 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.97% from 428); Green value is 174 (68.36% from 255 or 40.65% from 428); Blue value is 237 (92.97% from 255 or 55.37% from 428); Max value from RGB is 237 - color contains mainly: blue. Hex color #11AEED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11AEED is #EE5112. Grayscale: #858585. Windows color (decimal): -15618323 or 15576593. OLE color: 15576593.
HSL color Cylindrical-coordinate representation of color #11AEED: hue angle of 197.18º 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 #11AEED is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 174 | 237 | - |
| CMYK | 0.93 | 0.27 | 0 | 0.07 |
| HSL | 197.18º | 0.87% | 0.5% | - |
| HSV(B) | 197.18º | 0.93% | 0.93% | - |
| XYZ | 30.65 | 36.51 | 85.55 | - |
| YUV | 134.24 | 185.99 | 44.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 174 | 237 | 0.93 | 0.27 | 0 | 0.07 | 197.18 | 0.87 | 0.5 |
| Hex | 11 | AE | ED | 5D | 1B | 0 | 7 | C5 | 57 | 32 |
| Octal | 21 | 256 | 355 | 135 | 33 | 0 | 7 | 305 | 127 | 62 |
| Binary | 10001 | 10101110 | 11101101 | 1011101 | 11011 | 0 | 111 | 11000101 | 1010111 | 110010 |
Color Harmonies of #11AEED
Complementary color
Monochromatic Colors of #11AEED
Black with #11AEED
Text Example
Text Example
White with #11AEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AEED; }
p { color: rgb(17,174,237); }
H1.HeaderClassName
{
color: #11AEED;
}
.AnyTagClassName
{
color: #11AEED;
}
</style>
background-color css
<style>
a { background-color: #11AEED; }
a { background-color: rgb(17,174,237); }
div.DivClassName
{
background-color: #11AEED;
}
.BgClassName
{
background-color: #11AEED;
}
</style>
border-color css
<style>
span { border-color: #11AEED; }
span { border-color: rgb(17,174,237); }
td.TdClassName
{
border-color: #11AEED;
}
.TagClassName
{
border-color: #11AEED;
}
</style>