Shades of Echo Blue #ACB3CA
Tints of Echo Blue #ACB3CA
RGB
CMYK
RGB Variations
Color information
#ACB3CA (or 0xACB3CA) is known color: Echo Blue. HEX triplet: AC, B3 and CA. RGB value is (172,179,202). Sum of RGB (Red+Green+Blue) = 172+179+202=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 179 (70.31% from 255 or 32.37% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 202 - color contains mainly: blue. Hex color #ACB3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB3CA is #534C35. Grayscale: #B3B3B3. Windows color (decimal): -5458998 or 13284268. OLE color: 13284268.
HSL color Cylindrical-coordinate representation of color #ACB3CA: hue angle of 226º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACB3CA is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 179 | 202 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.21 |
| HSL | 226º | 0.22% | 0.73% | - |
| HSV(B) | 226º | 0.15% | 0.79% | - |
| XYZ | 43.79 | 45.28 | 62.31 | - |
| YUV | 179.53 | 140.68 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 202 | 0.15 | 0.11 | 0 | 0.21 | 226 | 0.22 | 0.73 |
| Hex | AC | B3 | CA | F | B | 0 | 15 | E2 | 16 | 49 |
| Octal | 254 | 263 | 312 | 17 | 13 | 0 | 25 | 342 | 26 | 111 |
| Binary | 10101100 | 10110011 | 11001010 | 1111 | 1011 | 0 | 10101 | 11100010 | 10110 | 1001001 |
Color Harmonies of #ACB3CA
Complementary color
Monochromatic Colors of #ACB3CA
Black with #ACB3CA
Text Example
Text Example
White with #ACB3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB3CA; }
p { color: rgb(172,179,202); }
H1.HeaderClassName
{
color: #ACB3CA;
}
.AnyTagClassName
{
color: #ACB3CA;
}
</style>
background-color css
<style>
a { background-color: #ACB3CA; }
a { background-color: rgb(172,179,202); }
div.DivClassName
{
background-color: #ACB3CA;
}
.BgClassName
{
background-color: #ACB3CA;
}
</style>
border-color css
<style>
span { border-color: #ACB3CA; }
span { border-color: rgb(172,179,202); }
td.TdClassName
{
border-color: #ACB3CA;
}
.TagClassName
{
border-color: #ACB3CA;
}
</style>