Shades of Deep Sky Blue #11ABFF
Tints of Deep Sky Blue #11ABFF
RGB
CMYK
RGB Variations
Color information
#11ABFF (or 0x11ABFF) is known color: Deep Sky Blue. HEX triplet: 11, AB and FF. RGB value is (17,171,255). Sum of RGB (Red+Green+Blue) = 17+171+255=443 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.84% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #11ABFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11ABFF is #EE5400. Grayscale: #868686. Windows color (decimal): -15619073 or 16755473. OLE color: 16755473.
HSL color Cylindrical-coordinate representation of color #11ABFF: hue angle of 201.18º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11ABFF is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 171 | 255 | - |
| CMYK | 0.93 | 0.33 | 0 | 0 |
| HSL | 201.18º | 1% | 0.53% | - |
| HSV(B) | 201.18º | 0.93% | 1% | - |
| XYZ | 32.84 | 36.46 | 99.92 | - |
| YUV | 134.53 | 195.98 | 44.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 171 | 255 | 0.93 | 0.33 | 0 | 0 | 201.18 | 1 | 0.53 |
| Hex | 11 | AB | FF | 5D | 21 | 0 | 0 | C9 | 64 | 35 |
| Octal | 21 | 253 | 377 | 135 | 41 | 0 | 0 | 311 | 144 | 65 |
| Binary | 10001 | 10101011 | 11111111 | 1011101 | 100001 | 0 | 0 | 11001001 | 1100100 | 110101 |
Color Harmonies of #11ABFF
Complementary color
Monochromatic Colors of #11ABFF
Black with #11ABFF
Text Example
Text Example
White with #11ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11ABFF; }
p { color: rgb(17,171,255); }
H1.HeaderClassName
{
color: #11ABFF;
}
.AnyTagClassName
{
color: #11ABFF;
}
</style>
background-color css
<style>
a { background-color: #11ABFF; }
a { background-color: rgb(17,171,255); }
div.DivClassName
{
background-color: #11ABFF;
}
.BgClassName
{
background-color: #11ABFF;
}
</style>
border-color css
<style>
span { border-color: #11ABFF; }
span { border-color: rgb(17,171,255); }
td.TdClassName
{
border-color: #11ABFF;
}
.TagClassName
{
border-color: #11ABFF;
}
</style>