Shades of Deep Sky Blue #11ADF6
Tints of Deep Sky Blue #11ADF6
RGB
CMYK
RGB Variations
Color information
#11ADF6 (or 0x11ADF6) is known color: Deep Sky Blue. HEX triplet: 11, AD and F6. RGB value is (17,173,246). Sum of RGB (Red+Green+Blue) = 17+173+246=436 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.90% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 246 (96.48% from 255 or 56.42% from 436); Max value from RGB is 246 - color contains mainly: blue. Hex color #11ADF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11ADF6 is #EE5209. Grayscale: #868686. Windows color (decimal): -15618570 or 16166161. OLE color: 16166161.
HSL color Cylindrical-coordinate representation of color #11ADF6: hue angle of 199.13º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11ADF6 is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 17 | 173 | 246 | - |
| CMYK | 0.93 | 0.30 | 0 | 0.04 |
| HSL | 199.13º | 0.93% | 0.52% | - |
| HSV(B) | 199.13º | 0.93% | 0.96% | - |
| XYZ | 31.81 | 36.66 | 92.59 | - |
| YUV | 134.68 | 190.82 | 44.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 173 | 246 | 0.93 | 0.30 | 0 | 0.04 | 199.13 | 0.93 | 0.52 |
| Hex | 11 | AD | F6 | 5D | 1E | 0 | 4 | C7 | 5D | 34 |
| Octal | 21 | 255 | 366 | 135 | 36 | 0 | 4 | 307 | 135 | 64 |
| Binary | 10001 | 10101101 | 11110110 | 1011101 | 11110 | 0 | 100 | 11000111 | 1011101 | 110100 |
Color Harmonies of #11ADF6
Complementary color
Monochromatic Colors of #11ADF6
Black with #11ADF6
Text Example
Text Example
White with #11ADF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11ADF6; }
p { color: rgb(17,173,246); }
H1.HeaderClassName
{
color: #11ADF6;
}
.AnyTagClassName
{
color: #11ADF6;
}
</style>
background-color css
<style>
a { background-color: #11ADF6; }
a { background-color: rgb(17,173,246); }
div.DivClassName
{
background-color: #11ADF6;
}
.BgClassName
{
background-color: #11ADF6;
}
</style>
border-color css
<style>
span { border-color: #11ADF6; }
span { border-color: rgb(17,173,246); }
td.TdClassName
{
border-color: #11ADF6;
}
.TagClassName
{
border-color: #11ADF6;
}
</style>