Shades of Echo Blue #ACB1CD
Tints of Echo Blue #ACB1CD
RGB
CMYK
RGB Variations
Color information
#ACB1CD (or 0xACB1CD) is known color: Echo Blue. HEX triplet: AC, B1 and CD. RGB value is (172,177,205). Sum of RGB (Red+Green+Blue) = 172+177+205=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 177 (69.53% from 255 or 31.95% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACB1CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB1CD is #534E32. Grayscale: #B2B2B2. Windows color (decimal): -5459507 or 13480364. OLE color: 13480364.
HSL color Cylindrical-coordinate representation of color #ACB1CD: hue angle of 230.91º 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 #ACB1CD is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 177 | 205 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.20 |
| HSL | 230.91º | 0.25% | 0.74% | - |
| HSV(B) | 230.91º | 0.16% | 0.8% | - |
| XYZ | 43.75 | 44.62 | 64.06 | - |
| YUV | 178.7 | 142.84 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 205 | 0.16 | 0.14 | 0 | 0.20 | 230.91 | 0.25 | 0.74 |
| Hex | AC | B1 | CD | 10 | E | 0 | 14 | E7 | 19 | 4A |
| Octal | 254 | 261 | 315 | 20 | 16 | 0 | 24 | 347 | 31 | 112 |
| Binary | 10101100 | 10110001 | 11001101 | 10000 | 1110 | 0 | 10100 | 11100111 | 11001 | 1001010 |
Color Harmonies of #ACB1CD
Complementary color
Monochromatic Colors of #ACB1CD
Black with #ACB1CD
Text Example
Text Example
White with #ACB1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB1CD; }
p { color: rgb(172,177,205); }
H1.HeaderClassName
{
color: #ACB1CD;
}
.AnyTagClassName
{
color: #ACB1CD;
}
</style>
background-color css
<style>
a { background-color: #ACB1CD; }
a { background-color: rgb(172,177,205); }
div.DivClassName
{
background-color: #ACB1CD;
}
.BgClassName
{
background-color: #ACB1CD;
}
</style>
border-color css
<style>
span { border-color: #ACB1CD; }
span { border-color: rgb(172,177,205); }
td.TdClassName
{
border-color: #ACB1CD;
}
.TagClassName
{
border-color: #ACB1CD;
}
</style>