Shades of Echo Blue #ACB1CF
Tints of Echo Blue #ACB1CF
RGB
CMYK
RGB Variations
Color information
#ACB1CF (or 0xACB1CF) is known color: Echo Blue. HEX triplet: AC, B1 and CF. RGB value is (172,177,207). Sum of RGB (Red+Green+Blue) = 172+177+207=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 177 (69.53% from 255 or 31.83% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 207 - color contains mainly: blue. Hex color #ACB1CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB1CF is #534E30. Grayscale: #B2B2B2. Windows color (decimal): -5459505 or 13611436. OLE color: 13611436.
HSL color Cylindrical-coordinate representation of color #ACB1CF: hue angle of 231.43º 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 #ACB1CF is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 177 | 207 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.19 |
| HSL | 231.43º | 0.27% | 0.74% | - |
| HSV(B) | 231.43º | 0.17% | 0.81% | - |
| XYZ | 44 | 44.72 | 65.34 | - |
| YUV | 178.93 | 143.84 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 207 | 0.17 | 0.14 | 0 | 0.19 | 231.43 | 0.27 | 0.74 |
| Hex | AC | B1 | CF | 11 | E | 0 | 13 | E7 | 1B | 4A |
| Octal | 254 | 261 | 317 | 21 | 16 | 0 | 23 | 347 | 33 | 112 |
| Binary | 10101100 | 10110001 | 11001111 | 10001 | 1110 | 0 | 10011 | 11100111 | 11011 | 1001010 |
Color Harmonies of #ACB1CF
Complementary color
Monochromatic Colors of #ACB1CF
Black with #ACB1CF
Text Example
Text Example
White with #ACB1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB1CF; }
p { color: rgb(172,177,207); }
H1.HeaderClassName
{
color: #ACB1CF;
}
.AnyTagClassName
{
color: #ACB1CF;
}
</style>
background-color css
<style>
a { background-color: #ACB1CF; }
a { background-color: rgb(172,177,207); }
div.DivClassName
{
background-color: #ACB1CF;
}
.BgClassName
{
background-color: #ACB1CF;
}
</style>
border-color css
<style>
span { border-color: #ACB1CF; }
span { border-color: rgb(172,177,207); }
td.TdClassName
{
border-color: #ACB1CF;
}
.TagClassName
{
border-color: #ACB1CF;
}
</style>