Shades of Echo Blue #ACB0D8
Tints of Echo Blue #ACB0D8
RGB
CMYK
RGB Variations
Color information
#ACB0D8 (or 0xACB0D8) is known color: Echo Blue. HEX triplet: AC, B0 and D8. RGB value is (172,176,216). Sum of RGB (Red+Green+Blue) = 172+176+216=564 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.50% from 564); Green value is 176 (69.14% from 255 or 31.21% from 564); Blue value is 216 (84.77% from 255 or 38.30% from 564); Max value from RGB is 216 - color contains mainly: blue. Hex color #ACB0D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB0D8 is #534F27. Grayscale: #B3B3B3. Windows color (decimal): -5459752 or 14201004. OLE color: 14201004.
HSL color Cylindrical-coordinate representation of color #ACB0D8: hue angle of 234.55º 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 #ACB0D8 is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 176 | 216 | - |
| CMYK | 0.20 | 0.19 | 0 | 0.15 |
| HSL | 234.55º | 0.36% | 0.76% | - |
| HSV(B) | 234.55º | 0.2% | 0.85% | - |
| XYZ | 44.93 | 44.78 | 71.24 | - |
| YUV | 179.36 | 148.67 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 216 | 0.20 | 0.19 | 0 | 0.15 | 234.55 | 0.36 | 0.76 |
| Hex | AC | B0 | D8 | 14 | 13 | 0 | F | EB | 24 | 4C |
| Octal | 254 | 260 | 330 | 24 | 23 | 0 | 17 | 353 | 44 | 114 |
| Binary | 10101100 | 10110000 | 11011000 | 10100 | 10011 | 0 | 1111 | 11101011 | 100100 | 1001100 |
Color Harmonies of #ACB0D8
Complementary color
Monochromatic Colors of #ACB0D8
Black with #ACB0D8
Text Example
Text Example
White with #ACB0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB0D8; }
p { color: rgb(172,176,216); }
H1.HeaderClassName
{
color: #ACB0D8;
}
.AnyTagClassName
{
color: #ACB0D8;
}
</style>
background-color css
<style>
a { background-color: #ACB0D8; }
a { background-color: rgb(172,176,216); }
div.DivClassName
{
background-color: #ACB0D8;
}
.BgClassName
{
background-color: #ACB0D8;
}
</style>
border-color css
<style>
span { border-color: #ACB0D8; }
span { border-color: rgb(172,176,216); }
td.TdClassName
{
border-color: #ACB0D8;
}
.TagClassName
{
border-color: #ACB0D8;
}
</style>