Shades of Echo Blue #ACB2CF
Tints of Echo Blue #ACB2CF
RGB
CMYK
RGB Variations
Color information
#ACB2CF (or 0xACB2CF) is known color: Echo Blue. HEX triplet: AC, B2 and CF. RGB value is (172,178,207). Sum of RGB (Red+Green+Blue) = 172+178+207=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 178 (69.92% from 255 or 31.96% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 207 - color contains mainly: blue. Hex color #ACB2CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB2CF is #534D30. Grayscale: #B3B3B3. Windows color (decimal): -5459249 or 13611692. OLE color: 13611692.
HSL color Cylindrical-coordinate representation of color #ACB2CF: hue angle of 229.71º 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 #ACB2CF is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 178 | 207 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.19 |
| HSL | 229.71º | 0.27% | 0.74% | - |
| HSV(B) | 229.71º | 0.17% | 0.81% | - |
| XYZ | 44.2 | 45.12 | 65.41 | - |
| YUV | 179.51 | 143.51 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 207 | 0.17 | 0.14 | 0 | 0.19 | 229.71 | 0.27 | 0.74 |
| Hex | AC | B2 | CF | 11 | E | 0 | 13 | E6 | 1B | 4A |
| Octal | 254 | 262 | 317 | 21 | 16 | 0 | 23 | 346 | 33 | 112 |
| Binary | 10101100 | 10110010 | 11001111 | 10001 | 1110 | 0 | 10011 | 11100110 | 11011 | 1001010 |
Color Harmonies of #ACB2CF
Complementary color
Monochromatic Colors of #ACB2CF
Black with #ACB2CF
Text Example
Text Example
White with #ACB2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB2CF; }
p { color: rgb(172,178,207); }
H1.HeaderClassName
{
color: #ACB2CF;
}
.AnyTagClassName
{
color: #ACB2CF;
}
</style>
background-color css
<style>
a { background-color: #ACB2CF; }
a { background-color: rgb(172,178,207); }
div.DivClassName
{
background-color: #ACB2CF;
}
.BgClassName
{
background-color: #ACB2CF;
}
</style>
border-color css
<style>
span { border-color: #ACB2CF; }
span { border-color: rgb(172,178,207); }
td.TdClassName
{
border-color: #ACB2CF;
}
.TagClassName
{
border-color: #ACB2CF;
}
</style>