Shades of Deep Sky Blue #11ADEF
Tints of Deep Sky Blue #11ADEF
RGB
CMYK
RGB Variations
Color information
#11ADEF (or 0x11ADEF) is known color: Deep Sky Blue. HEX triplet: 11, AD and EF. RGB value is (17,173,239). Sum of RGB (Red+Green+Blue) = 17+173+239=429 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.96% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 239 (93.75% from 255 or 55.71% from 429); Max value from RGB is 239 - color contains mainly: blue. Hex color #11ADEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11ADEF is #EE5210. Grayscale: #858585. Windows color (decimal): -15618577 or 15707409. OLE color: 15707409.
HSL color Cylindrical-coordinate representation of color #11ADEF: hue angle of 197.84º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11ADEF is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 173 | 239 | - |
| CMYK | 0.93 | 0.28 | 0 | 0.06 |
| HSL | 197.84º | 0.87% | 0.5% | - |
| HSV(B) | 197.84º | 0.93% | 0.94% | - |
| XYZ | 30.75 | 36.24 | 87.04 | - |
| YUV | 133.88 | 187.32 | 44.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 173 | 239 | 0.93 | 0.28 | 0 | 0.06 | 197.84 | 0.87 | 0.5 |
| Hex | 11 | AD | EF | 5D | 1C | 0 | 6 | C6 | 57 | 32 |
| Octal | 21 | 255 | 357 | 135 | 34 | 0 | 6 | 306 | 127 | 62 |
| Binary | 10001 | 10101101 | 11101111 | 1011101 | 11100 | 0 | 110 | 11000110 | 1010111 | 110010 |
Color Harmonies of #11ADEF
Complementary color
Monochromatic Colors of #11ADEF
Black with #11ADEF
Text Example
Text Example
White with #11ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11ADEF; }
p { color: rgb(17,173,239); }
H1.HeaderClassName
{
color: #11ADEF;
}
.AnyTagClassName
{
color: #11ADEF;
}
</style>
background-color css
<style>
a { background-color: #11ADEF; }
a { background-color: rgb(17,173,239); }
div.DivClassName
{
background-color: #11ADEF;
}
.BgClassName
{
background-color: #11ADEF;
}
</style>
border-color css
<style>
span { border-color: #11ADEF; }
span { border-color: rgb(17,173,239); }
td.TdClassName
{
border-color: #11ADEF;
}
.TagClassName
{
border-color: #11ADEF;
}
</style>