Shades of Deep Sky Blue #11ABFC
Tints of Deep Sky Blue #11ABFC
RGB
CMYK
RGB Variations
Color information
#11ABFC (or 0x11ABFC) is known color: Deep Sky Blue. HEX triplet: 11, AB and FC. RGB value is (17,171,252). Sum of RGB (Red+Green+Blue) = 17+171+252=440 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.86% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 252 (98.83% from 255 or 57.27% from 440); Max value from RGB is 252 - color contains mainly: blue. Hex color #11ABFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11ABFC is #EE5403. Grayscale: #858585. Windows color (decimal): -15619076 or 16558865. OLE color: 16558865.
HSL color Cylindrical-coordinate representation of color #11ABFC: hue angle of 200.68º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11ABFC is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 171 | 252 | - |
| CMYK | 0.93 | 0.32 | 0 | 0.01 |
| HSL | 200.68º | 0.98% | 0.53% | - |
| HSV(B) | 200.68º | 0.93% | 0.99% | - |
| XYZ | 32.36 | 36.27 | 97.39 | - |
| YUV | 134.19 | 194.48 | 44.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 171 | 252 | 0.93 | 0.32 | 0 | 0.01 | 200.68 | 0.98 | 0.53 |
| Hex | 11 | AB | FC | 5D | 20 | 0 | 1 | C9 | 62 | 35 |
| Octal | 21 | 253 | 374 | 135 | 40 | 0 | 1 | 311 | 142 | 65 |
| Binary | 10001 | 10101011 | 11111100 | 1011101 | 100000 | 0 | 1 | 11001001 | 1100010 | 110101 |
Color Harmonies of #11ABFC
Complementary color
Monochromatic Colors of #11ABFC
Black with #11ABFC
Text Example
Text Example
White with #11ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11ABFC; }
p { color: rgb(17,171,252); }
H1.HeaderClassName
{
color: #11ABFC;
}
.AnyTagClassName
{
color: #11ABFC;
}
</style>
background-color css
<style>
a { background-color: #11ABFC; }
a { background-color: rgb(17,171,252); }
div.DivClassName
{
background-color: #11ABFC;
}
.BgClassName
{
background-color: #11ABFC;
}
</style>
border-color css
<style>
span { border-color: #11ABFC; }
span { border-color: rgb(17,171,252); }
td.TdClassName
{
border-color: #11ABFC;
}
.TagClassName
{
border-color: #11ABFC;
}
</style>