Shades of Echo Blue #ACB7D7
Tints of Echo Blue #ACB7D7
RGB
CMYK
RGB Variations
Color information
#ACB7D7 (or 0xACB7D7) is known color: Echo Blue. HEX triplet: AC, B7 and D7. RGB value is (172,183,215). Sum of RGB (Red+Green+Blue) = 172+183+215=570 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.18% from 570); Green value is 183 (71.88% from 255 or 32.11% from 570); Blue value is 215 (84.38% from 255 or 37.72% from 570); Max value from RGB is 215 - color contains mainly: blue. Hex color #ACB7D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB7D7 is #534828. Grayscale: #B7B7B7. Windows color (decimal): -5457961 or 14137260. OLE color: 14137260.
HSL color Cylindrical-coordinate representation of color #ACB7D7: hue angle of 224.65º 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 #ACB7D7 is Cyan = 0.2, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 183 | 215 | - |
| CMYK | 0.2 | 0.15 | 0 | 0.16 |
| HSL | 224.65º | 0.35% | 0.76% | - |
| HSV(B) | 224.65º | 0.2% | 0.84% | - |
| XYZ | 46.21 | 47.54 | 71.03 | - |
| YUV | 183.36 | 145.86 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 215 | 0.2 | 0.15 | 0 | 0.16 | 224.65 | 0.35 | 0.76 |
| Hex | AC | B7 | D7 | 14 | F | 0 | 10 | E1 | 23 | 4C |
| Octal | 254 | 267 | 327 | 24 | 17 | 0 | 20 | 341 | 43 | 114 |
| Binary | 10101100 | 10110111 | 11010111 | 10100 | 1111 | 0 | 10000 | 11100001 | 100011 | 1001100 |
Color Harmonies of #ACB7D7
Complementary color
Monochromatic Colors of #ACB7D7
Black with #ACB7D7
Text Example
Text Example
White with #ACB7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB7D7; }
p { color: rgb(172,183,215); }
H1.HeaderClassName
{
color: #ACB7D7;
}
.AnyTagClassName
{
color: #ACB7D7;
}
</style>
background-color css
<style>
a { background-color: #ACB7D7; }
a { background-color: rgb(172,183,215); }
div.DivClassName
{
background-color: #ACB7D7;
}
.BgClassName
{
background-color: #ACB7D7;
}
</style>
border-color css
<style>
span { border-color: #ACB7D7; }
span { border-color: rgb(172,183,215); }
td.TdClassName
{
border-color: #ACB7D7;
}
.TagClassName
{
border-color: #ACB7D7;
}
</style>