Shades of Deep Sky Blue #11B0EE
Tints of Deep Sky Blue #11B0EE
RGB
CMYK
RGB Variations
Color information
#11B0EE (or 0x11B0EE) is known color: Deep Sky Blue. HEX triplet: 11, B0 and EE. RGB value is (17,176,238). Sum of RGB (Red+Green+Blue) = 17+176+238=431 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.94% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 238 (93.36% from 255 or 55.22% from 431); Max value from RGB is 238 - color contains mainly: blue. Hex color #11B0EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11B0EE is #EE4F11. Grayscale: #878787. Windows color (decimal): -15617810 or 15642641. OLE color: 15642641.
HSL color Cylindrical-coordinate representation of color #11B0EE: hue angle of 196.83º 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 #11B0EE is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 176 | 238 | - |
| CMYK | 0.93 | 0.26 | 0 | 0.07 |
| HSL | 196.83º | 0.87% | 0.5% | - |
| HSV(B) | 196.83º | 0.93% | 0.93% | - |
| XYZ | 31.19 | 37.34 | 86.45 | - |
| YUV | 135.53 | 185.82 | 43.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 176 | 238 | 0.93 | 0.26 | 0 | 0.07 | 196.83 | 0.87 | 0.5 |
| Hex | 11 | B0 | EE | 5D | 1A | 0 | 7 | C5 | 57 | 32 |
| Octal | 21 | 260 | 356 | 135 | 32 | 0 | 7 | 305 | 127 | 62 |
| Binary | 10001 | 10110000 | 11101110 | 1011101 | 11010 | 0 | 111 | 11000101 | 1010111 | 110010 |
Color Harmonies of #11B0EE
Complementary color
Monochromatic Colors of #11B0EE
Black with #11B0EE
Text Example
Text Example
White with #11B0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B0EE; }
p { color: rgb(17,176,238); }
H1.HeaderClassName
{
color: #11B0EE;
}
.AnyTagClassName
{
color: #11B0EE;
}
</style>
background-color css
<style>
a { background-color: #11B0EE; }
a { background-color: rgb(17,176,238); }
div.DivClassName
{
background-color: #11B0EE;
}
.BgClassName
{
background-color: #11B0EE;
}
</style>
border-color css
<style>
span { border-color: #11B0EE; }
span { border-color: rgb(17,176,238); }
td.TdClassName
{
border-color: #11B0EE;
}
.TagClassName
{
border-color: #11B0EE;
}
</style>