Shades of Deep Sky Blue #11ABEB
Tints of Deep Sky Blue #11ABEB
RGB
CMYK
RGB Variations
Color information
#11ABEB (or 0x11ABEB) is known color: Deep Sky Blue. HEX triplet: 11, AB and EB. RGB value is (17,171,235). Sum of RGB (Red+Green+Blue) = 17+171+235=423 (56% of max value = 765). Red value is 17 (7.03% from 255 or 4.02% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 235 (92.19% from 255 or 55.56% from 423); Max value from RGB is 235 - color contains mainly: blue. Hex color #11ABEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11ABEB is #EE5414. Grayscale: #838383. Windows color (decimal): -15619093 or 15444753. OLE color: 15444753.
HSL color Cylindrical-coordinate representation of color #11ABEB: hue angle of 197.61º degrees, saturation: 0.87, 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 #11ABEB is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 171 | 235 | - |
| CMYK | 0.93 | 0.27 | 0 | 0.08 |
| HSL | 197.61º | 0.87% | 0.49% | - |
| HSV(B) | 197.61º | 0.93% | 0.92% | - |
| XYZ | 29.79 | 35.24 | 83.83 | - |
| YUV | 132.25 | 185.98 | 45.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 171 | 235 | 0.93 | 0.27 | 0 | 0.08 | 197.61 | 0.87 | 0.49 |
| Hex | 11 | AB | EB | 5D | 1B | 0 | 8 | C6 | 57 | 31 |
| Octal | 21 | 253 | 353 | 135 | 33 | 0 | 10 | 306 | 127 | 61 |
| Binary | 10001 | 10101011 | 11101011 | 1011101 | 11011 | 0 | 1000 | 11000110 | 1010111 | 110001 |
Color Harmonies of #11ABEB
Complementary color
Monochromatic Colors of #11ABEB
Black with #11ABEB
Text Example
Text Example
White with #11ABEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11ABEB; }
p { color: rgb(17,171,235); }
H1.HeaderClassName
{
color: #11ABEB;
}
.AnyTagClassName
{
color: #11ABEB;
}
</style>
background-color css
<style>
a { background-color: #11ABEB; }
a { background-color: rgb(17,171,235); }
div.DivClassName
{
background-color: #11ABEB;
}
.BgClassName
{
background-color: #11ABEB;
}
</style>
border-color css
<style>
span { border-color: #11ABEB; }
span { border-color: rgb(17,171,235); }
td.TdClassName
{
border-color: #11ABEB;
}
.TagClassName
{
border-color: #11ABEB;
}
</style>