Shades of Deep Sky Blue #11CCEC
Tints of Deep Sky Blue #11CCEC
RGB
CMYK
RGB Variations
Color information
#11CCEC (or 0x11CCEC) is known color: Deep Sky Blue. HEX triplet: 11, CC and EC. RGB value is (17,204,236). Sum of RGB (Red+Green+Blue) = 17+204+236=457 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.72% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 236 (92.58% from 255 or 51.64% from 457); Max value from RGB is 236 - color contains mainly: blue. Hex color #11CCEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11CCEC is #EE3313. Grayscale: #979797. Windows color (decimal): -15610644 or 15518737. OLE color: 15518737.
HSL color Cylindrical-coordinate representation of color #11CCEC: hue angle of 188.77º 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 #11CCEC is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 204 | 236 | - |
| CMYK | 0.93 | 0.14 | 0 | 0.07 |
| HSL | 188.77º | 0.87% | 0.5% | - |
| HSV(B) | 188.77º | 0.93% | 0.93% | - |
| XYZ | 36.96 | 49.36 | 86.94 | - |
| YUV | 151.74 | 175.55 | 31.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 204 | 236 | 0.93 | 0.14 | 0 | 0.07 | 188.77 | 0.87 | 0.5 |
| Hex | 11 | CC | EC | 5D | E | 0 | 7 | BD | 57 | 32 |
| Octal | 21 | 314 | 354 | 135 | 16 | 0 | 7 | 275 | 127 | 62 |
| Binary | 10001 | 11001100 | 11101100 | 1011101 | 1110 | 0 | 111 | 10111101 | 1010111 | 110010 |
Color Harmonies of #11CCEC
Complementary color
Monochromatic Colors of #11CCEC
Black with #11CCEC
Text Example
Text Example
White with #11CCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CCEC; }
p { color: rgb(17,204,236); }
H1.HeaderClassName
{
color: #11CCEC;
}
.AnyTagClassName
{
color: #11CCEC;
}
</style>
background-color css
<style>
a { background-color: #11CCEC; }
a { background-color: rgb(17,204,236); }
div.DivClassName
{
background-color: #11CCEC;
}
.BgClassName
{
background-color: #11CCEC;
}
</style>
border-color css
<style>
span { border-color: #11CCEC; }
span { border-color: rgb(17,204,236); }
td.TdClassName
{
border-color: #11CCEC;
}
.TagClassName
{
border-color: #11CCEC;
}
</style>