Shades of Deep Sky Blue #11B2EE
Tints of Deep Sky Blue #11B2EE
RGB
CMYK
RGB Variations
Color information
#11B2EE (or 0x11B2EE) is known color: Deep Sky Blue. HEX triplet: 11, B2 and EE. RGB value is (17,178,238). Sum of RGB (Red+Green+Blue) = 17+178+238=433 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.93% from 433); Green value is 178 (69.92% from 255 or 41.11% from 433); Blue value is 238 (93.36% from 255 or 54.97% from 433); Max value from RGB is 238 - color contains mainly: blue. Hex color #11B2EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11B2EE is #EE4D11. Grayscale: #888888. Windows color (decimal): -15617298 or 15643153. OLE color: 15643153.
HSL color Cylindrical-coordinate representation of color #11B2EE: hue angle of 196.29º 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 #11B2EE is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 178 | 238 | - |
| CMYK | 0.93 | 0.25 | 0 | 0.07 |
| HSL | 196.29º | 0.87% | 0.5% | - |
| HSV(B) | 196.29º | 0.93% | 0.93% | - |
| XYZ | 31.58 | 38.13 | 86.58 | - |
| YUV | 136.7 | 185.16 | 42.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 178 | 238 | 0.93 | 0.25 | 0 | 0.07 | 196.29 | 0.87 | 0.5 |
| Hex | 11 | B2 | EE | 5D | 19 | 0 | 7 | C4 | 57 | 32 |
| Octal | 21 | 262 | 356 | 135 | 31 | 0 | 7 | 304 | 127 | 62 |
| Binary | 10001 | 10110010 | 11101110 | 1011101 | 11001 | 0 | 111 | 11000100 | 1010111 | 110010 |
Color Harmonies of #11B2EE
Complementary color
Monochromatic Colors of #11B2EE
Black with #11B2EE
Text Example
Text Example
White with #11B2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B2EE; }
p { color: rgb(17,178,238); }
H1.HeaderClassName
{
color: #11B2EE;
}
.AnyTagClassName
{
color: #11B2EE;
}
</style>
background-color css
<style>
a { background-color: #11B2EE; }
a { background-color: rgb(17,178,238); }
div.DivClassName
{
background-color: #11B2EE;
}
.BgClassName
{
background-color: #11B2EE;
}
</style>
border-color css
<style>
span { border-color: #11B2EE; }
span { border-color: rgb(17,178,238); }
td.TdClassName
{
border-color: #11B2EE;
}
.TagClassName
{
border-color: #11B2EE;
}
</style>