Shades of Echo Blue #ACB0CB
Tints of Echo Blue #ACB0CB
RGB
CMYK
RGB Variations
Color information
#ACB0CB (or 0xACB0CB) is known color: Echo Blue. HEX triplet: AC, B0 and CB. RGB value is (172,176,203). Sum of RGB (Red+Green+Blue) = 172+176+203=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 176 (69.14% from 255 or 31.94% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 203 - color contains mainly: blue. Hex color #ACB0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB0CB is #534F34. Grayscale: #B1B1B1. Windows color (decimal): -5459765 or 13349036. OLE color: 13349036.
HSL color Cylindrical-coordinate representation of color #ACB0CB: hue angle of 232.26º 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 #ACB0CB is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 176 | 203 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.20 |
| HSL | 232.26º | 0.23% | 0.74% | - |
| HSV(B) | 232.26º | 0.15% | 0.8% | - |
| XYZ | 43.32 | 44.13 | 62.74 | - |
| YUV | 177.88 | 142.17 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 203 | 0.15 | 0.13 | 0 | 0.20 | 232.26 | 0.23 | 0.74 |
| Hex | AC | B0 | CB | F | D | 0 | 14 | E8 | 17 | 4A |
| Octal | 254 | 260 | 313 | 17 | 15 | 0 | 24 | 350 | 27 | 112 |
| Binary | 10101100 | 10110000 | 11001011 | 1111 | 1101 | 0 | 10100 | 11101000 | 10111 | 1001010 |
Color Harmonies of #ACB0CB
Complementary color
Monochromatic Colors of #ACB0CB
Black with #ACB0CB
Text Example
Text Example
White with #ACB0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB0CB; }
p { color: rgb(172,176,203); }
H1.HeaderClassName
{
color: #ACB0CB;
}
.AnyTagClassName
{
color: #ACB0CB;
}
</style>
background-color css
<style>
a { background-color: #ACB0CB; }
a { background-color: rgb(172,176,203); }
div.DivClassName
{
background-color: #ACB0CB;
}
.BgClassName
{
background-color: #ACB0CB;
}
</style>
border-color css
<style>
span { border-color: #ACB0CB; }
span { border-color: rgb(172,176,203); }
td.TdClassName
{
border-color: #ACB0CB;
}
.TagClassName
{
border-color: #ACB0CB;
}
</style>