Shades of Echo Blue #ACB9CD
Tints of Echo Blue #ACB9CD
RGB
CMYK
RGB Variations
Color information
#ACB9CD (or 0xACB9CD) is known color: Echo Blue. HEX triplet: AC, B9 and CD. RGB value is (172,185,205). Sum of RGB (Red+Green+Blue) = 172+185+205=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 185 (72.66% from 255 or 32.92% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACB9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB9CD is #534632. Grayscale: #B7B7B7. Windows color (decimal): -5457459 or 13482412. OLE color: 13482412.
HSL color Cylindrical-coordinate representation of color #ACB9CD: hue angle of 216.36º 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 #ACB9CD is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 172 | 185 | 205 | - |
CMYK | 0.16 | 0.10 | 0 | 0.20 |
HSL | 216.36º | 0.25% | 0.74% | - |
HSV(B) | 216.36º | 0.16% | 0.8% | - |
XYZ | 45.38 | 47.88 | 64.61 | - |
YUV | 183.39 | 140.19 | 119.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 185 | 205 | 0.16 | 0.10 | 0 | 0.20 | 216.36 | 0.25 | 0.74 |
Hex | AC | B9 | CD | 10 | A | 0 | 14 | D8 | 19 | 4A |
Octal | 254 | 271 | 315 | 20 | 12 | 0 | 24 | 330 | 31 | 112 |
Binary | 10101100 | 10111001 | 11001101 | 10000 | 1010 | 0 | 10100 | 11011000 | 11001 | 1001010 |
Color Harmonies of #ACB9CD
Complementary color
Monochromatic Colors of #ACB9CD
Black with #ACB9CD
Text Example
Text Example
White with #ACB9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB9CD; }
p { color: rgb(172,185,205); }
H1.HeaderClassName
{
color: #ACB9CD;
}
.AnyTagClassName
{
color: #ACB9CD;
}
</style>
background-color css
<style>
a { background-color: #ACB9CD; }
a { background-color: rgb(172,185,205); }
div.DivClassName
{
background-color: #ACB9CD;
}
.BgClassName
{
background-color: #ACB9CD;
}
</style>
border-color css
<style>
span { border-color: #ACB9CD; }
span { border-color: rgb(172,185,205); }
td.TdClassName
{
border-color: #ACB9CD;
}
.TagClassName
{
border-color: #ACB9CD;
}
</style>