Shades of Echo Blue #ACB5CC
Tints of Echo Blue #ACB5CC
RGB
CMYK
RGB Variations
Color information
#ACB5CC (or 0xACB5CC) is known color: Echo Blue. HEX triplet: AC, B5 and CC. RGB value is (172,181,204). Sum of RGB (Red+Green+Blue) = 172+181+204=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 181 (71.09% from 255 or 32.50% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 204 - color contains mainly: blue. Hex color #ACB5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB5CC is #534A33. Grayscale: #B4B4B4. Windows color (decimal): -5458484 or 13415852. OLE color: 13415852.
HSL color Cylindrical-coordinate representation of color #ACB5CC: hue angle of 223.12º 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 #ACB5CC is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 181 | 204 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.2 |
| HSL | 223.13º | 0.24% | 0.74% | - |
| HSV(B) | 223.13º | 0.16% | 0.8% | - |
| XYZ | 44.44 | 46.18 | 63.7 | - |
| YUV | 180.93 | 141.02 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 204 | 0.16 | 0.11 | 0 | 0.2 | 223.13 | 0.24 | 0.74 |
| Hex | AC | B5 | CC | 10 | B | 0 | 14 | DF | 18 | 4A |
| Octal | 254 | 265 | 314 | 20 | 13 | 0 | 24 | 337 | 30 | 112 |
| Binary | 10101100 | 10110101 | 11001100 | 10000 | 1011 | 0 | 10100 | 11011111 | 11000 | 1001010 |
Color Harmonies of #ACB5CC
Complementary color
Monochromatic Colors of #ACB5CC
Black with #ACB5CC
Text Example
Text Example
White with #ACB5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB5CC; }
p { color: rgb(172,181,204); }
H1.HeaderClassName
{
color: #ACB5CC;
}
.AnyTagClassName
{
color: #ACB5CC;
}
</style>
background-color css
<style>
a { background-color: #ACB5CC; }
a { background-color: rgb(172,181,204); }
div.DivClassName
{
background-color: #ACB5CC;
}
.BgClassName
{
background-color: #ACB5CC;
}
</style>
border-color css
<style>
span { border-color: #ACB5CC; }
span { border-color: rgb(172,181,204); }
td.TdClassName
{
border-color: #ACB5CC;
}
.TagClassName
{
border-color: #ACB5CC;
}
</style>