Shades of Echo Blue #ACB0CA
Tints of Echo Blue #ACB0CA
RGB
CMYK
RGB Variations
Color information
#ACB0CA (or 0xACB0CA) is known color: Echo Blue. HEX triplet: AC, B0 and CA. RGB value is (172,176,202). Sum of RGB (Red+Green+Blue) = 172+176+202=550 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.27% from 550); Green value is 176 (69.14% from 255 or 32% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 202 - color contains mainly: blue. Hex color #ACB0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB0CA is #534F35. Grayscale: #B1B1B1. Windows color (decimal): -5459766 or 13283500. OLE color: 13283500.
HSL color Cylindrical-coordinate representation of color #ACB0CA: hue angle of 232º 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 #ACB0CA is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 176 | 202 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.21 |
| HSL | 232º | 0.22% | 0.73% | - |
| HSV(B) | 232º | 0.15% | 0.79% | - |
| XYZ | 43.2 | 44.09 | 62.11 | - |
| YUV | 177.77 | 141.67 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 202 | 0.15 | 0.13 | 0 | 0.21 | 232 | 0.22 | 0.73 |
| Hex | AC | B0 | CA | F | D | 0 | 15 | E8 | 16 | 49 |
| Octal | 254 | 260 | 312 | 17 | 15 | 0 | 25 | 350 | 26 | 111 |
| Binary | 10101100 | 10110000 | 11001010 | 1111 | 1101 | 0 | 10101 | 11101000 | 10110 | 1001001 |
Color Harmonies of #ACB0CA
Complementary color
Monochromatic Colors of #ACB0CA
Black with #ACB0CA
Text Example
Text Example
White with #ACB0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB0CA; }
p { color: rgb(172,176,202); }
H1.HeaderClassName
{
color: #ACB0CA;
}
.AnyTagClassName
{
color: #ACB0CA;
}
</style>
background-color css
<style>
a { background-color: #ACB0CA; }
a { background-color: rgb(172,176,202); }
div.DivClassName
{
background-color: #ACB0CA;
}
.BgClassName
{
background-color: #ACB0CA;
}
</style>
border-color css
<style>
span { border-color: #ACB0CA; }
span { border-color: rgb(172,176,202); }
td.TdClassName
{
border-color: #ACB0CA;
}
.TagClassName
{
border-color: #ACB0CA;
}
</style>