Shades of Deep Sky Blue #11ACF7
Tints of Deep Sky Blue #11ACF7
RGB
CMYK
RGB Variations
Color information
#11ACF7 (or 0x11ACF7) is known color: Deep Sky Blue. HEX triplet: 11, AC and F7. RGB value is (17,172,247). Sum of RGB (Red+Green+Blue) = 17+172+247=436 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.90% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 247 (96.88% from 255 or 56.65% from 436); Max value from RGB is 247 - color contains mainly: blue. Hex color #11ACF7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11ACF7 is #EE5308. Grayscale: #858585. Windows color (decimal): -15618825 or 16231441. OLE color: 16231441.
HSL color Cylindrical-coordinate representation of color #11ACF7: hue angle of 199.57º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11ACF7 is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 17 | 172 | 247 | - |
| CMYK | 0.93 | 0.30 | 0 | 0.03 |
| HSL | 199.57º | 0.93% | 0.52% | - |
| HSV(B) | 199.57º | 0.93% | 0.97% | - |
| XYZ | 31.77 | 36.34 | 93.34 | - |
| YUV | 134.21 | 191.65 | 44.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 172 | 247 | 0.93 | 0.30 | 0 | 0.03 | 199.57 | 0.93 | 0.52 |
| Hex | 11 | AC | F7 | 5D | 1E | 0 | 3 | C8 | 5D | 34 |
| Octal | 21 | 254 | 367 | 135 | 36 | 0 | 3 | 310 | 135 | 64 |
| Binary | 10001 | 10101100 | 11110111 | 1011101 | 11110 | 0 | 11 | 11001000 | 1011101 | 110100 |
Color Harmonies of #11ACF7
Complementary color
Monochromatic Colors of #11ACF7
Black with #11ACF7
Text Example
Text Example
White with #11ACF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11ACF7; }
p { color: rgb(17,172,247); }
H1.HeaderClassName
{
color: #11ACF7;
}
.AnyTagClassName
{
color: #11ACF7;
}
</style>
background-color css
<style>
a { background-color: #11ACF7; }
a { background-color: rgb(17,172,247); }
div.DivClassName
{
background-color: #11ACF7;
}
.BgClassName
{
background-color: #11ACF7;
}
</style>
border-color css
<style>
span { border-color: #11ACF7; }
span { border-color: rgb(17,172,247); }
td.TdClassName
{
border-color: #11ACF7;
}
.TagClassName
{
border-color: #11ACF7;
}
</style>