Shades of Deep Sky Blue #11AFEF
Tints of Deep Sky Blue #11AFEF
RGB
CMYK
RGB Variations
Color information
#11AFEF (or 0x11AFEF) is known color: Deep Sky Blue. HEX triplet: 11, AF and EF. RGB value is (17,175,239). Sum of RGB (Red+Green+Blue) = 17+175+239=431 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.94% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 239 (93.75% from 255 or 55.45% from 431); Max value from RGB is 239 - color contains mainly: blue. Hex color #11AFEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11AFEF is #EE5010. Grayscale: #868686. Windows color (decimal): -15618065 or 15707921. OLE color: 15707921.
HSL color Cylindrical-coordinate representation of color #11AFEF: hue angle of 197.3º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11AFEF is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 175 | 239 | - |
| CMYK | 0.93 | 0.27 | 0 | 0.06 |
| HSL | 197.3º | 0.87% | 0.5% | - |
| HSV(B) | 197.3º | 0.93% | 0.94% | - |
| XYZ | 31.14 | 37.01 | 87.16 | - |
| YUV | 135.05 | 186.65 | 43.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 175 | 239 | 0.93 | 0.27 | 0 | 0.06 | 197.3 | 0.87 | 0.5 |
| Hex | 11 | AF | EF | 5D | 1B | 0 | 6 | C5 | 57 | 32 |
| Octal | 21 | 257 | 357 | 135 | 33 | 0 | 6 | 305 | 127 | 62 |
| Binary | 10001 | 10101111 | 11101111 | 1011101 | 11011 | 0 | 110 | 11000101 | 1010111 | 110010 |
Color Harmonies of #11AFEF
Complementary color
Monochromatic Colors of #11AFEF
Black with #11AFEF
Text Example
Text Example
White with #11AFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AFEF; }
p { color: rgb(17,175,239); }
H1.HeaderClassName
{
color: #11AFEF;
}
.AnyTagClassName
{
color: #11AFEF;
}
</style>
background-color css
<style>
a { background-color: #11AFEF; }
a { background-color: rgb(17,175,239); }
div.DivClassName
{
background-color: #11AFEF;
}
.BgClassName
{
background-color: #11AFEF;
}
</style>
border-color css
<style>
span { border-color: #11AFEF; }
span { border-color: rgb(17,175,239); }
td.TdClassName
{
border-color: #11AFEF;
}
.TagClassName
{
border-color: #11AFEF;
}
</style>