Shades of Echo Blue #ACB0C4
Tints of Echo Blue #ACB0C4
RGB
CMYK
RGB Variations
Color information
#ACB0C4 (or 0xACB0C4) is known color: Echo Blue. HEX triplet: AC, B0 and C4. RGB value is (172,176,196). Sum of RGB (Red+Green+Blue) = 172+176+196=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 176 (69.14% from 255 or 32.35% from 544); Blue value is 196 (76.95% from 255 or 36.03% from 544); Max value from RGB is 196 - color contains mainly: blue. Hex color #ACB0C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB0C4 is #534F3B. Grayscale: #B1B1B1. Windows color (decimal): -5459772 or 12890284. OLE color: 12890284.
HSL color Cylindrical-coordinate representation of color #ACB0C4: hue angle of 230º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACB0C4 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 176 | 196 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.23 |
| HSL | 230º | 0.17% | 0.72% | - |
| HSV(B) | 230º | 0.12% | 0.77% | - |
| XYZ | 42.5 | 43.81 | 58.44 | - |
| YUV | 177.08 | 138.67 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 196 | 0.12 | 0.10 | 0 | 0.23 | 230 | 0.17 | 0.72 |
| Hex | AC | B0 | C4 | C | A | 0 | 17 | E6 | 11 | 48 |
| Octal | 254 | 260 | 304 | 14 | 12 | 0 | 27 | 346 | 21 | 110 |
| Binary | 10101100 | 10110000 | 11000100 | 1100 | 1010 | 0 | 10111 | 11100110 | 10001 | 1001000 |
Color Harmonies of #ACB0C4
Complementary color
Monochromatic Colors of #ACB0C4
Black with #ACB0C4
Text Example
Text Example
White with #ACB0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB0C4; }
p { color: rgb(172,176,196); }
H1.HeaderClassName
{
color: #ACB0C4;
}
.AnyTagClassName
{
color: #ACB0C4;
}
</style>
background-color css
<style>
a { background-color: #ACB0C4; }
a { background-color: rgb(172,176,196); }
div.DivClassName
{
background-color: #ACB0C4;
}
.BgClassName
{
background-color: #ACB0C4;
}
</style>
border-color css
<style>
span { border-color: #ACB0C4; }
span { border-color: rgb(172,176,196); }
td.TdClassName
{
border-color: #ACB0C4;
}
.TagClassName
{
border-color: #ACB0C4;
}
</style>