Shades of Deep Sky Blue #11ABED
Tints of Deep Sky Blue #11ABED
RGB
CMYK
RGB Variations
Color information
#11ABED (or 0x11ABED) is known color: Deep Sky Blue. HEX triplet: 11, AB and ED. RGB value is (17,171,237). Sum of RGB (Red+Green+Blue) = 17+171+237=425 (56% of max value = 765). Red value is 17 (7.03% from 255 or 4% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 237 (92.97% from 255 or 55.76% from 425); Max value from RGB is 237 - color contains mainly: blue. Hex color #11ABED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11ABED is #EE5412. Grayscale: #848484. Windows color (decimal): -15619091 or 15575825. OLE color: 15575825.
HSL color Cylindrical-coordinate representation of color #11ABED: hue angle of 198º 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 #11ABED is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 171 | 237 | - |
| CMYK | 0.93 | 0.28 | 0 | 0.07 |
| HSL | 198º | 0.87% | 0.5% | - |
| HSV(B) | 198º | 0.93% | 0.93% | - |
| XYZ | 30.08 | 35.36 | 85.36 | - |
| YUV | 132.48 | 186.98 | 45.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 171 | 237 | 0.93 | 0.28 | 0 | 0.07 | 198 | 0.87 | 0.5 |
| Hex | 11 | AB | ED | 5D | 1C | 0 | 7 | C6 | 57 | 32 |
| Octal | 21 | 253 | 355 | 135 | 34 | 0 | 7 | 306 | 127 | 62 |
| Binary | 10001 | 10101011 | 11101101 | 1011101 | 11100 | 0 | 111 | 11000110 | 1010111 | 110010 |
Color Harmonies of #11ABED
Complementary color
Monochromatic Colors of #11ABED
Black with #11ABED
Text Example
Text Example
White with #11ABED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11ABED; }
p { color: rgb(17,171,237); }
H1.HeaderClassName
{
color: #11ABED;
}
.AnyTagClassName
{
color: #11ABED;
}
</style>
background-color css
<style>
a { background-color: #11ABED; }
a { background-color: rgb(17,171,237); }
div.DivClassName
{
background-color: #11ABED;
}
.BgClassName
{
background-color: #11ABED;
}
</style>
border-color css
<style>
span { border-color: #11ABED; }
span { border-color: rgb(17,171,237); }
td.TdClassName
{
border-color: #11ABED;
}
.TagClassName
{
border-color: #11ABED;
}
</style>