Shades of Echo Blue #ACB3D8
Tints of Echo Blue #ACB3D8
RGB
CMYK
RGB Variations
Color information
#ACB3D8 (or 0xACB3D8) is known color: Echo Blue. HEX triplet: AC, B3 and D8. RGB value is (172,179,216). Sum of RGB (Red+Green+Blue) = 172+179+216=567 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.34% from 567); Green value is 179 (70.31% from 255 or 31.57% from 567); Blue value is 216 (84.77% from 255 or 38.10% from 567); Max value from RGB is 216 - color contains mainly: blue. Hex color #ACB3D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB3D8 is #534C27. Grayscale: #B4B4B4. Windows color (decimal): -5458984 or 14201772. OLE color: 14201772.
HSL color Cylindrical-coordinate representation of color #ACB3D8: hue angle of 230.45º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACB3D8 is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 179 | 216 | - |
| CMYK | 0.20 | 0.17 | 0 | 0.15 |
| HSL | 230.45º | 0.36% | 0.76% | - |
| HSV(B) | 230.45º | 0.2% | 0.85% | - |
| XYZ | 45.53 | 45.97 | 71.44 | - |
| YUV | 181.13 | 147.68 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 216 | 0.20 | 0.17 | 0 | 0.15 | 230.45 | 0.36 | 0.76 |
| Hex | AC | B3 | D8 | 14 | 11 | 0 | F | E6 | 24 | 4C |
| Octal | 254 | 263 | 330 | 24 | 21 | 0 | 17 | 346 | 44 | 114 |
| Binary | 10101100 | 10110011 | 11011000 | 10100 | 10001 | 0 | 1111 | 11100110 | 100100 | 1001100 |
Color Harmonies of #ACB3D8
Complementary color
Monochromatic Colors of #ACB3D8
Black with #ACB3D8
Text Example
Text Example
White with #ACB3D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB3D8; }
p { color: rgb(172,179,216); }
H1.HeaderClassName
{
color: #ACB3D8;
}
.AnyTagClassName
{
color: #ACB3D8;
}
</style>
background-color css
<style>
a { background-color: #ACB3D8; }
a { background-color: rgb(172,179,216); }
div.DivClassName
{
background-color: #ACB3D8;
}
.BgClassName
{
background-color: #ACB3D8;
}
</style>
border-color css
<style>
span { border-color: #ACB3D8; }
span { border-color: rgb(172,179,216); }
td.TdClassName
{
border-color: #ACB3D8;
}
.TagClassName
{
border-color: #ACB3D8;
}
</style>