Shades of Echo Blue #ACB9CB
Tints of Echo Blue #ACB9CB
RGB
CMYK
RGB Variations
Color information
#ACB9CB (or 0xACB9CB) is known color: Echo Blue. HEX triplet: AC, B9 and CB. RGB value is (172,185,203). Sum of RGB (Red+Green+Blue) = 172+185+203=560 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.71% from 560); Green value is 185 (72.66% from 255 or 33.04% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 203 - color contains mainly: blue. Hex color #ACB9CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB9CB is #534634. Grayscale: #B7B7B7. Windows color (decimal): -5457461 or 13351340. OLE color: 13351340.
HSL color Cylindrical-coordinate representation of color #ACB9CB: hue angle of 214.84º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACB9CB is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 185 | 203 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.20 |
| HSL | 214.84º | 0.23% | 0.74% | - |
| HSV(B) | 214.84º | 0.15% | 0.8% | - |
| XYZ | 45.14 | 47.78 | 63.34 | - |
| YUV | 183.17 | 139.19 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 203 | 0.15 | 0.09 | 0 | 0.20 | 214.84 | 0.23 | 0.74 |
| Hex | AC | B9 | CB | F | 9 | 0 | 14 | D7 | 17 | 4A |
| Octal | 254 | 271 | 313 | 17 | 11 | 0 | 24 | 327 | 27 | 112 |
| Binary | 10101100 | 10111001 | 11001011 | 1111 | 1001 | 0 | 10100 | 11010111 | 10111 | 1001010 |
Color Harmonies of #ACB9CB
Complementary color
Monochromatic Colors of #ACB9CB
Black with #ACB9CB
Text Example
Text Example
White with #ACB9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB9CB; }
p { color: rgb(172,185,203); }
H1.HeaderClassName
{
color: #ACB9CB;
}
.AnyTagClassName
{
color: #ACB9CB;
}
</style>
background-color css
<style>
a { background-color: #ACB9CB; }
a { background-color: rgb(172,185,203); }
div.DivClassName
{
background-color: #ACB9CB;
}
.BgClassName
{
background-color: #ACB9CB;
}
</style>
border-color css
<style>
span { border-color: #ACB9CB; }
span { border-color: rgb(172,185,203); }
td.TdClassName
{
border-color: #ACB9CB;
}
.TagClassName
{
border-color: #ACB9CB;
}
</style>