Shades of Echo Blue #ACB4CC
Tints of Echo Blue #ACB4CC
RGB
CMYK
RGB Variations
Color information
#ACB4CC (or 0xACB4CC) is known color: Echo Blue. HEX triplet: AC, B4 and CC. RGB value is (172,180,204). Sum of RGB (Red+Green+Blue) = 172+180+204=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 180 (70.70% from 255 or 32.37% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 204 - color contains mainly: blue. Hex color #ACB4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB4CC is #534B33. Grayscale: #B4B4B4. Windows color (decimal): -5458740 or 13415596. OLE color: 13415596.
HSL color Cylindrical-coordinate representation of color #ACB4CC: hue angle of 225º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACB4CC is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 180 | 204 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.2 |
| HSL | 225º | 0.24% | 0.74% | - |
| HSV(B) | 225º | 0.16% | 0.8% | - |
| XYZ | 44.23 | 45.77 | 63.63 | - |
| YUV | 180.34 | 141.35 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 180 | 204 | 0.16 | 0.12 | 0 | 0.2 | 225 | 0.24 | 0.74 |
| Hex | AC | B4 | CC | 10 | C | 0 | 14 | E1 | 18 | 4A |
| Octal | 254 | 264 | 314 | 20 | 14 | 0 | 24 | 341 | 30 | 112 |
| Binary | 10101100 | 10110100 | 11001100 | 10000 | 1100 | 0 | 10100 | 11100001 | 11000 | 1001010 |
Color Harmonies of #ACB4CC
Complementary color
Monochromatic Colors of #ACB4CC
Black with #ACB4CC
Text Example
Text Example
White with #ACB4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB4CC; }
p { color: rgb(172,180,204); }
H1.HeaderClassName
{
color: #ACB4CC;
}
.AnyTagClassName
{
color: #ACB4CC;
}
</style>
background-color css
<style>
a { background-color: #ACB4CC; }
a { background-color: rgb(172,180,204); }
div.DivClassName
{
background-color: #ACB4CC;
}
.BgClassName
{
background-color: #ACB4CC;
}
</style>
border-color css
<style>
span { border-color: #ACB4CC; }
span { border-color: rgb(172,180,204); }
td.TdClassName
{
border-color: #ACB4CC;
}
.TagClassName
{
border-color: #ACB4CC;
}
</style>