Shades of Echo Blue #ACB3CF
Tints of Echo Blue #ACB3CF
RGB
CMYK
RGB Variations
Color information
#ACB3CF (or 0xACB3CF) is known color: Echo Blue. HEX triplet: AC, B3 and CF. RGB value is (172,179,207). Sum of RGB (Red+Green+Blue) = 172+179+207=558 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.82% from 558); Green value is 179 (70.31% from 255 or 32.08% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 207 - color contains mainly: blue. Hex color #ACB3CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB3CF is #534C30. Grayscale: #B3B3B3. Windows color (decimal): -5458993 or 13611948. OLE color: 13611948.
HSL color Cylindrical-coordinate representation of color #ACB3CF: hue angle of 228º 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 #ACB3CF is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 179 | 207 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.19 |
| HSL | 228º | 0.27% | 0.74% | - |
| HSV(B) | 228º | 0.17% | 0.81% | - |
| XYZ | 44.4 | 45.52 | 65.48 | - |
| YUV | 180.1 | 143.18 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 207 | 0.17 | 0.14 | 0 | 0.19 | 228 | 0.27 | 0.74 |
| Hex | AC | B3 | CF | 11 | E | 0 | 13 | E4 | 1B | 4A |
| Octal | 254 | 263 | 317 | 21 | 16 | 0 | 23 | 344 | 33 | 112 |
| Binary | 10101100 | 10110011 | 11001111 | 10001 | 1110 | 0 | 10011 | 11100100 | 11011 | 1001010 |
Color Harmonies of #ACB3CF
Complementary color
Monochromatic Colors of #ACB3CF
Black with #ACB3CF
Text Example
Text Example
White with #ACB3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB3CF; }
p { color: rgb(172,179,207); }
H1.HeaderClassName
{
color: #ACB3CF;
}
.AnyTagClassName
{
color: #ACB3CF;
}
</style>
background-color css
<style>
a { background-color: #ACB3CF; }
a { background-color: rgb(172,179,207); }
div.DivClassName
{
background-color: #ACB3CF;
}
.BgClassName
{
background-color: #ACB3CF;
}
</style>
border-color css
<style>
span { border-color: #ACB3CF; }
span { border-color: rgb(172,179,207); }
td.TdClassName
{
border-color: #ACB3CF;
}
.TagClassName
{
border-color: #ACB3CF;
}
</style>