Shades of Echo Blue #ACB6C3
Tints of Echo Blue #ACB6C3
RGB
CMYK
RGB Variations
Color information
#ACB6C3 (or 0xACB6C3) is known color: Echo Blue. HEX triplet: AC, B6 and C3. RGB value is (172,182,195). Sum of RGB (Red+Green+Blue) = 172+182+195=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 182 (71.48% from 255 or 33.15% from 549); Blue value is 195 (76.56% from 255 or 35.52% from 549); Max value from RGB is 195 - color contains mainly: blue. Hex color #ACB6C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB6C3 is #53493C. Grayscale: #B4B4B4. Windows color (decimal): -5458237 or 12826284. OLE color: 12826284.
HSL color Cylindrical-coordinate representation of color #ACB6C3: hue angle of 213.91º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACB6C3 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 182 | 195 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.24 |
| HSL | 213.91º | 0.16% | 0.72% | - |
| HSV(B) | 213.91º | 0.12% | 0.76% | - |
| XYZ | 43.59 | 46.17 | 58.24 | - |
| YUV | 180.49 | 136.19 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 195 | 0.12 | 0.07 | 0 | 0.24 | 213.91 | 0.16 | 0.72 |
| Hex | AC | B6 | C3 | C | 7 | 0 | 18 | D6 | 10 | 48 |
| Octal | 254 | 266 | 303 | 14 | 7 | 0 | 30 | 326 | 20 | 110 |
| Binary | 10101100 | 10110110 | 11000011 | 1100 | 111 | 0 | 11000 | 11010110 | 10000 | 1001000 |
Color Harmonies of #ACB6C3
Complementary color
Monochromatic Colors of #ACB6C3
Black with #ACB6C3
Text Example
Text Example
White with #ACB6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB6C3; }
p { color: rgb(172,182,195); }
H1.HeaderClassName
{
color: #ACB6C3;
}
.AnyTagClassName
{
color: #ACB6C3;
}
</style>
background-color css
<style>
a { background-color: #ACB6C3; }
a { background-color: rgb(172,182,195); }
div.DivClassName
{
background-color: #ACB6C3;
}
.BgClassName
{
background-color: #ACB6C3;
}
</style>
border-color css
<style>
span { border-color: #ACB6C3; }
span { border-color: rgb(172,182,195); }
td.TdClassName
{
border-color: #ACB6C3;
}
.TagClassName
{
border-color: #ACB6C3;
}
</style>