Shades of Deep Sky Blue #11AFE7
Tints of Deep Sky Blue #11AFE7
RGB
CMYK
RGB Variations
Color information
#11AFE7 (or 0x11AFE7) is known color: Deep Sky Blue. HEX triplet: 11, AF and E7. RGB value is (17,175,231). Sum of RGB (Red+Green+Blue) = 17+175+231=423 (56% of max value = 765). Red value is 17 (7.03% from 255 or 4.02% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 231 (90.62% from 255 or 54.61% from 423); Max value from RGB is 231 - color contains mainly: blue. Hex color #11AFE7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11AFE7 is #EE5018. Grayscale: #858585. Windows color (decimal): -15618073 or 15183633. OLE color: 15183633.
HSL color Cylindrical-coordinate representation of color #11AFE7: hue angle of 195.7º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11AFE7 is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 17 | 175 | 231 | - |
| CMYK | 0.93 | 0.24 | 0 | 0.09 |
| HSL | 195.7º | 0.86% | 0.49% | - |
| HSV(B) | 195.7º | 0.93% | 0.91% | - |
| XYZ | 29.98 | 36.55 | 81.08 | - |
| YUV | 134.14 | 182.65 | 44.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 175 | 231 | 0.93 | 0.24 | 0 | 0.09 | 195.7 | 0.86 | 0.49 |
| Hex | 11 | AF | E7 | 5D | 18 | 0 | 9 | C4 | 56 | 31 |
| Octal | 21 | 257 | 347 | 135 | 30 | 0 | 11 | 304 | 126 | 61 |
| Binary | 10001 | 10101111 | 11100111 | 1011101 | 11000 | 0 | 1001 | 11000100 | 1010110 | 110001 |
Color Harmonies of #11AFE7
Complementary color
Monochromatic Colors of #11AFE7
Black with #11AFE7
Text Example
Text Example
White with #11AFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AFE7; }
p { color: rgb(17,175,231); }
H1.HeaderClassName
{
color: #11AFE7;
}
.AnyTagClassName
{
color: #11AFE7;
}
</style>
background-color css
<style>
a { background-color: #11AFE7; }
a { background-color: rgb(17,175,231); }
div.DivClassName
{
background-color: #11AFE7;
}
.BgClassName
{
background-color: #11AFE7;
}
</style>
border-color css
<style>
span { border-color: #11AFE7; }
span { border-color: rgb(17,175,231); }
td.TdClassName
{
border-color: #11AFE7;
}
.TagClassName
{
border-color: #11AFE7;
}
</style>