Shades of Deep Sky Blue #11BCE5
Tints of Deep Sky Blue #11BCE5
RGB
CMYK
RGB Variations
Color information
#11BCE5 (or 0x11BCE5) is known color: Deep Sky Blue. HEX triplet: 11, BC and E5. RGB value is (17,188,229). Sum of RGB (Red+Green+Blue) = 17+188+229=434 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.92% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 229 (89.84% from 255 or 52.76% from 434); Max value from RGB is 229 - color contains mainly: blue. Hex color #11BCE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BCE5 is #EE431A. Grayscale: #8D8D8D. Windows color (decimal): -15614747 or 15055889. OLE color: 15055889.
HSL color Cylindrical-coordinate representation of color #11BCE5: hue angle of 191.6º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11BCE5 is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 17 | 188 | 229 | - |
| CMYK | 0.93 | 0.18 | 0 | 0.10 |
| HSL | 191.6º | 0.86% | 0.48% | - |
| HSV(B) | 191.6º | 0.93% | 0.9% | - |
| XYZ | 32.36 | 41.74 | 80.48 | - |
| YUV | 141.55 | 177.35 | 39.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 188 | 229 | 0.93 | 0.18 | 0 | 0.10 | 191.6 | 0.86 | 0.48 |
| Hex | 11 | BC | E5 | 5D | 12 | 0 | A | C0 | 56 | 30 |
| Octal | 21 | 274 | 345 | 135 | 22 | 0 | 12 | 300 | 126 | 60 |
| Binary | 10001 | 10111100 | 11100101 | 1011101 | 10010 | 0 | 1010 | 11000000 | 1010110 | 110000 |
Color Harmonies of #11BCE5
Complementary color
Monochromatic Colors of #11BCE5
Black with #11BCE5
Text Example
Text Example
White with #11BCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BCE5; }
p { color: rgb(17,188,229); }
H1.HeaderClassName
{
color: #11BCE5;
}
.AnyTagClassName
{
color: #11BCE5;
}
</style>
background-color css
<style>
a { background-color: #11BCE5; }
a { background-color: rgb(17,188,229); }
div.DivClassName
{
background-color: #11BCE5;
}
.BgClassName
{
background-color: #11BCE5;
}
</style>
border-color css
<style>
span { border-color: #11BCE5; }
span { border-color: rgb(17,188,229); }
td.TdClassName
{
border-color: #11BCE5;
}
.TagClassName
{
border-color: #11BCE5;
}
</style>