Shades of Deep Sky Blue #11ABEC
Tints of Deep Sky Blue #11ABEC
RGB
CMYK
RGB Variations
Color information
#11ABEC (or 0x11ABEC) is known color: Deep Sky Blue. HEX triplet: 11, AB and EC. RGB value is (17,171,236). Sum of RGB (Red+Green+Blue) = 17+171+236=424 (56% of max value = 765). Red value is 17 (7.03% from 255 or 4.01% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 236 (92.58% from 255 or 55.66% from 424); Max value from RGB is 236 - color contains mainly: blue. Hex color #11ABEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11ABEC is #EE5413. Grayscale: #838383. Windows color (decimal): -15619092 or 15510289. OLE color: 15510289.
HSL color Cylindrical-coordinate representation of color #11ABEC: hue angle of 197.81º 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 #11ABEC is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 171 | 236 | - |
| CMYK | 0.93 | 0.28 | 0 | 0.07 |
| HSL | 197.81º | 0.87% | 0.5% | - |
| HSV(B) | 197.81º | 0.93% | 0.93% | - |
| XYZ | 29.93 | 35.3 | 84.59 | - |
| YUV | 132.36 | 186.48 | 45.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 171 | 236 | 0.93 | 0.28 | 0 | 0.07 | 197.81 | 0.87 | 0.5 |
| Hex | 11 | AB | EC | 5D | 1C | 0 | 7 | C6 | 57 | 32 |
| Octal | 21 | 253 | 354 | 135 | 34 | 0 | 7 | 306 | 127 | 62 |
| Binary | 10001 | 10101011 | 11101100 | 1011101 | 11100 | 0 | 111 | 11000110 | 1010111 | 110010 |
Color Harmonies of #11ABEC
Complementary color
Monochromatic Colors of #11ABEC
Black with #11ABEC
Text Example
Text Example
White with #11ABEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11ABEC; }
p { color: rgb(17,171,236); }
H1.HeaderClassName
{
color: #11ABEC;
}
.AnyTagClassName
{
color: #11ABEC;
}
</style>
background-color css
<style>
a { background-color: #11ABEC; }
a { background-color: rgb(17,171,236); }
div.DivClassName
{
background-color: #11ABEC;
}
.BgClassName
{
background-color: #11ABEC;
}
</style>
border-color css
<style>
span { border-color: #11ABEC; }
span { border-color: rgb(17,171,236); }
td.TdClassName
{
border-color: #11ABEC;
}
.TagClassName
{
border-color: #11ABEC;
}
</style>