Shades of Echo Blue #ACB2D8
Tints of Echo Blue #ACB2D8
RGB
CMYK
RGB Variations
Color information
#ACB2D8 (or 0xACB2D8) is known color: Echo Blue. HEX triplet: AC, B2 and D8. RGB value is (172,178,216). Sum of RGB (Red+Green+Blue) = 172+178+216=566 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.39% from 566); Green value is 178 (69.92% from 255 or 31.45% from 566); Blue value is 216 (84.77% from 255 or 38.16% from 566); Max value from RGB is 216 - color contains mainly: blue. Hex color #ACB2D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB2D8 is #534D27. Grayscale: #B4B4B4. Windows color (decimal): -5459240 or 14201516. OLE color: 14201516.
HSL color Cylindrical-coordinate representation of color #ACB2D8: hue angle of 231.82º 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 #ACB2D8 is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 178 | 216 | - |
| CMYK | 0.20 | 0.18 | 0 | 0.15 |
| HSL | 231.82º | 0.36% | 0.76% | - |
| HSV(B) | 231.82º | 0.2% | 0.85% | - |
| XYZ | 45.33 | 45.57 | 71.37 | - |
| YUV | 180.54 | 148.01 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 216 | 0.20 | 0.18 | 0 | 0.15 | 231.82 | 0.36 | 0.76 |
| Hex | AC | B2 | D8 | 14 | 12 | 0 | F | E8 | 24 | 4C |
| Octal | 254 | 262 | 330 | 24 | 22 | 0 | 17 | 350 | 44 | 114 |
| Binary | 10101100 | 10110010 | 11011000 | 10100 | 10010 | 0 | 1111 | 11101000 | 100100 | 1001100 |
Color Harmonies of #ACB2D8
Complementary color
Monochromatic Colors of #ACB2D8
Black with #ACB2D8
Text Example
Text Example
White with #ACB2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB2D8; }
p { color: rgb(172,178,216); }
H1.HeaderClassName
{
color: #ACB2D8;
}
.AnyTagClassName
{
color: #ACB2D8;
}
</style>
background-color css
<style>
a { background-color: #ACB2D8; }
a { background-color: rgb(172,178,216); }
div.DivClassName
{
background-color: #ACB2D8;
}
.BgClassName
{
background-color: #ACB2D8;
}
</style>
border-color css
<style>
span { border-color: #ACB2D8; }
span { border-color: rgb(172,178,216); }
td.TdClassName
{
border-color: #ACB2D8;
}
.TagClassName
{
border-color: #ACB2D8;
}
</style>