Shades of Deep Sky Blue #11ACFC
Tints of Deep Sky Blue #11ACFC
RGB
CMYK
RGB Variations
Color information
#11ACFC (or 0x11ACFC) is known color: Deep Sky Blue. HEX triplet: 11, AC and FC. RGB value is (17,172,252). Sum of RGB (Red+Green+Blue) = 17+172+252=441 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.85% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 252 (98.83% from 255 or 57.14% from 441); Max value from RGB is 252 - color contains mainly: blue. Hex color #11ACFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11ACFC is #EE5303. Grayscale: #868686. Windows color (decimal): -15618820 or 16559121. OLE color: 16559121.
HSL color Cylindrical-coordinate representation of color #11ACFC: hue angle of 200.43º 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 #11ACFC is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 172 | 252 | - |
| CMYK | 0.93 | 0.32 | 0 | 0.01 |
| HSL | 200.43º | 0.98% | 0.53% | - |
| HSV(B) | 200.43º | 0.93% | 0.99% | - |
| XYZ | 32.55 | 36.65 | 97.45 | - |
| YUV | 134.78 | 194.15 | 44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 172 | 252 | 0.93 | 0.32 | 0 | 0.01 | 200.43 | 0.98 | 0.53 |
| Hex | 11 | AC | FC | 5D | 20 | 0 | 1 | C8 | 62 | 35 |
| Octal | 21 | 254 | 374 | 135 | 40 | 0 | 1 | 310 | 142 | 65 |
| Binary | 10001 | 10101100 | 11111100 | 1011101 | 100000 | 0 | 1 | 11001000 | 1100010 | 110101 |
Color Harmonies of #11ACFC
Complementary color
Monochromatic Colors of #11ACFC
Black with #11ACFC
Text Example
Text Example
White with #11ACFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11ACFC; }
p { color: rgb(17,172,252); }
H1.HeaderClassName
{
color: #11ACFC;
}
.AnyTagClassName
{
color: #11ACFC;
}
</style>
background-color css
<style>
a { background-color: #11ACFC; }
a { background-color: rgb(17,172,252); }
div.DivClassName
{
background-color: #11ACFC;
}
.BgClassName
{
background-color: #11ACFC;
}
</style>
border-color css
<style>
span { border-color: #11ACFC; }
span { border-color: rgb(17,172,252); }
td.TdClassName
{
border-color: #11ACFC;
}
.TagClassName
{
border-color: #11ACFC;
}
</style>