Shades of Deep Sky Blue #11BCED
Tints of Deep Sky Blue #11BCED
RGB
CMYK
RGB Variations
Color information
#11BCED (or 0x11BCED) is known color: Deep Sky Blue. HEX triplet: 11, BC and ED. RGB value is (17,188,237). Sum of RGB (Red+Green+Blue) = 17+188+237=442 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.85% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 237 (92.97% from 255 or 53.62% from 442); Max value from RGB is 237 - color contains mainly: blue. Hex color #11BCED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11BCED is #EE4312. Grayscale: #8E8E8E. Windows color (decimal): -15614739 or 15580177. OLE color: 15580177.
HSL color Cylindrical-coordinate representation of color #11BCED: hue angle of 193.36º 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 #11BCED is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 188 | 237 | - |
| CMYK | 0.93 | 0.21 | 0 | 0.07 |
| HSL | 193.36º | 0.87% | 0.5% | - |
| HSV(B) | 193.36º | 0.93% | 0.93% | - |
| XYZ | 33.5 | 42.2 | 86.5 | - |
| YUV | 142.46 | 181.35 | 38.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 188 | 237 | 0.93 | 0.21 | 0 | 0.07 | 193.36 | 0.87 | 0.5 |
| Hex | 11 | BC | ED | 5D | 15 | 0 | 7 | C1 | 57 | 32 |
| Octal | 21 | 274 | 355 | 135 | 25 | 0 | 7 | 301 | 127 | 62 |
| Binary | 10001 | 10111100 | 11101101 | 1011101 | 10101 | 0 | 111 | 11000001 | 1010111 | 110010 |
Color Harmonies of #11BCED
Complementary color
Monochromatic Colors of #11BCED
Black with #11BCED
Text Example
Text Example
White with #11BCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BCED; }
p { color: rgb(17,188,237); }
H1.HeaderClassName
{
color: #11BCED;
}
.AnyTagClassName
{
color: #11BCED;
}
</style>
background-color css
<style>
a { background-color: #11BCED; }
a { background-color: rgb(17,188,237); }
div.DivClassName
{
background-color: #11BCED;
}
.BgClassName
{
background-color: #11BCED;
}
</style>
border-color css
<style>
span { border-color: #11BCED; }
span { border-color: rgb(17,188,237); }
td.TdClassName
{
border-color: #11BCED;
}
.TagClassName
{
border-color: #11BCED;
}
</style>