Shades of Deep Sky Blue #11ACEC
Tints of Deep Sky Blue #11ACEC
RGB
CMYK
RGB Variations
Color information
#11ACEC (or 0x11ACEC) is known color: Deep Sky Blue. HEX triplet: 11, AC and EC. RGB value is (17,172,236). Sum of RGB (Red+Green+Blue) = 17+172+236=425 (56% of max value = 765). Red value is 17 (7.03% from 255 or 4% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 236 (92.58% from 255 or 55.53% from 425); Max value from RGB is 236 - color contains mainly: blue. Hex color #11ACEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11ACEC is #EE5313. Grayscale: #848484. Windows color (decimal): -15618836 or 15510545. OLE color: 15510545.
HSL color Cylindrical-coordinate representation of color #11ACEC: hue angle of 197.53º 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 #11ACEC is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 172 | 236 | - |
| CMYK | 0.93 | 0.27 | 0 | 0.07 |
| HSL | 197.53º | 0.87% | 0.5% | - |
| HSV(B) | 197.53º | 0.93% | 0.93% | - |
| XYZ | 30.12 | 35.68 | 84.66 | - |
| YUV | 132.95 | 186.15 | 45.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 172 | 236 | 0.93 | 0.27 | 0 | 0.07 | 197.53 | 0.87 | 0.5 |
| Hex | 11 | AC | EC | 5D | 1B | 0 | 7 | C6 | 57 | 32 |
| Octal | 21 | 254 | 354 | 135 | 33 | 0 | 7 | 306 | 127 | 62 |
| Binary | 10001 | 10101100 | 11101100 | 1011101 | 11011 | 0 | 111 | 11000110 | 1010111 | 110010 |
Color Harmonies of #11ACEC
Complementary color
Monochromatic Colors of #11ACEC
Black with #11ACEC
Text Example
Text Example
White with #11ACEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11ACEC; }
p { color: rgb(17,172,236); }
H1.HeaderClassName
{
color: #11ACEC;
}
.AnyTagClassName
{
color: #11ACEC;
}
</style>
background-color css
<style>
a { background-color: #11ACEC; }
a { background-color: rgb(17,172,236); }
div.DivClassName
{
background-color: #11ACEC;
}
.BgClassName
{
background-color: #11ACEC;
}
</style>
border-color css
<style>
span { border-color: #11ACEC; }
span { border-color: rgb(17,172,236); }
td.TdClassName
{
border-color: #11ACEC;
}
.TagClassName
{
border-color: #11ACEC;
}
</style>