Shades of Deep Sky Blue #11ADEB
Tints of Deep Sky Blue #11ADEB
RGB
CMYK
RGB Variations
Color information
#11ADEB (or 0x11ADEB) is known color: Deep Sky Blue. HEX triplet: 11, AD and EB. RGB value is (17,173,235). Sum of RGB (Red+Green+Blue) = 17+173+235=425 (56% of max value = 765). Red value is 17 (7.03% from 255 or 4% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 235 (92.19% from 255 or 55.29% from 425); Max value from RGB is 235 - color contains mainly: blue. Hex color #11ADEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11ADEB is #EE5214. Grayscale: #858585. Windows color (decimal): -15618581 or 15445265. OLE color: 15445265.
HSL color Cylindrical-coordinate representation of color #11ADEB: hue angle of 197.06º 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 #11ADEB is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 173 | 235 | - |
| CMYK | 0.93 | 0.26 | 0 | 0.08 |
| HSL | 197.06º | 0.87% | 0.49% | - |
| HSV(B) | 197.06º | 0.93% | 0.92% | - |
| XYZ | 30.17 | 36 | 83.96 | - |
| YUV | 133.42 | 185.32 | 44.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 173 | 235 | 0.93 | 0.26 | 0 | 0.08 | 197.06 | 0.87 | 0.49 |
| Hex | 11 | AD | EB | 5D | 1A | 0 | 8 | C5 | 57 | 31 |
| Octal | 21 | 255 | 353 | 135 | 32 | 0 | 10 | 305 | 127 | 61 |
| Binary | 10001 | 10101101 | 11101011 | 1011101 | 11010 | 0 | 1000 | 11000101 | 1010111 | 110001 |
Color Harmonies of #11ADEB
Complementary color
Monochromatic Colors of #11ADEB
Black with #11ADEB
Text Example
Text Example
White with #11ADEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11ADEB; }
p { color: rgb(17,173,235); }
H1.HeaderClassName
{
color: #11ADEB;
}
.AnyTagClassName
{
color: #11ADEB;
}
</style>
background-color css
<style>
a { background-color: #11ADEB; }
a { background-color: rgb(17,173,235); }
div.DivClassName
{
background-color: #11ADEB;
}
.BgClassName
{
background-color: #11ADEB;
}
</style>
border-color css
<style>
span { border-color: #11ADEB; }
span { border-color: rgb(17,173,235); }
td.TdClassName
{
border-color: #11ADEB;
}
.TagClassName
{
border-color: #11ADEB;
}
</style>