Shades of Echo Blue #ACB0D7
Tints of Echo Blue #ACB0D7
RGB
CMYK
RGB Variations
Color information
#ACB0D7 (or 0xACB0D7) is known color: Echo Blue. HEX triplet: AC, B0 and D7. RGB value is (172,176,215). Sum of RGB (Red+Green+Blue) = 172+176+215=563 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.55% from 563); Green value is 176 (69.14% from 255 or 31.26% from 563); Blue value is 215 (84.38% from 255 or 38.19% from 563); Max value from RGB is 215 - color contains mainly: blue. Hex color #ACB0D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB0D7 is #534F28. Grayscale: #B3B3B3. Windows color (decimal): -5459753 or 14135468. OLE color: 14135468.
HSL color Cylindrical-coordinate representation of color #ACB0D7: hue angle of 234.42º 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 #ACB0D7 is Cyan = 0.2, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 176 | 215 | - |
| CMYK | 0.2 | 0.18 | 0 | 0.16 |
| HSL | 234.42º | 0.35% | 0.76% | - |
| HSV(B) | 234.42º | 0.2% | 0.84% | - |
| XYZ | 44.8 | 44.73 | 70.56 | - |
| YUV | 179.25 | 148.17 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 215 | 0.2 | 0.18 | 0 | 0.16 | 234.42 | 0.35 | 0.76 |
| Hex | AC | B0 | D7 | 14 | 12 | 0 | 10 | EA | 23 | 4C |
| Octal | 254 | 260 | 327 | 24 | 22 | 0 | 20 | 352 | 43 | 114 |
| Binary | 10101100 | 10110000 | 11010111 | 10100 | 10010 | 0 | 10000 | 11101010 | 100011 | 1001100 |
Color Harmonies of #ACB0D7
Complementary color
Monochromatic Colors of #ACB0D7
Black with #ACB0D7
Text Example
Text Example
White with #ACB0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB0D7; }
p { color: rgb(172,176,215); }
H1.HeaderClassName
{
color: #ACB0D7;
}
.AnyTagClassName
{
color: #ACB0D7;
}
</style>
background-color css
<style>
a { background-color: #ACB0D7; }
a { background-color: rgb(172,176,215); }
div.DivClassName
{
background-color: #ACB0D7;
}
.BgClassName
{
background-color: #ACB0D7;
}
</style>
border-color css
<style>
span { border-color: #ACB0D7; }
span { border-color: rgb(172,176,215); }
td.TdClassName
{
border-color: #ACB0D7;
}
.TagClassName
{
border-color: #ACB0D7;
}
</style>