Shades of Echo Blue #ACB1D5
Tints of Echo Blue #ACB1D5
RGB
CMYK
RGB Variations
Color information
#ACB1D5 (or 0xACB1D5) is known color: Echo Blue. HEX triplet: AC, B1 and D5. RGB value is (172,177,213). Sum of RGB (Red+Green+Blue) = 172+177+213=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 177 (69.53% from 255 or 31.49% from 562); Blue value is 213 (83.59% from 255 or 37.90% from 562); Max value from RGB is 213 - color contains mainly: blue. Hex color #ACB1D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB1D5 is #534E2A. Grayscale: #B3B3B3. Windows color (decimal): -5459499 or 14004652. OLE color: 14004652.
HSL color Cylindrical-coordinate representation of color #ACB1D5: hue angle of 232.68º 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 #ACB1D5 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 177 | 213 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.16 |
| HSL | 232.68º | 0.33% | 0.75% | - |
| HSV(B) | 232.68º | 0.19% | 0.84% | - |
| XYZ | 44.75 | 45.02 | 69.28 | - |
| YUV | 179.61 | 146.84 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 213 | 0.19 | 0.17 | 0 | 0.16 | 232.68 | 0.33 | 0.75 |
| Hex | AC | B1 | D5 | 13 | 11 | 0 | 10 | E9 | 21 | 4B |
| Octal | 254 | 261 | 325 | 23 | 21 | 0 | 20 | 351 | 41 | 113 |
| Binary | 10101100 | 10110001 | 11010101 | 10011 | 10001 | 0 | 10000 | 11101001 | 100001 | 1001011 |
Color Harmonies of #ACB1D5
Complementary color
Monochromatic Colors of #ACB1D5
Black with #ACB1D5
Text Example
Text Example
White with #ACB1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB1D5; }
p { color: rgb(172,177,213); }
H1.HeaderClassName
{
color: #ACB1D5;
}
.AnyTagClassName
{
color: #ACB1D5;
}
</style>
background-color css
<style>
a { background-color: #ACB1D5; }
a { background-color: rgb(172,177,213); }
div.DivClassName
{
background-color: #ACB1D5;
}
.BgClassName
{
background-color: #ACB1D5;
}
</style>
border-color css
<style>
span { border-color: #ACB1D5; }
span { border-color: rgb(172,177,213); }
td.TdClassName
{
border-color: #ACB1D5;
}
.TagClassName
{
border-color: #ACB1D5;
}
</style>