Shades of Deep Sky Blue #11CEEC
Tints of Deep Sky Blue #11CEEC
RGB
CMYK
RGB Variations
Color information
#11CEEC (or 0x11CEEC) is known color: Deep Sky Blue. HEX triplet: 11, CE and EC. RGB value is (17,206,236). Sum of RGB (Red+Green+Blue) = 17+206+236=459 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.70% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #11CEEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11CEEC is #EE3113. Grayscale: #989898. Windows color (decimal): -15610132 or 15519249. OLE color: 15519249.
HSL color Cylindrical-coordinate representation of color #11CEEC: hue angle of 188.22º 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 #11CEEC is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 206 | 236 | - |
| CMYK | 0.93 | 0.13 | 0 | 0.07 |
| HSL | 188.22º | 0.87% | 0.5% | - |
| HSV(B) | 188.22º | 0.93% | 0.93% | - |
| XYZ | 37.44 | 50.32 | 87.1 | - |
| YUV | 152.91 | 174.88 | 31.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 206 | 236 | 0.93 | 0.13 | 0 | 0.07 | 188.22 | 0.87 | 0.5 |
| Hex | 11 | CE | EC | 5D | D | 0 | 7 | BC | 57 | 32 |
| Octal | 21 | 316 | 354 | 135 | 15 | 0 | 7 | 274 | 127 | 62 |
| Binary | 10001 | 11001110 | 11101100 | 1011101 | 1101 | 0 | 111 | 10111100 | 1010111 | 110010 |
Color Harmonies of #11CEEC
Complementary color
Monochromatic Colors of #11CEEC
Black with #11CEEC
Text Example
Text Example
White with #11CEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CEEC; }
p { color: rgb(17,206,236); }
H1.HeaderClassName
{
color: #11CEEC;
}
.AnyTagClassName
{
color: #11CEEC;
}
</style>
background-color css
<style>
a { background-color: #11CEEC; }
a { background-color: rgb(17,206,236); }
div.DivClassName
{
background-color: #11CEEC;
}
.BgClassName
{
background-color: #11CEEC;
}
</style>
border-color css
<style>
span { border-color: #11CEEC; }
span { border-color: rgb(17,206,236); }
td.TdClassName
{
border-color: #11CEEC;
}
.TagClassName
{
border-color: #11CEEC;
}
</style>