Shades of Deep Sky Blue #11B5EE
Tints of Deep Sky Blue #11B5EE
RGB
CMYK
RGB Variations
Color information
#11B5EE (or 0x11B5EE) is known color: Deep Sky Blue. HEX triplet: 11, B5 and EE. RGB value is (17,181,238). Sum of RGB (Red+Green+Blue) = 17+181+238=436 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.90% from 436); Green value is 181 (71.09% from 255 or 41.51% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #11B5EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11B5EE is #EE4A11. Grayscale: #8A8A8A. Windows color (decimal): -15616530 or 15643921. OLE color: 15643921.
HSL color Cylindrical-coordinate representation of color #11B5EE: hue angle of 195.48º 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 #11B5EE is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 181 | 238 | - |
| CMYK | 0.93 | 0.24 | 0 | 0.07 |
| HSL | 195.48º | 0.87% | 0.5% | - |
| HSV(B) | 195.48º | 0.93% | 0.93% | - |
| XYZ | 32.19 | 39.34 | 86.79 | - |
| YUV | 138.46 | 184.17 | 41.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 181 | 238 | 0.93 | 0.24 | 0 | 0.07 | 195.48 | 0.87 | 0.5 |
| Hex | 11 | B5 | EE | 5D | 18 | 0 | 7 | C3 | 57 | 32 |
| Octal | 21 | 265 | 356 | 135 | 30 | 0 | 7 | 303 | 127 | 62 |
| Binary | 10001 | 10110101 | 11101110 | 1011101 | 11000 | 0 | 111 | 11000011 | 1010111 | 110010 |
Color Harmonies of #11B5EE
Complementary color
Monochromatic Colors of #11B5EE
Black with #11B5EE
Text Example
Text Example
White with #11B5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B5EE; }
p { color: rgb(17,181,238); }
H1.HeaderClassName
{
color: #11B5EE;
}
.AnyTagClassName
{
color: #11B5EE;
}
</style>
background-color css
<style>
a { background-color: #11B5EE; }
a { background-color: rgb(17,181,238); }
div.DivClassName
{
background-color: #11B5EE;
}
.BgClassName
{
background-color: #11B5EE;
}
</style>
border-color css
<style>
span { border-color: #11B5EE; }
span { border-color: rgb(17,181,238); }
td.TdClassName
{
border-color: #11B5EE;
}
.TagClassName
{
border-color: #11B5EE;
}
</style>