Shades of Echo Blue #ACB3C2
Tints of Echo Blue #ACB3C2
RGB
CMYK
RGB Variations
Color information
#ACB3C2 (or 0xACB3C2) is known color: Echo Blue. HEX triplet: AC, B3 and C2. RGB value is (172,179,194). Sum of RGB (Red+Green+Blue) = 172+179+194=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 179 (70.31% from 255 or 32.84% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 194 - color contains mainly: blue. Hex color #ACB3C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB3C2 is #534C3D. Grayscale: #B2B2B2. Windows color (decimal): -5459006 or 12759980. OLE color: 12759980.
HSL color Cylindrical-coordinate representation of color #ACB3C2: hue angle of 220.91º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACB3C2 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 179 | 194 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.24 |
| HSL | 220.91º | 0.15% | 0.72% | - |
| HSV(B) | 220.91º | 0.11% | 0.76% | - |
| XYZ | 42.87 | 44.91 | 57.45 | - |
| YUV | 178.62 | 136.68 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 194 | 0.11 | 0.08 | 0 | 0.24 | 220.91 | 0.15 | 0.72 |
| Hex | AC | B3 | C2 | B | 8 | 0 | 18 | DD | F | 48 |
| Octal | 254 | 263 | 302 | 13 | 10 | 0 | 30 | 335 | 17 | 110 |
| Binary | 10101100 | 10110011 | 11000010 | 1011 | 1000 | 0 | 11000 | 11011101 | 1111 | 1001000 |
Color Harmonies of #ACB3C2
Complementary color
Monochromatic Colors of #ACB3C2
Black with #ACB3C2
Text Example
Text Example
White with #ACB3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB3C2; }
p { color: rgb(172,179,194); }
H1.HeaderClassName
{
color: #ACB3C2;
}
.AnyTagClassName
{
color: #ACB3C2;
}
</style>
background-color css
<style>
a { background-color: #ACB3C2; }
a { background-color: rgb(172,179,194); }
div.DivClassName
{
background-color: #ACB3C2;
}
.BgClassName
{
background-color: #ACB3C2;
}
</style>
border-color css
<style>
span { border-color: #ACB3C2; }
span { border-color: rgb(172,179,194); }
td.TdClassName
{
border-color: #ACB3C2;
}
.TagClassName
{
border-color: #ACB3C2;
}
</style>