Shades of Echo Blue #ACB6CB
Tints of Echo Blue #ACB6CB
RGB
CMYK
RGB Variations
Color information
#ACB6CB (or 0xACB6CB) is known color: Echo Blue. HEX triplet: AC, B6 and CB. RGB value is (172,182,203). Sum of RGB (Red+Green+Blue) = 172+182+203=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 182 (71.48% from 255 or 32.68% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 203 - color contains mainly: blue. Hex color #ACB6CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB6CB is #534934. Grayscale: #B5B5B5. Windows color (decimal): -5458229 or 13350572. OLE color: 13350572.
HSL color Cylindrical-coordinate representation of color #ACB6CB: hue angle of 220.65º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACB6CB is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 182 | 203 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.20 |
| HSL | 220.65º | 0.23% | 0.74% | - |
| HSV(B) | 220.65º | 0.15% | 0.8% | - |
| XYZ | 44.52 | 46.54 | 63.14 | - |
| YUV | 181.4 | 140.19 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 203 | 0.15 | 0.10 | 0 | 0.20 | 220.65 | 0.23 | 0.74 |
| Hex | AC | B6 | CB | F | A | 0 | 14 | DD | 17 | 4A |
| Octal | 254 | 266 | 313 | 17 | 12 | 0 | 24 | 335 | 27 | 112 |
| Binary | 10101100 | 10110110 | 11001011 | 1111 | 1010 | 0 | 10100 | 11011101 | 10111 | 1001010 |
Color Harmonies of #ACB6CB
Complementary color
Monochromatic Colors of #ACB6CB
Black with #ACB6CB
Text Example
Text Example
White with #ACB6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB6CB; }
p { color: rgb(172,182,203); }
H1.HeaderClassName
{
color: #ACB6CB;
}
.AnyTagClassName
{
color: #ACB6CB;
}
</style>
background-color css
<style>
a { background-color: #ACB6CB; }
a { background-color: rgb(172,182,203); }
div.DivClassName
{
background-color: #ACB6CB;
}
.BgClassName
{
background-color: #ACB6CB;
}
</style>
border-color css
<style>
span { border-color: #ACB6CB; }
span { border-color: rgb(172,182,203); }
td.TdClassName
{
border-color: #ACB6CB;
}
.TagClassName
{
border-color: #ACB6CB;
}
</style>