Shades of Echo Blue #ACB0D5
Tints of Echo Blue #ACB0D5
RGB
CMYK
RGB Variations
Color information
#ACB0D5 (or 0xACB0D5) is known color: Echo Blue. HEX triplet: AC, B0 and D5. RGB value is (172,176,213). Sum of RGB (Red+Green+Blue) = 172+176+213=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 176 (69.14% from 255 or 31.37% from 561); Blue value is 213 (83.59% from 255 or 37.97% from 561); Max value from RGB is 213 - color contains mainly: blue. Hex color #ACB0D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB0D5 is #534F2A. Grayscale: #B2B2B2. Windows color (decimal): -5459755 or 14004396. OLE color: 14004396.
HSL color Cylindrical-coordinate representation of color #ACB0D5: hue angle of 234.15º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACB0D5 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 176 | 213 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.16 |
| HSL | 234.15º | 0.33% | 0.75% | - |
| HSV(B) | 234.15º | 0.19% | 0.84% | - |
| XYZ | 44.55 | 44.63 | 69.22 | - |
| YUV | 179.02 | 147.17 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 213 | 0.19 | 0.17 | 0 | 0.16 | 234.15 | 0.33 | 0.75 |
| Hex | AC | B0 | D5 | 13 | 11 | 0 | 10 | EA | 21 | 4B |
| Octal | 254 | 260 | 325 | 23 | 21 | 0 | 20 | 352 | 41 | 113 |
| Binary | 10101100 | 10110000 | 11010101 | 10011 | 10001 | 0 | 10000 | 11101010 | 100001 | 1001011 |
Color Harmonies of #ACB0D5
Complementary color
Monochromatic Colors of #ACB0D5
Black with #ACB0D5
Text Example
Text Example
White with #ACB0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB0D5; }
p { color: rgb(172,176,213); }
H1.HeaderClassName
{
color: #ACB0D5;
}
.AnyTagClassName
{
color: #ACB0D5;
}
</style>
background-color css
<style>
a { background-color: #ACB0D5; }
a { background-color: rgb(172,176,213); }
div.DivClassName
{
background-color: #ACB0D5;
}
.BgClassName
{
background-color: #ACB0D5;
}
</style>
border-color css
<style>
span { border-color: #ACB0D5; }
span { border-color: rgb(172,176,213); }
td.TdClassName
{
border-color: #ACB0D5;
}
.TagClassName
{
border-color: #ACB0D5;
}
</style>