Shades of Echo Blue #ACB6D7
Tints of Echo Blue #ACB6D7
RGB
CMYK
RGB Variations
Color information
#ACB6D7 (or 0xACB6D7) is known color: Echo Blue. HEX triplet: AC, B6 and D7. RGB value is (172,182,215). Sum of RGB (Red+Green+Blue) = 172+182+215=569 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.23% from 569); Green value is 182 (71.48% from 255 or 31.99% from 569); Blue value is 215 (84.38% from 255 or 37.79% from 569); Max value from RGB is 215 - color contains mainly: blue. Hex color #ACB6D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB6D7 is #534928. Grayscale: #B6B6B6. Windows color (decimal): -5458217 or 14137004. OLE color: 14137004.
HSL color Cylindrical-coordinate representation of color #ACB6D7: hue angle of 226.05º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACB6D7 is Cyan = 0.2, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 182 | 215 | - |
| CMYK | 0.2 | 0.15 | 0 | 0.16 |
| HSL | 226.05º | 0.35% | 0.76% | - |
| HSV(B) | 226.05º | 0.2% | 0.84% | - |
| XYZ | 46.01 | 47.13 | 70.96 | - |
| YUV | 182.77 | 146.19 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 215 | 0.2 | 0.15 | 0 | 0.16 | 226.05 | 0.35 | 0.76 |
| Hex | AC | B6 | D7 | 14 | F | 0 | 10 | E2 | 23 | 4C |
| Octal | 254 | 266 | 327 | 24 | 17 | 0 | 20 | 342 | 43 | 114 |
| Binary | 10101100 | 10110110 | 11010111 | 10100 | 1111 | 0 | 10000 | 11100010 | 100011 | 1001100 |
Color Harmonies of #ACB6D7
Complementary color
Monochromatic Colors of #ACB6D7
Black with #ACB6D7
Text Example
Text Example
White with #ACB6D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB6D7; }
p { color: rgb(172,182,215); }
H1.HeaderClassName
{
color: #ACB6D7;
}
.AnyTagClassName
{
color: #ACB6D7;
}
</style>
background-color css
<style>
a { background-color: #ACB6D7; }
a { background-color: rgb(172,182,215); }
div.DivClassName
{
background-color: #ACB6D7;
}
.BgClassName
{
background-color: #ACB6D7;
}
</style>
border-color css
<style>
span { border-color: #ACB6D7; }
span { border-color: rgb(172,182,215); }
td.TdClassName
{
border-color: #ACB6D7;
}
.TagClassName
{
border-color: #ACB6D7;
}
</style>