Shades of Echo Blue #ACB9CC
Tints of Echo Blue #ACB9CC
RGB
CMYK
RGB Variations
Color information
#ACB9CC (or 0xACB9CC) is known color: Echo Blue. HEX triplet: AC, B9 and CC. RGB value is (172,185,204). Sum of RGB (Red+Green+Blue) = 172+185+204=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 185 (72.66% from 255 or 32.98% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 204 - color contains mainly: blue. Hex color #ACB9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB9CC is #534633. Grayscale: #B7B7B7. Windows color (decimal): -5457460 or 13416876. OLE color: 13416876.
HSL color Cylindrical-coordinate representation of color #ACB9CC: hue angle of 215.62º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACB9CC is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 185 | 204 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.2 |
| HSL | 215.63º | 0.24% | 0.74% | - |
| HSV(B) | 215.63º | 0.16% | 0.8% | - |
| XYZ | 45.26 | 47.83 | 63.97 | - |
| YUV | 183.28 | 139.69 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 204 | 0.16 | 0.09 | 0 | 0.2 | 215.63 | 0.24 | 0.74 |
| Hex | AC | B9 | CC | 10 | 9 | 0 | 14 | D8 | 18 | 4A |
| Octal | 254 | 271 | 314 | 20 | 11 | 0 | 24 | 330 | 30 | 112 |
| Binary | 10101100 | 10111001 | 11001100 | 10000 | 1001 | 0 | 10100 | 11011000 | 11000 | 1001010 |
Color Harmonies of #ACB9CC
Complementary color
Monochromatic Colors of #ACB9CC
Black with #ACB9CC
Text Example
Text Example
White with #ACB9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB9CC; }
p { color: rgb(172,185,204); }
H1.HeaderClassName
{
color: #ACB9CC;
}
.AnyTagClassName
{
color: #ACB9CC;
}
</style>
background-color css
<style>
a { background-color: #ACB9CC; }
a { background-color: rgb(172,185,204); }
div.DivClassName
{
background-color: #ACB9CC;
}
.BgClassName
{
background-color: #ACB9CC;
}
</style>
border-color css
<style>
span { border-color: #ACB9CC; }
span { border-color: rgb(172,185,204); }
td.TdClassName
{
border-color: #ACB9CC;
}
.TagClassName
{
border-color: #ACB9CC;
}
</style>