Shades of Deep Sky Blue #11AFF5
Tints of Deep Sky Blue #11AFF5
RGB
CMYK
RGB Variations
Color information
#11AFF5 (or 0x11AFF5) is known color: Deep Sky Blue. HEX triplet: 11, AF and F5. RGB value is (17,175,245). Sum of RGB (Red+Green+Blue) = 17+175+245=437 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.89% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 245 (96.09% from 255 or 56.06% from 437); Max value from RGB is 245 - color contains mainly: blue. Hex color #11AFF5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11AFF5 is #EE500A. Grayscale: #878787. Windows color (decimal): -15618059 or 16101137. OLE color: 16101137.
HSL color Cylindrical-coordinate representation of color #11AFF5: hue angle of 198.42º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11AFF5 is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 17 | 175 | 245 | - |
| CMYK | 0.93 | 0.29 | 0 | 0.04 |
| HSL | 198.42º | 0.92% | 0.51% | - |
| HSV(B) | 198.42º | 0.93% | 0.96% | - |
| XYZ | 32.04 | 37.37 | 91.91 | - |
| YUV | 135.74 | 189.65 | 43.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 175 | 245 | 0.93 | 0.29 | 0 | 0.04 | 198.42 | 0.92 | 0.51 |
| Hex | 11 | AF | F5 | 5D | 1D | 0 | 4 | C6 | 5C | 33 |
| Octal | 21 | 257 | 365 | 135 | 35 | 0 | 4 | 306 | 134 | 63 |
| Binary | 10001 | 10101111 | 11110101 | 1011101 | 11101 | 0 | 100 | 11000110 | 1011100 | 110011 |
Color Harmonies of #11AFF5
Complementary color
Monochromatic Colors of #11AFF5
Black with #11AFF5
Text Example
Text Example
White with #11AFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AFF5; }
p { color: rgb(17,175,245); }
H1.HeaderClassName
{
color: #11AFF5;
}
.AnyTagClassName
{
color: #11AFF5;
}
</style>
background-color css
<style>
a { background-color: #11AFF5; }
a { background-color: rgb(17,175,245); }
div.DivClassName
{
background-color: #11AFF5;
}
.BgClassName
{
background-color: #11AFF5;
}
</style>
border-color css
<style>
span { border-color: #11AFF5; }
span { border-color: rgb(17,175,245); }
td.TdClassName
{
border-color: #11AFF5;
}
.TagClassName
{
border-color: #11AFF5;
}
</style>