Shades of Echo Blue #ACB1CB
Tints of Echo Blue #ACB1CB
RGB
CMYK
RGB Variations
Color information
#ACB1CB (or 0xACB1CB) is known color: Echo Blue. HEX triplet: AC, B1 and CB. RGB value is (172,177,203). Sum of RGB (Red+Green+Blue) = 172+177+203=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 177 (69.53% from 255 or 32.07% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 203 - color contains mainly: blue. Hex color #ACB1CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB1CB is #534E34. Grayscale: #B2B2B2. Windows color (decimal): -5459509 or 13349292. OLE color: 13349292.
HSL color Cylindrical-coordinate representation of color #ACB1CB: hue angle of 230.32º 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 #ACB1CB is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 177 | 203 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.20 |
| HSL | 230.32º | 0.23% | 0.74% | - |
| HSV(B) | 230.32º | 0.15% | 0.8% | - |
| XYZ | 43.51 | 44.53 | 62.8 | - |
| YUV | 178.47 | 141.84 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 203 | 0.15 | 0.13 | 0 | 0.20 | 230.32 | 0.23 | 0.74 |
| Hex | AC | B1 | CB | F | D | 0 | 14 | E6 | 17 | 4A |
| Octal | 254 | 261 | 313 | 17 | 15 | 0 | 24 | 346 | 27 | 112 |
| Binary | 10101100 | 10110001 | 11001011 | 1111 | 1101 | 0 | 10100 | 11100110 | 10111 | 1001010 |
Color Harmonies of #ACB1CB
Complementary color
Monochromatic Colors of #ACB1CB
Black with #ACB1CB
Text Example
Text Example
White with #ACB1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB1CB; }
p { color: rgb(172,177,203); }
H1.HeaderClassName
{
color: #ACB1CB;
}
.AnyTagClassName
{
color: #ACB1CB;
}
</style>
background-color css
<style>
a { background-color: #ACB1CB; }
a { background-color: rgb(172,177,203); }
div.DivClassName
{
background-color: #ACB1CB;
}
.BgClassName
{
background-color: #ACB1CB;
}
</style>
border-color css
<style>
span { border-color: #ACB1CB; }
span { border-color: rgb(172,177,203); }
td.TdClassName
{
border-color: #ACB1CB;
}
.TagClassName
{
border-color: #ACB1CB;
}
</style>