Shades of Echo Blue #ACB5D1
Tints of Echo Blue #ACB5D1
RGB
CMYK
RGB Variations
Color information
#ACB5D1 (or 0xACB5D1) is known color: Echo Blue. HEX triplet: AC, B5 and D1. RGB value is (172,181,209). Sum of RGB (Red+Green+Blue) = 172+181+209=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 181 (71.09% from 255 or 32.21% from 562); Blue value is 209 (82.03% from 255 or 37.19% from 562); Max value from RGB is 209 - color contains mainly: blue. Hex color #ACB5D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB5D1 is #534A2E. Grayscale: #B5B5B5. Windows color (decimal): -5458479 or 13743532. OLE color: 13743532.
HSL color Cylindrical-coordinate representation of color #ACB5D1: hue angle of 225.41º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACB5D1 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 181 | 209 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.18 |
| HSL | 225.41º | 0.29% | 0.75% | - |
| HSV(B) | 225.41º | 0.18% | 0.82% | - |
| XYZ | 45.05 | 46.42 | 66.91 | - |
| YUV | 181.5 | 143.52 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 209 | 0.18 | 0.13 | 0 | 0.18 | 225.41 | 0.29 | 0.75 |
| Hex | AC | B5 | D1 | 12 | D | 0 | 12 | E1 | 1D | 4B |
| Octal | 254 | 265 | 321 | 22 | 15 | 0 | 22 | 341 | 35 | 113 |
| Binary | 10101100 | 10110101 | 11010001 | 10010 | 1101 | 0 | 10010 | 11100001 | 11101 | 1001011 |
Color Harmonies of #ACB5D1
Complementary color
Monochromatic Colors of #ACB5D1
Black with #ACB5D1
Text Example
Text Example
White with #ACB5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB5D1; }
p { color: rgb(172,181,209); }
H1.HeaderClassName
{
color: #ACB5D1;
}
.AnyTagClassName
{
color: #ACB5D1;
}
</style>
background-color css
<style>
a { background-color: #ACB5D1; }
a { background-color: rgb(172,181,209); }
div.DivClassName
{
background-color: #ACB5D1;
}
.BgClassName
{
background-color: #ACB5D1;
}
</style>
border-color css
<style>
span { border-color: #ACB5D1; }
span { border-color: rgb(172,181,209); }
td.TdClassName
{
border-color: #ACB5D1;
}
.TagClassName
{
border-color: #ACB5D1;
}
</style>