Shades of Deep Sky Blue #11AFEC
Tints of Deep Sky Blue #11AFEC
RGB
CMYK
RGB Variations
Color information
#11AFEC (or 0x11AFEC) is known color: Deep Sky Blue. HEX triplet: 11, AF and EC. RGB value is (17,175,236). Sum of RGB (Red+Green+Blue) = 17+175+236=428 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.97% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 236 (92.58% from 255 or 55.14% from 428); Max value from RGB is 236 - color contains mainly: blue. Hex color #11AFEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11AFEC is #EE5013. Grayscale: #868686. Windows color (decimal): -15618068 or 15511313. OLE color: 15511313.
HSL color Cylindrical-coordinate representation of color #11AFEC: hue angle of 196.71º 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 #11AFEC is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 175 | 236 | - |
| CMYK | 0.93 | 0.26 | 0 | 0.07 |
| HSL | 196.71º | 0.87% | 0.5% | - |
| HSV(B) | 196.71º | 0.93% | 0.93% | - |
| XYZ | 30.7 | 36.84 | 84.85 | - |
| YUV | 134.71 | 185.15 | 44.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 175 | 236 | 0.93 | 0.26 | 0 | 0.07 | 196.71 | 0.87 | 0.5 |
| Hex | 11 | AF | EC | 5D | 1A | 0 | 7 | C5 | 57 | 32 |
| Octal | 21 | 257 | 354 | 135 | 32 | 0 | 7 | 305 | 127 | 62 |
| Binary | 10001 | 10101111 | 11101100 | 1011101 | 11010 | 0 | 111 | 11000101 | 1010111 | 110010 |
Color Harmonies of #11AFEC
Complementary color
Monochromatic Colors of #11AFEC
Black with #11AFEC
Text Example
Text Example
White with #11AFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AFEC; }
p { color: rgb(17,175,236); }
H1.HeaderClassName
{
color: #11AFEC;
}
.AnyTagClassName
{
color: #11AFEC;
}
</style>
background-color css
<style>
a { background-color: #11AFEC; }
a { background-color: rgb(17,175,236); }
div.DivClassName
{
background-color: #11AFEC;
}
.BgClassName
{
background-color: #11AFEC;
}
</style>
border-color css
<style>
span { border-color: #11AFEC; }
span { border-color: rgb(17,175,236); }
td.TdClassName
{
border-color: #11AFEC;
}
.TagClassName
{
border-color: #11AFEC;
}
</style>