Shades of Echo Blue #ACB2CC
Tints of Echo Blue #ACB2CC
RGB
CMYK
RGB Variations
Color information
#ACB2CC (or 0xACB2CC) is known color: Echo Blue. HEX triplet: AC, B2 and CC. RGB value is (172,178,204). Sum of RGB (Red+Green+Blue) = 172+178+204=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 178 (69.92% from 255 or 32.13% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 204 - color contains mainly: blue. Hex color #ACB2CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB2CC is #534D33. Grayscale: #B3B3B3. Windows color (decimal): -5459252 or 13415084. OLE color: 13415084.
HSL color Cylindrical-coordinate representation of color #ACB2CC: hue angle of 228.75º 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 #ACB2CC is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 178 | 204 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.2 |
| HSL | 228.75º | 0.24% | 0.74% | - |
| HSV(B) | 228.75º | 0.16% | 0.8% | - |
| XYZ | 43.83 | 44.97 | 63.5 | - |
| YUV | 179.17 | 142.01 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 204 | 0.16 | 0.13 | 0 | 0.2 | 228.75 | 0.24 | 0.74 |
| Hex | AC | B2 | CC | 10 | D | 0 | 14 | E5 | 18 | 4A |
| Octal | 254 | 262 | 314 | 20 | 15 | 0 | 24 | 345 | 30 | 112 |
| Binary | 10101100 | 10110010 | 11001100 | 10000 | 1101 | 0 | 10100 | 11100101 | 11000 | 1001010 |
Color Harmonies of #ACB2CC
Complementary color
Monochromatic Colors of #ACB2CC
Black with #ACB2CC
Text Example
Text Example
White with #ACB2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB2CC; }
p { color: rgb(172,178,204); }
H1.HeaderClassName
{
color: #ACB2CC;
}
.AnyTagClassName
{
color: #ACB2CC;
}
</style>
background-color css
<style>
a { background-color: #ACB2CC; }
a { background-color: rgb(172,178,204); }
div.DivClassName
{
background-color: #ACB2CC;
}
.BgClassName
{
background-color: #ACB2CC;
}
</style>
border-color css
<style>
span { border-color: #ACB2CC; }
span { border-color: rgb(172,178,204); }
td.TdClassName
{
border-color: #ACB2CC;
}
.TagClassName
{
border-color: #ACB2CC;
}
</style>