Shades of Deep Sky Blue #11ABFA
Tints of Deep Sky Blue #11ABFA
RGB
CMYK
RGB Variations
Color information
#11ABFA (or 0x11ABFA) is known color: Deep Sky Blue. HEX triplet: 11, AB and FA. RGB value is (17,171,250). Sum of RGB (Red+Green+Blue) = 17+171+250=438 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.88% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #11ABFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11ABFA is #EE5405. Grayscale: #858585. Windows color (decimal): -15619078 or 16427793. OLE color: 16427793.
HSL color Cylindrical-coordinate representation of color #11ABFA: hue angle of 200.34º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11ABFA is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 171 | 250 | - |
| CMYK | 0.93 | 0.32 | 0 | 0.02 |
| HSL | 200.34º | 0.96% | 0.52% | - |
| HSV(B) | 200.34º | 0.93% | 0.98% | - |
| XYZ | 32.05 | 36.15 | 95.73 | - |
| YUV | 133.96 | 193.48 | 44.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 171 | 250 | 0.93 | 0.32 | 0 | 0.02 | 200.34 | 0.96 | 0.52 |
| Hex | 11 | AB | FA | 5D | 20 | 0 | 2 | C8 | 60 | 34 |
| Octal | 21 | 253 | 372 | 135 | 40 | 0 | 2 | 310 | 140 | 64 |
| Binary | 10001 | 10101011 | 11111010 | 1011101 | 100000 | 0 | 10 | 11001000 | 1100000 | 110100 |
Color Harmonies of #11ABFA
Complementary color
Monochromatic Colors of #11ABFA
Black with #11ABFA
Text Example
Text Example
White with #11ABFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11ABFA; }
p { color: rgb(17,171,250); }
H1.HeaderClassName
{
color: #11ABFA;
}
.AnyTagClassName
{
color: #11ABFA;
}
</style>
background-color css
<style>
a { background-color: #11ABFA; }
a { background-color: rgb(17,171,250); }
div.DivClassName
{
background-color: #11ABFA;
}
.BgClassName
{
background-color: #11ABFA;
}
</style>
border-color css
<style>
span { border-color: #11ABFA; }
span { border-color: rgb(17,171,250); }
td.TdClassName
{
border-color: #11ABFA;
}
.TagClassName
{
border-color: #11ABFA;
}
</style>