Shades of Echo Blue #ACB1C5
Tints of Echo Blue #ACB1C5
RGB
CMYK
RGB Variations
Color information
#ACB1C5 (or 0xACB1C5) is known color: Echo Blue. HEX triplet: AC, B1 and C5. RGB value is (172,177,197). Sum of RGB (Red+Green+Blue) = 172+177+197=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 177 (69.53% from 255 or 32.42% from 546); Blue value is 197 (77.34% from 255 or 36.08% from 546); Max value from RGB is 197 - color contains mainly: blue. Hex color #ACB1C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB1C5 is #534E3A. Grayscale: #B1B1B1. Windows color (decimal): -5459515 or 12956076. OLE color: 12956076.
HSL color Cylindrical-coordinate representation of color #ACB1C5: hue angle of 228º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACB1C5 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 177 | 197 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.23 |
| HSL | 228º | 0.18% | 0.72% | - |
| HSV(B) | 228º | 0.13% | 0.77% | - |
| XYZ | 42.81 | 44.25 | 59.11 | - |
| YUV | 177.79 | 138.84 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 197 | 0.13 | 0.10 | 0 | 0.23 | 228 | 0.18 | 0.72 |
| Hex | AC | B1 | C5 | D | A | 0 | 17 | E4 | 12 | 48 |
| Octal | 254 | 261 | 305 | 15 | 12 | 0 | 27 | 344 | 22 | 110 |
| Binary | 10101100 | 10110001 | 11000101 | 1101 | 1010 | 0 | 10111 | 11100100 | 10010 | 1001000 |
Color Harmonies of #ACB1C5
Complementary color
Monochromatic Colors of #ACB1C5
Black with #ACB1C5
Text Example
Text Example
White with #ACB1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB1C5; }
p { color: rgb(172,177,197); }
H1.HeaderClassName
{
color: #ACB1C5;
}
.AnyTagClassName
{
color: #ACB1C5;
}
</style>
background-color css
<style>
a { background-color: #ACB1C5; }
a { background-color: rgb(172,177,197); }
div.DivClassName
{
background-color: #ACB1C5;
}
.BgClassName
{
background-color: #ACB1C5;
}
</style>
border-color css
<style>
span { border-color: #ACB1C5; }
span { border-color: rgb(172,177,197); }
td.TdClassName
{
border-color: #ACB1C5;
}
.TagClassName
{
border-color: #ACB1C5;
}
</style>