Shades of Echo Blue #ACB6C7
Tints of Echo Blue #ACB6C7
RGB
CMYK
RGB Variations
Color information
#ACB6C7 (or 0xACB6C7) is known color: Echo Blue. HEX triplet: AC, B6 and C7. RGB value is (172,182,199). Sum of RGB (Red+Green+Blue) = 172+182+199=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 182 (71.48% from 255 or 32.91% from 553); Blue value is 199 (78.12% from 255 or 35.99% from 553); Max value from RGB is 199 - color contains mainly: blue. Hex color #ACB6C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB6C7 is #534938. Grayscale: #B4B4B4. Windows color (decimal): -5458233 or 13088428. OLE color: 13088428.
HSL color Cylindrical-coordinate representation of color #ACB6C7: hue angle of 217.78º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACB6C7 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 172 | 182 | 199 | - |
CMYK | 0.14 | 0.09 | 0 | 0.22 |
HSL | 217.78º | 0.19% | 0.73% | - |
HSV(B) | 217.78º | 0.14% | 0.78% | - |
XYZ | 44.05 | 46.35 | 60.66 | - |
YUV | 180.95 | 138.19 | 121.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 182 | 199 | 0.14 | 0.09 | 0 | 0.22 | 217.78 | 0.19 | 0.73 |
Hex | AC | B6 | C7 | E | 9 | 0 | 16 | DA | 13 | 49 |
Octal | 254 | 266 | 307 | 16 | 11 | 0 | 26 | 332 | 23 | 111 |
Binary | 10101100 | 10110110 | 11000111 | 1110 | 1001 | 0 | 10110 | 11011010 | 10011 | 1001001 |
Color Harmonies of #ACB6C7
Complementary color
Monochromatic Colors of #ACB6C7
Black with #ACB6C7
Text Example
Text Example
White with #ACB6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB6C7; }
p { color: rgb(172,182,199); }
H1.HeaderClassName
{
color: #ACB6C7;
}
.AnyTagClassName
{
color: #ACB6C7;
}
</style>
background-color css
<style>
a { background-color: #ACB6C7; }
a { background-color: rgb(172,182,199); }
div.DivClassName
{
background-color: #ACB6C7;
}
.BgClassName
{
background-color: #ACB6C7;
}
</style>
border-color css
<style>
span { border-color: #ACB6C7; }
span { border-color: rgb(172,182,199); }
td.TdClassName
{
border-color: #ACB6C7;
}
.TagClassName
{
border-color: #ACB6C7;
}
</style>