Shades of Echo Blue #ACB0CF
Tints of Echo Blue #ACB0CF
RGB
CMYK
RGB Variations
Color information
#ACB0CF (or 0xACB0CF) is known color: Echo Blue. HEX triplet: AC, B0 and CF. RGB value is (172,176,207). Sum of RGB (Red+Green+Blue) = 172+176+207=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 176 (69.14% from 255 or 31.71% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 207 - color contains mainly: blue. Hex color #ACB0CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB0CF is #534F30. Grayscale: #B2B2B2. Windows color (decimal): -5459761 or 13611180. OLE color: 13611180.
HSL color Cylindrical-coordinate representation of color #ACB0CF: hue angle of 233.14º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACB0CF is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 176 | 207 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.19 |
| HSL | 233.14º | 0.27% | 0.74% | - |
| HSV(B) | 233.14º | 0.17% | 0.81% | - |
| XYZ | 43.8 | 44.33 | 65.28 | - |
| YUV | 178.34 | 144.17 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 207 | 0.17 | 0.15 | 0 | 0.19 | 233.14 | 0.27 | 0.74 |
| Hex | AC | B0 | CF | 11 | F | 0 | 13 | E9 | 1B | 4A |
| Octal | 254 | 260 | 317 | 21 | 17 | 0 | 23 | 351 | 33 | 112 |
| Binary | 10101100 | 10110000 | 11001111 | 10001 | 1111 | 0 | 10011 | 11101001 | 11011 | 1001010 |
Color Harmonies of #ACB0CF
Complementary color
Monochromatic Colors of #ACB0CF
Black with #ACB0CF
Text Example
Text Example
White with #ACB0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB0CF; }
p { color: rgb(172,176,207); }
H1.HeaderClassName
{
color: #ACB0CF;
}
.AnyTagClassName
{
color: #ACB0CF;
}
</style>
background-color css
<style>
a { background-color: #ACB0CF; }
a { background-color: rgb(172,176,207); }
div.DivClassName
{
background-color: #ACB0CF;
}
.BgClassName
{
background-color: #ACB0CF;
}
</style>
border-color css
<style>
span { border-color: #ACB0CF; }
span { border-color: rgb(172,176,207); }
td.TdClassName
{
border-color: #ACB0CF;
}
.TagClassName
{
border-color: #ACB0CF;
}
</style>