Shades of Echo Blue #ACB5C1
Tints of Echo Blue #ACB5C1
RGB
CMYK
RGB Variations
Color information
#ACB5C1 (or 0xACB5C1) is known color: Echo Blue. HEX triplet: AC, B5 and C1. RGB value is (172,181,193). Sum of RGB (Red+Green+Blue) = 172+181+193=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 181 (71.09% from 255 or 33.15% from 546); Blue value is 193 (75.78% from 255 or 35.35% from 546); Max value from RGB is 193 - color contains mainly: blue. Hex color #ACB5C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB5C1 is #534A3E. Grayscale: #B3B3B3. Windows color (decimal): -5458495 or 12694956. OLE color: 12694956.
HSL color Cylindrical-coordinate representation of color #ACB5C1: hue angle of 214.29º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACB5C1 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 181 | 193 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.24 |
| HSL | 214.29º | 0.14% | 0.72% | - |
| HSV(B) | 214.29º | 0.11% | 0.76% | - |
| XYZ | 43.16 | 45.67 | 56.99 | - |
| YUV | 179.68 | 135.52 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 193 | 0.11 | 0.06 | 0 | 0.24 | 214.29 | 0.14 | 0.72 |
| Hex | AC | B5 | C1 | B | 6 | 0 | 18 | D6 | E | 48 |
| Octal | 254 | 265 | 301 | 13 | 6 | 0 | 30 | 326 | 16 | 110 |
| Binary | 10101100 | 10110101 | 11000001 | 1011 | 110 | 0 | 11000 | 11010110 | 1110 | 1001000 |
Color Harmonies of #ACB5C1
Complementary color
Monochromatic Colors of #ACB5C1
Black with #ACB5C1
Text Example
Text Example
White with #ACB5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB5C1; }
p { color: rgb(172,181,193); }
H1.HeaderClassName
{
color: #ACB5C1;
}
.AnyTagClassName
{
color: #ACB5C1;
}
</style>
background-color css
<style>
a { background-color: #ACB5C1; }
a { background-color: rgb(172,181,193); }
div.DivClassName
{
background-color: #ACB5C1;
}
.BgClassName
{
background-color: #ACB5C1;
}
</style>
border-color css
<style>
span { border-color: #ACB5C1; }
span { border-color: rgb(172,181,193); }
td.TdClassName
{
border-color: #ACB5C1;
}
.TagClassName
{
border-color: #ACB5C1;
}
</style>