Shades of Echo Blue #ACB7CD
Tints of Echo Blue #ACB7CD
RGB
CMYK
RGB Variations
Color information
#ACB7CD (or 0xACB7CD) is known color: Echo Blue. HEX triplet: AC, B7 and CD. RGB value is (172,183,205). Sum of RGB (Red+Green+Blue) = 172+183+205=560 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.71% from 560); Green value is 183 (71.88% from 255 or 32.68% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACB7CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB7CD is #534832. Grayscale: #B6B6B6. Windows color (decimal): -5457971 or 13481900. OLE color: 13481900.
HSL color Cylindrical-coordinate representation of color #ACB7CD: hue angle of 220º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACB7CD is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 172 | 183 | 205 | - |
CMYK | 0.16 | 0.11 | 0 | 0.20 |
HSL | 220º | 0.25% | 0.74% | - |
HSV(B) | 220º | 0.16% | 0.8% | - |
XYZ | 44.97 | 47.05 | 64.47 | - |
YUV | 182.22 | 140.86 | 120.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 183 | 205 | 0.16 | 0.11 | 0 | 0.20 | 220 | 0.25 | 0.74 |
Hex | AC | B7 | CD | 10 | B | 0 | 14 | DC | 19 | 4A |
Octal | 254 | 267 | 315 | 20 | 13 | 0 | 24 | 334 | 31 | 112 |
Binary | 10101100 | 10110111 | 11001101 | 10000 | 1011 | 0 | 10100 | 11011100 | 11001 | 1001010 |
Color Harmonies of #ACB7CD
Complementary color
Monochromatic Colors of #ACB7CD
Black with #ACB7CD
Text Example
Text Example
White with #ACB7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB7CD; }
p { color: rgb(172,183,205); }
H1.HeaderClassName
{
color: #ACB7CD;
}
.AnyTagClassName
{
color: #ACB7CD;
}
</style>
background-color css
<style>
a { background-color: #ACB7CD; }
a { background-color: rgb(172,183,205); }
div.DivClassName
{
background-color: #ACB7CD;
}
.BgClassName
{
background-color: #ACB7CD;
}
</style>
border-color css
<style>
span { border-color: #ACB7CD; }
span { border-color: rgb(172,183,205); }
td.TdClassName
{
border-color: #ACB7CD;
}
.TagClassName
{
border-color: #ACB7CD;
}
</style>