Shades of Deep Sky Blue #11CDEC
Tints of Deep Sky Blue #11CDEC
RGB
CMYK
RGB Variations
Color information
#11CDEC (or 0x11CDEC) is known color: Deep Sky Blue. HEX triplet: 11, CD and EC. RGB value is (17,205,236). Sum of RGB (Red+Green+Blue) = 17+205+236=458 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.71% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 236 (92.58% from 255 or 51.53% from 458); Max value from RGB is 236 - color contains mainly: blue. Hex color #11CDEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11CDEC is #EE3213. Grayscale: #989898. Windows color (decimal): -15610388 or 15518993. OLE color: 15518993.
HSL color Cylindrical-coordinate representation of color #11CDEC: hue angle of 188.49º 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 #11CDEC is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 205 | 236 | - |
| CMYK | 0.93 | 0.13 | 0 | 0.07 |
| HSL | 188.49º | 0.87% | 0.5% | - |
| HSV(B) | 188.49º | 0.93% | 0.93% | - |
| XYZ | 37.2 | 49.84 | 87.02 | - |
| YUV | 152.32 | 175.22 | 31.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 205 | 236 | 0.93 | 0.13 | 0 | 0.07 | 188.49 | 0.87 | 0.5 |
| Hex | 11 | CD | EC | 5D | D | 0 | 7 | BC | 57 | 32 |
| Octal | 21 | 315 | 354 | 135 | 15 | 0 | 7 | 274 | 127 | 62 |
| Binary | 10001 | 11001101 | 11101100 | 1011101 | 1101 | 0 | 111 | 10111100 | 1010111 | 110010 |
Color Harmonies of #11CDEC
Complementary color
Monochromatic Colors of #11CDEC
Black with #11CDEC
Text Example
Text Example
White with #11CDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CDEC; }
p { color: rgb(17,205,236); }
H1.HeaderClassName
{
color: #11CDEC;
}
.AnyTagClassName
{
color: #11CDEC;
}
</style>
background-color css
<style>
a { background-color: #11CDEC; }
a { background-color: rgb(17,205,236); }
div.DivClassName
{
background-color: #11CDEC;
}
.BgClassName
{
background-color: #11CDEC;
}
</style>
border-color css
<style>
span { border-color: #11CDEC; }
span { border-color: rgb(17,205,236); }
td.TdClassName
{
border-color: #11CDEC;
}
.TagClassName
{
border-color: #11CDEC;
}
</style>