Shades of Deep Sky Blue #11ACF0
Tints of Deep Sky Blue #11ACF0
RGB
CMYK
RGB Variations
Color information
#11ACF0 (or 0x11ACF0) is known color: Deep Sky Blue. HEX triplet: 11, AC and F0. RGB value is (17,172,240). Sum of RGB (Red+Green+Blue) = 17+172+240=429 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.96% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 240 (94.14% from 255 or 55.94% from 429); Max value from RGB is 240 - color contains mainly: blue. Hex color #11ACF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11ACF0 is #EE530F. Grayscale: #848484. Windows color (decimal): -15618832 or 15772689. OLE color: 15772689.
HSL color Cylindrical-coordinate representation of color #11ACF0: hue angle of 198.3º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11ACF0 is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 172 | 240 | - |
| CMYK | 0.93 | 0.28 | 0 | 0.06 |
| HSL | 198.3º | 0.88% | 0.5% | - |
| HSV(B) | 198.3º | 0.93% | 0.94% | - |
| XYZ | 30.71 | 35.92 | 87.75 | - |
| YUV | 133.41 | 188.15 | 44.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 172 | 240 | 0.93 | 0.28 | 0 | 0.06 | 198.3 | 0.88 | 0.5 |
| Hex | 11 | AC | F0 | 5D | 1C | 0 | 6 | C6 | 58 | 32 |
| Octal | 21 | 254 | 360 | 135 | 34 | 0 | 6 | 306 | 130 | 62 |
| Binary | 10001 | 10101100 | 11110000 | 1011101 | 11100 | 0 | 110 | 11000110 | 1011000 | 110010 |
Color Harmonies of #11ACF0
Complementary color
Monochromatic Colors of #11ACF0
Black with #11ACF0
Text Example
Text Example
White with #11ACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11ACF0; }
p { color: rgb(17,172,240); }
H1.HeaderClassName
{
color: #11ACF0;
}
.AnyTagClassName
{
color: #11ACF0;
}
</style>
background-color css
<style>
a { background-color: #11ACF0; }
a { background-color: rgb(17,172,240); }
div.DivClassName
{
background-color: #11ACF0;
}
.BgClassName
{
background-color: #11ACF0;
}
</style>
border-color css
<style>
span { border-color: #11ACF0; }
span { border-color: rgb(17,172,240); }
td.TdClassName
{
border-color: #11ACF0;
}
.TagClassName
{
border-color: #11ACF0;
}
</style>