Shades of Echo Blue #ACB2CD
Tints of Echo Blue #ACB2CD
RGB
CMYK
RGB Variations
Color information
#ACB2CD (or 0xACB2CD) is known color: Echo Blue. HEX triplet: AC, B2 and CD. RGB value is (172,178,205). Sum of RGB (Red+Green+Blue) = 172+178+205=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 178 (69.92% from 255 or 32.07% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACB2CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB2CD is #534D32. Grayscale: #B3B3B3. Windows color (decimal): -5459251 or 13480620. OLE color: 13480620.
HSL color Cylindrical-coordinate representation of color #ACB2CD: hue angle of 229.09º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACB2CD is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 178 | 205 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.20 |
| HSL | 229.09º | 0.25% | 0.74% | - |
| HSV(B) | 229.09º | 0.16% | 0.8% | - |
| XYZ | 43.95 | 45.02 | 64.13 | - |
| YUV | 179.28 | 142.51 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 205 | 0.16 | 0.13 | 0 | 0.20 | 229.09 | 0.25 | 0.74 |
| Hex | AC | B2 | CD | 10 | D | 0 | 14 | E5 | 19 | 4A |
| Octal | 254 | 262 | 315 | 20 | 15 | 0 | 24 | 345 | 31 | 112 |
| Binary | 10101100 | 10110010 | 11001101 | 10000 | 1101 | 0 | 10100 | 11100101 | 11001 | 1001010 |
Color Harmonies of #ACB2CD
Complementary color
Monochromatic Colors of #ACB2CD
Black with #ACB2CD
Text Example
Text Example
White with #ACB2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB2CD; }
p { color: rgb(172,178,205); }
H1.HeaderClassName
{
color: #ACB2CD;
}
.AnyTagClassName
{
color: #ACB2CD;
}
</style>
background-color css
<style>
a { background-color: #ACB2CD; }
a { background-color: rgb(172,178,205); }
div.DivClassName
{
background-color: #ACB2CD;
}
.BgClassName
{
background-color: #ACB2CD;
}
</style>
border-color css
<style>
span { border-color: #ACB2CD; }
span { border-color: rgb(172,178,205); }
td.TdClassName
{
border-color: #ACB2CD;
}
.TagClassName
{
border-color: #ACB2CD;
}
</style>