Shades of Echo Blue #ACB8CD
Tints of Echo Blue #ACB8CD
RGB
CMYK
RGB Variations
Color information
#ACB8CD (or 0xACB8CD) is known color: Echo Blue. HEX triplet: AC, B8 and CD. RGB value is (172,184,205). Sum of RGB (Red+Green+Blue) = 172+184+205=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 184 (72.27% from 255 or 32.80% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACB8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB8CD is #534732. Grayscale: #B6B6B6. Windows color (decimal): -5457715 or 13482156. OLE color: 13482156.
HSL color Cylindrical-coordinate representation of color #ACB8CD: hue angle of 218.18º 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 #ACB8CD is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 184 | 205 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.20 |
| HSL | 218.18º | 0.25% | 0.74% | - |
| HSV(B) | 218.18º | 0.16% | 0.8% | - |
| XYZ | 45.17 | 47.46 | 64.54 | - |
| YUV | 182.81 | 140.52 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 205 | 0.16 | 0.10 | 0 | 0.20 | 218.18 | 0.25 | 0.74 |
| Hex | AC | B8 | CD | 10 | A | 0 | 14 | DA | 19 | 4A |
| Octal | 254 | 270 | 315 | 20 | 12 | 0 | 24 | 332 | 31 | 112 |
| Binary | 10101100 | 10111000 | 11001101 | 10000 | 1010 | 0 | 10100 | 11011010 | 11001 | 1001010 |
Color Harmonies of #ACB8CD
Complementary color
Monochromatic Colors of #ACB8CD
Black with #ACB8CD
Text Example
Text Example
White with #ACB8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB8CD; }
p { color: rgb(172,184,205); }
H1.HeaderClassName
{
color: #ACB8CD;
}
.AnyTagClassName
{
color: #ACB8CD;
}
</style>
background-color css
<style>
a { background-color: #ACB8CD; }
a { background-color: rgb(172,184,205); }
div.DivClassName
{
background-color: #ACB8CD;
}
.BgClassName
{
background-color: #ACB8CD;
}
</style>
border-color css
<style>
span { border-color: #ACB8CD; }
span { border-color: rgb(172,184,205); }
td.TdClassName
{
border-color: #ACB8CD;
}
.TagClassName
{
border-color: #ACB8CD;
}
</style>