Shades of Echo Blue #ACB7D5
Tints of Echo Blue #ACB7D5
RGB
CMYK
RGB Variations
Color information
#ACB7D5 (or 0xACB7D5) is known color: Echo Blue. HEX triplet: AC, B7 and D5. RGB value is (172,183,213). Sum of RGB (Red+Green+Blue) = 172+183+213=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 183 (71.88% from 255 or 32.22% from 568); Blue value is 213 (83.59% from 255 or 37.5% from 568); Max value from RGB is 213 - color contains mainly: blue. Hex color #ACB7D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB7D5 is #53482A. Grayscale: #B7B7B7. Windows color (decimal): -5457963 or 14006188. OLE color: 14006188.
HSL color Cylindrical-coordinate representation of color #ACB7D5: hue angle of 223.9º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACB7D5 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 172 | 183 | 213 | - |
CMYK | 0.19 | 0.14 | 0 | 0.16 |
HSL | 223.9º | 0.33% | 0.75% | - |
HSV(B) | 223.9º | 0.19% | 0.84% | - |
XYZ | 45.96 | 47.44 | 69.69 | - |
YUV | 183.13 | 144.86 | 120.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 183 | 213 | 0.19 | 0.14 | 0 | 0.16 | 223.9 | 0.33 | 0.75 |
Hex | AC | B7 | D5 | 13 | E | 0 | 10 | E0 | 21 | 4B |
Octal | 254 | 267 | 325 | 23 | 16 | 0 | 20 | 340 | 41 | 113 |
Binary | 10101100 | 10110111 | 11010101 | 10011 | 1110 | 0 | 10000 | 11100000 | 100001 | 1001011 |
Color Harmonies of #ACB7D5
Complementary color
Monochromatic Colors of #ACB7D5
Black with #ACB7D5
Text Example
Text Example
White with #ACB7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB7D5; }
p { color: rgb(172,183,213); }
H1.HeaderClassName
{
color: #ACB7D5;
}
.AnyTagClassName
{
color: #ACB7D5;
}
</style>
background-color css
<style>
a { background-color: #ACB7D5; }
a { background-color: rgb(172,183,213); }
div.DivClassName
{
background-color: #ACB7D5;
}
.BgClassName
{
background-color: #ACB7D5;
}
</style>
border-color css
<style>
span { border-color: #ACB7D5; }
span { border-color: rgb(172,183,213); }
td.TdClassName
{
border-color: #ACB7D5;
}
.TagClassName
{
border-color: #ACB7D5;
}
</style>