Shades of Deep Sky Blue #11ACFD
Tints of Deep Sky Blue #11ACFD
RGB
CMYK
RGB Variations
Color information
#11ACFD (or 0x11ACFD) is known color: Deep Sky Blue. HEX triplet: 11, AC and FD. RGB value is (17,172,253). Sum of RGB (Red+Green+Blue) = 17+172+253=442 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.85% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 253 (99.22% from 255 or 57.24% from 442); Max value from RGB is 253 - color contains mainly: blue. Hex color #11ACFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11ACFD is #EE5302. Grayscale: #868686. Windows color (decimal): -15618819 or 16624657. OLE color: 16624657.
HSL color Cylindrical-coordinate representation of color #11ACFD: hue angle of 200.59º 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 #11ACFD is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 172 | 253 | - |
| CMYK | 0.93 | 0.32 | 0 | 0.01 |
| HSL | 200.59º | 0.98% | 0.53% | - |
| HSV(B) | 200.59º | 0.93% | 0.99% | - |
| XYZ | 32.71 | 36.72 | 98.29 | - |
| YUV | 134.89 | 194.65 | 43.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 172 | 253 | 0.93 | 0.32 | 0 | 0.01 | 200.59 | 0.98 | 0.53 |
| Hex | 11 | AC | FD | 5D | 20 | 0 | 1 | C9 | 62 | 35 |
| Octal | 21 | 254 | 375 | 135 | 40 | 0 | 1 | 311 | 142 | 65 |
| Binary | 10001 | 10101100 | 11111101 | 1011101 | 100000 | 0 | 1 | 11001001 | 1100010 | 110101 |
Color Harmonies of #11ACFD
Complementary color
Monochromatic Colors of #11ACFD
Black with #11ACFD
Text Example
Text Example
White with #11ACFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11ACFD; }
p { color: rgb(17,172,253); }
H1.HeaderClassName
{
color: #11ACFD;
}
.AnyTagClassName
{
color: #11ACFD;
}
</style>
background-color css
<style>
a { background-color: #11ACFD; }
a { background-color: rgb(17,172,253); }
div.DivClassName
{
background-color: #11ACFD;
}
.BgClassName
{
background-color: #11ACFD;
}
</style>
border-color css
<style>
span { border-color: #11ACFD; }
span { border-color: rgb(17,172,253); }
td.TdClassName
{
border-color: #11ACFD;
}
.TagClassName
{
border-color: #11ACFD;
}
</style>