Shades of Deep Sky Blue #11AEF6
Tints of Deep Sky Blue #11AEF6
RGB
CMYK
RGB Variations
Color information
#11AEF6 (or 0x11AEF6) is known color: Deep Sky Blue. HEX triplet: 11, AE and F6. RGB value is (17,174,246). Sum of RGB (Red+Green+Blue) = 17+174+246=437 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.89% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 246 (96.48% from 255 or 56.29% from 437); Max value from RGB is 246 - color contains mainly: blue. Hex color #11AEF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11AEF6 is #EE5109. Grayscale: #868686. Windows color (decimal): -15618314 or 16166417. OLE color: 16166417.
HSL color Cylindrical-coordinate representation of color #11AEF6: hue angle of 198.86º 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 #11AEF6 is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 17 | 174 | 246 | - |
| CMYK | 0.93 | 0.29 | 0 | 0.04 |
| HSL | 198.86º | 0.93% | 0.52% | - |
| HSV(B) | 198.86º | 0.93% | 0.96% | - |
| XYZ | 32 | 37.05 | 92.65 | - |
| YUV | 135.27 | 190.49 | 43.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 174 | 246 | 0.93 | 0.29 | 0 | 0.04 | 198.86 | 0.93 | 0.52 |
| Hex | 11 | AE | F6 | 5D | 1D | 0 | 4 | C7 | 5D | 34 |
| Octal | 21 | 256 | 366 | 135 | 35 | 0 | 4 | 307 | 135 | 64 |
| Binary | 10001 | 10101110 | 11110110 | 1011101 | 11101 | 0 | 100 | 11000111 | 1011101 | 110100 |
Color Harmonies of #11AEF6
Complementary color
Monochromatic Colors of #11AEF6
Black with #11AEF6
Text Example
Text Example
White with #11AEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AEF6; }
p { color: rgb(17,174,246); }
H1.HeaderClassName
{
color: #11AEF6;
}
.AnyTagClassName
{
color: #11AEF6;
}
</style>
background-color css
<style>
a { background-color: #11AEF6; }
a { background-color: rgb(17,174,246); }
div.DivClassName
{
background-color: #11AEF6;
}
.BgClassName
{
background-color: #11AEF6;
}
</style>
border-color css
<style>
span { border-color: #11AEF6; }
span { border-color: rgb(17,174,246); }
td.TdClassName
{
border-color: #11AEF6;
}
.TagClassName
{
border-color: #11AEF6;
}
</style>