Shades of Echo Blue #ACB3CE
Tints of Echo Blue #ACB3CE
RGB
CMYK
RGB Variations
Color information
#ACB3CE (or 0xACB3CE) is known color: Echo Blue. HEX triplet: AC, B3 and CE. RGB value is (172,179,206). Sum of RGB (Red+Green+Blue) = 172+179+206=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 179 (70.31% from 255 or 32.14% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 206 - color contains mainly: blue. Hex color #ACB3CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB3CE is #534C31. Grayscale: #B3B3B3. Windows color (decimal): -5458994 or 13546412. OLE color: 13546412.
HSL color Cylindrical-coordinate representation of color #ACB3CE: hue angle of 227.65º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACB3CE is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 179 | 206 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.19 |
| HSL | 227.65º | 0.26% | 0.74% | - |
| HSV(B) | 227.65º | 0.17% | 0.81% | - |
| XYZ | 44.27 | 45.47 | 64.84 | - |
| YUV | 179.99 | 142.68 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 206 | 0.17 | 0.13 | 0 | 0.19 | 227.65 | 0.26 | 0.74 |
| Hex | AC | B3 | CE | 11 | D | 0 | 13 | E4 | 1A | 4A |
| Octal | 254 | 263 | 316 | 21 | 15 | 0 | 23 | 344 | 32 | 112 |
| Binary | 10101100 | 10110011 | 11001110 | 10001 | 1101 | 0 | 10011 | 11100100 | 11010 | 1001010 |
Color Harmonies of #ACB3CE
Complementary color
Monochromatic Colors of #ACB3CE
Black with #ACB3CE
Text Example
Text Example
White with #ACB3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB3CE; }
p { color: rgb(172,179,206); }
H1.HeaderClassName
{
color: #ACB3CE;
}
.AnyTagClassName
{
color: #ACB3CE;
}
</style>
background-color css
<style>
a { background-color: #ACB3CE; }
a { background-color: rgb(172,179,206); }
div.DivClassName
{
background-color: #ACB3CE;
}
.BgClassName
{
background-color: #ACB3CE;
}
</style>
border-color css
<style>
span { border-color: #ACB3CE; }
span { border-color: rgb(172,179,206); }
td.TdClassName
{
border-color: #ACB3CE;
}
.TagClassName
{
border-color: #ACB3CE;
}
</style>