Shades of Echo Blue #ACB3CC
Tints of Echo Blue #ACB3CC
RGB
CMYK
RGB Variations
Color information
#ACB3CC (or 0xACB3CC) is known color: Echo Blue. HEX triplet: AC, B3 and CC. RGB value is (172,179,204). Sum of RGB (Red+Green+Blue) = 172+179+204=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 179 (70.31% from 255 or 32.25% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 204 - color contains mainly: blue. Hex color #ACB3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB3CC is #534C33. Grayscale: #B3B3B3. Windows color (decimal): -5458996 or 13415340. OLE color: 13415340.
HSL color Cylindrical-coordinate representation of color #ACB3CC: hue angle of 226.88º 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 #ACB3CC is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 179 | 204 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.2 |
| HSL | 226.88º | 0.24% | 0.74% | - |
| HSV(B) | 226.88º | 0.16% | 0.8% | - |
| XYZ | 44.03 | 45.37 | 63.56 | - |
| YUV | 179.76 | 141.68 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 204 | 0.16 | 0.12 | 0 | 0.2 | 226.88 | 0.24 | 0.74 |
| Hex | AC | B3 | CC | 10 | C | 0 | 14 | E3 | 18 | 4A |
| Octal | 254 | 263 | 314 | 20 | 14 | 0 | 24 | 343 | 30 | 112 |
| Binary | 10101100 | 10110011 | 11001100 | 10000 | 1100 | 0 | 10100 | 11100011 | 11000 | 1001010 |
Color Harmonies of #ACB3CC
Complementary color
Monochromatic Colors of #ACB3CC
Black with #ACB3CC
Text Example
Text Example
White with #ACB3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB3CC; }
p { color: rgb(172,179,204); }
H1.HeaderClassName
{
color: #ACB3CC;
}
.AnyTagClassName
{
color: #ACB3CC;
}
</style>
background-color css
<style>
a { background-color: #ACB3CC; }
a { background-color: rgb(172,179,204); }
div.DivClassName
{
background-color: #ACB3CC;
}
.BgClassName
{
background-color: #ACB3CC;
}
</style>
border-color css
<style>
span { border-color: #ACB3CC; }
span { border-color: rgb(172,179,204); }
td.TdClassName
{
border-color: #ACB3CC;
}
.TagClassName
{
border-color: #ACB3CC;
}
</style>