Shades of Echo Blue #ACB1C6
Tints of Echo Blue #ACB1C6
RGB
CMYK
RGB Variations
Color information
#ACB1C6 (or 0xACB1C6) is known color: Echo Blue. HEX triplet: AC, B1 and C6. RGB value is (172,177,198). Sum of RGB (Red+Green+Blue) = 172+177+198=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 177 (69.53% from 255 or 32.36% from 547); Blue value is 198 (77.73% from 255 or 36.20% from 547); Max value from RGB is 198 - color contains mainly: blue. Hex color #ACB1C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB1C6 is #534E39. Grayscale: #B1B1B1. Windows color (decimal): -5459514 or 13021612. OLE color: 13021612.
HSL color Cylindrical-coordinate representation of color #ACB1C6: hue angle of 228.46º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACB1C6 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 177 | 198 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.22 |
| HSL | 228.46º | 0.19% | 0.73% | - |
| HSV(B) | 228.46º | 0.13% | 0.78% | - |
| XYZ | 42.93 | 44.29 | 59.71 | - |
| YUV | 177.9 | 139.34 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 198 | 0.13 | 0.11 | 0 | 0.22 | 228.46 | 0.19 | 0.73 |
| Hex | AC | B1 | C6 | D | B | 0 | 16 | E4 | 13 | 49 |
| Octal | 254 | 261 | 306 | 15 | 13 | 0 | 26 | 344 | 23 | 111 |
| Binary | 10101100 | 10110001 | 11000110 | 1101 | 1011 | 0 | 10110 | 11100100 | 10011 | 1001001 |
Color Harmonies of #ACB1C6
Complementary color
Monochromatic Colors of #ACB1C6
Black with #ACB1C6
Text Example
Text Example
White with #ACB1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB1C6; }
p { color: rgb(172,177,198); }
H1.HeaderClassName
{
color: #ACB1C6;
}
.AnyTagClassName
{
color: #ACB1C6;
}
</style>
background-color css
<style>
a { background-color: #ACB1C6; }
a { background-color: rgb(172,177,198); }
div.DivClassName
{
background-color: #ACB1C6;
}
.BgClassName
{
background-color: #ACB1C6;
}
</style>
border-color css
<style>
span { border-color: #ACB1C6; }
span { border-color: rgb(172,177,198); }
td.TdClassName
{
border-color: #ACB1C6;
}
.TagClassName
{
border-color: #ACB1C6;
}
</style>