Shades of Echo Blue #ACAEC0
Tints of Echo Blue #ACAEC0
RGB
CMYK
RGB Variations
Color information
#ACAEC0 (or 0xACAEC0) is known color: Echo Blue. HEX triplet: AC, AE and C0. RGB value is (172,174,192). Sum of RGB (Red+Green+Blue) = 172+174+192=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 174 (68.36% from 255 or 32.34% from 538); Blue value is 192 (75.39% from 255 or 35.69% from 538); Max value from RGB is 192 - color contains mainly: blue. Hex color #ACAEC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAEC0 is #53513F. Grayscale: #AFAFAF. Windows color (decimal): -5460288 or 12627628. OLE color: 12627628.
HSL color Cylindrical-coordinate representation of color #ACAEC0: hue angle of 234º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACAEC0 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 174 | 192 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.25 |
| HSL | 234º | 0.14% | 0.71% | - |
| HSV(B) | 234º | 0.1% | 0.75% | - |
| XYZ | 41.66 | 42.85 | 55.94 | - |
| YUV | 175.45 | 137.34 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 174 | 192 | 0.10 | 0.09 | 0 | 0.25 | 234 | 0.14 | 0.71 |
| Hex | AC | AE | C0 | A | 9 | 0 | 19 | EA | E | 47 |
| Octal | 254 | 256 | 300 | 12 | 11 | 0 | 31 | 352 | 16 | 107 |
| Binary | 10101100 | 10101110 | 11000000 | 1010 | 1001 | 0 | 11001 | 11101010 | 1110 | 1000111 |
Color Harmonies of #ACAEC0
Complementary color
Monochromatic Colors of #ACAEC0
Black with #ACAEC0
Text Example
Text Example
White with #ACAEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAEC0; }
p { color: rgb(172,174,192); }
H1.HeaderClassName
{
color: #ACAEC0;
}
.AnyTagClassName
{
color: #ACAEC0;
}
</style>
background-color css
<style>
a { background-color: #ACAEC0; }
a { background-color: rgb(172,174,192); }
div.DivClassName
{
background-color: #ACAEC0;
}
.BgClassName
{
background-color: #ACAEC0;
}
</style>
border-color css
<style>
span { border-color: #ACAEC0; }
span { border-color: rgb(172,174,192); }
td.TdClassName
{
border-color: #ACAEC0;
}
.TagClassName
{
border-color: #ACAEC0;
}
</style>