Shades of Echo Blue #ACB1CC
Tints of Echo Blue #ACB1CC
RGB
CMYK
RGB Variations
Color information
#ACB1CC (or 0xACB1CC) is known color: Echo Blue. HEX triplet: AC, B1 and CC. RGB value is (172,177,204). Sum of RGB (Red+Green+Blue) = 172+177+204=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 177 (69.53% from 255 or 32.01% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 204 - color contains mainly: blue. Hex color #ACB1CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB1CC is #534E33. Grayscale: #B2B2B2. Windows color (decimal): -5459508 or 13414828. OLE color: 13414828.
HSL color Cylindrical-coordinate representation of color #ACB1CC: hue angle of 230.62º 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 #ACB1CC is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 177 | 204 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.2 |
| HSL | 230.63º | 0.24% | 0.74% | - |
| HSV(B) | 230.63º | 0.16% | 0.8% | - |
| XYZ | 43.63 | 44.57 | 63.43 | - |
| YUV | 178.58 | 142.34 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 204 | 0.16 | 0.13 | 0 | 0.2 | 230.63 | 0.24 | 0.74 |
| Hex | AC | B1 | CC | 10 | D | 0 | 14 | E7 | 18 | 4A |
| Octal | 254 | 261 | 314 | 20 | 15 | 0 | 24 | 347 | 30 | 112 |
| Binary | 10101100 | 10110001 | 11001100 | 10000 | 1101 | 0 | 10100 | 11100111 | 11000 | 1001010 |
Color Harmonies of #ACB1CC
Complementary color
Monochromatic Colors of #ACB1CC
Black with #ACB1CC
Text Example
Text Example
White with #ACB1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB1CC; }
p { color: rgb(172,177,204); }
H1.HeaderClassName
{
color: #ACB1CC;
}
.AnyTagClassName
{
color: #ACB1CC;
}
</style>
background-color css
<style>
a { background-color: #ACB1CC; }
a { background-color: rgb(172,177,204); }
div.DivClassName
{
background-color: #ACB1CC;
}
.BgClassName
{
background-color: #ACB1CC;
}
</style>
border-color css
<style>
span { border-color: #ACB1CC; }
span { border-color: rgb(172,177,204); }
td.TdClassName
{
border-color: #ACB1CC;
}
.TagClassName
{
border-color: #ACB1CC;
}
</style>