Shades of Echo Blue #ACB2CA
Tints of Echo Blue #ACB2CA
RGB
CMYK
RGB Variations
Color information
#ACB2CA (or 0xACB2CA) is known color: Echo Blue. HEX triplet: AC, B2 and CA. RGB value is (172,178,202). Sum of RGB (Red+Green+Blue) = 172+178+202=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 178 (69.92% from 255 or 32.25% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 202 - color contains mainly: blue. Hex color #ACB2CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB2CA is #534D35. Grayscale: #B2B2B2. Windows color (decimal): -5459254 or 13284012. OLE color: 13284012.
HSL color Cylindrical-coordinate representation of color #ACB2CA: hue angle of 228º 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 #ACB2CA is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 178 | 202 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.21 |
| HSL | 228º | 0.22% | 0.73% | - |
| HSV(B) | 228º | 0.15% | 0.79% | - |
| XYZ | 43.59 | 44.88 | 62.24 | - |
| YUV | 178.94 | 141.01 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 202 | 0.15 | 0.12 | 0 | 0.21 | 228 | 0.22 | 0.73 |
| Hex | AC | B2 | CA | F | C | 0 | 15 | E4 | 16 | 49 |
| Octal | 254 | 262 | 312 | 17 | 14 | 0 | 25 | 344 | 26 | 111 |
| Binary | 10101100 | 10110010 | 11001010 | 1111 | 1100 | 0 | 10101 | 11100100 | 10110 | 1001001 |
Color Harmonies of #ACB2CA
Complementary color
Monochromatic Colors of #ACB2CA
Black with #ACB2CA
Text Example
Text Example
White with #ACB2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB2CA; }
p { color: rgb(172,178,202); }
H1.HeaderClassName
{
color: #ACB2CA;
}
.AnyTagClassName
{
color: #ACB2CA;
}
</style>
background-color css
<style>
a { background-color: #ACB2CA; }
a { background-color: rgb(172,178,202); }
div.DivClassName
{
background-color: #ACB2CA;
}
.BgClassName
{
background-color: #ACB2CA;
}
</style>
border-color css
<style>
span { border-color: #ACB2CA; }
span { border-color: rgb(172,178,202); }
td.TdClassName
{
border-color: #ACB2CA;
}
.TagClassName
{
border-color: #ACB2CA;
}
</style>