Shades of Echo Blue #ACB1C3
Tints of Echo Blue #ACB1C3
RGB
CMYK
RGB Variations
Color information
#ACB1C3 (or 0xACB1C3) is known color: Echo Blue. HEX triplet: AC, B1 and C3. RGB value is (172,177,195). Sum of RGB (Red+Green+Blue) = 172+177+195=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 177 (69.53% from 255 or 32.54% from 544); Blue value is 195 (76.56% from 255 or 35.85% from 544); Max value from RGB is 195 - color contains mainly: blue. Hex color #ACB1C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB1C3 is #534E3C. Grayscale: #B1B1B1. Windows color (decimal): -5459517 or 12825004. OLE color: 12825004.
HSL color Cylindrical-coordinate representation of color #ACB1C3: hue angle of 226.96º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACB1C3 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 177 | 195 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.24 |
| HSL | 226.96º | 0.16% | 0.72% | - |
| HSV(B) | 226.96º | 0.12% | 0.76% | - |
| XYZ | 42.59 | 44.16 | 57.91 | - |
| YUV | 177.56 | 137.84 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 195 | 0.12 | 0.09 | 0 | 0.24 | 226.96 | 0.16 | 0.72 |
| Hex | AC | B1 | C3 | C | 9 | 0 | 18 | E3 | 10 | 48 |
| Octal | 254 | 261 | 303 | 14 | 11 | 0 | 30 | 343 | 20 | 110 |
| Binary | 10101100 | 10110001 | 11000011 | 1100 | 1001 | 0 | 11000 | 11100011 | 10000 | 1001000 |
Color Harmonies of #ACB1C3
Complementary color
Monochromatic Colors of #ACB1C3
Black with #ACB1C3
Text Example
Text Example
White with #ACB1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB1C3; }
p { color: rgb(172,177,195); }
H1.HeaderClassName
{
color: #ACB1C3;
}
.AnyTagClassName
{
color: #ACB1C3;
}
</style>
background-color css
<style>
a { background-color: #ACB1C3; }
a { background-color: rgb(172,177,195); }
div.DivClassName
{
background-color: #ACB1C3;
}
.BgClassName
{
background-color: #ACB1C3;
}
</style>
border-color css
<style>
span { border-color: #ACB1C3; }
span { border-color: rgb(172,177,195); }
td.TdClassName
{
border-color: #ACB1C3;
}
.TagClassName
{
border-color: #ACB1C3;
}
</style>