Shades of Echo Blue #ACB5CD
Tints of Echo Blue #ACB5CD
RGB
CMYK
RGB Variations
Color information
#ACB5CD (or 0xACB5CD) is known color: Echo Blue. HEX triplet: AC, B5 and CD. RGB value is (172,181,205). Sum of RGB (Red+Green+Blue) = 172+181+205=558 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.82% from 558); Green value is 181 (71.09% from 255 or 32.44% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACB5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB5CD is #534A32. Grayscale: #B4B4B4. Windows color (decimal): -5458483 or 13481388. OLE color: 13481388.
HSL color Cylindrical-coordinate representation of color #ACB5CD: hue angle of 223.64º 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 #ACB5CD is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 172 | 181 | 205 | - |
CMYK | 0.16 | 0.12 | 0 | 0.20 |
HSL | 223.64º | 0.25% | 0.74% | - |
HSV(B) | 223.64º | 0.16% | 0.8% | - |
XYZ | 44.56 | 46.23 | 64.33 | - |
YUV | 181.05 | 141.52 | 121.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 181 | 205 | 0.16 | 0.12 | 0 | 0.20 | 223.64 | 0.25 | 0.74 |
Hex | AC | B5 | CD | 10 | C | 0 | 14 | E0 | 19 | 4A |
Octal | 254 | 265 | 315 | 20 | 14 | 0 | 24 | 340 | 31 | 112 |
Binary | 10101100 | 10110101 | 11001101 | 10000 | 1100 | 0 | 10100 | 11100000 | 11001 | 1001010 |
Color Harmonies of #ACB5CD
Complementary color
Monochromatic Colors of #ACB5CD
Black with #ACB5CD
Text Example
Text Example
White with #ACB5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB5CD; }
p { color: rgb(172,181,205); }
H1.HeaderClassName
{
color: #ACB5CD;
}
.AnyTagClassName
{
color: #ACB5CD;
}
</style>
background-color css
<style>
a { background-color: #ACB5CD; }
a { background-color: rgb(172,181,205); }
div.DivClassName
{
background-color: #ACB5CD;
}
.BgClassName
{
background-color: #ACB5CD;
}
</style>
border-color css
<style>
span { border-color: #ACB5CD; }
span { border-color: rgb(172,181,205); }
td.TdClassName
{
border-color: #ACB5CD;
}
.TagClassName
{
border-color: #ACB5CD;
}
</style>