Shades of Echo Blue #ACB2C3
Tints of Echo Blue #ACB2C3
RGB
CMYK
RGB Variations
Color information
#ACB2C3 (or 0xACB2C3) is known color: Echo Blue. HEX triplet: AC, B2 and C3. RGB value is (172,178,195). Sum of RGB (Red+Green+Blue) = 172+178+195=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 195 (76.56% from 255 or 35.78% from 545); Max value from RGB is 195 - color contains mainly: blue. Hex color #ACB2C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB2C3 is #534D3C. Grayscale: #B2B2B2. Windows color (decimal): -5459261 or 12825260. OLE color: 12825260.
HSL color Cylindrical-coordinate representation of color #ACB2C3: hue angle of 224.35º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACB2C3 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 178 | 195 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.24 |
| HSL | 224.35º | 0.16% | 0.72% | - |
| HSV(B) | 224.35º | 0.12% | 0.76% | - |
| XYZ | 42.78 | 44.55 | 57.97 | - |
| YUV | 178.14 | 137.51 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 195 | 0.12 | 0.09 | 0 | 0.24 | 224.35 | 0.16 | 0.72 |
| Hex | AC | B2 | C3 | C | 9 | 0 | 18 | E0 | 10 | 48 |
| Octal | 254 | 262 | 303 | 14 | 11 | 0 | 30 | 340 | 20 | 110 |
| Binary | 10101100 | 10110010 | 11000011 | 1100 | 1001 | 0 | 11000 | 11100000 | 10000 | 1001000 |
Color Harmonies of #ACB2C3
Complementary color
Monochromatic Colors of #ACB2C3
Black with #ACB2C3
Text Example
Text Example
White with #ACB2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB2C3; }
p { color: rgb(172,178,195); }
H1.HeaderClassName
{
color: #ACB2C3;
}
.AnyTagClassName
{
color: #ACB2C3;
}
</style>
background-color css
<style>
a { background-color: #ACB2C3; }
a { background-color: rgb(172,178,195); }
div.DivClassName
{
background-color: #ACB2C3;
}
.BgClassName
{
background-color: #ACB2C3;
}
</style>
border-color css
<style>
span { border-color: #ACB2C3; }
span { border-color: rgb(172,178,195); }
td.TdClassName
{
border-color: #ACB2C3;
}
.TagClassName
{
border-color: #ACB2C3;
}
</style>