Shades of Echo Blue #ACB7CC
Tints of Echo Blue #ACB7CC
RGB
CMYK
RGB Variations
Color information
#ACB7CC (or 0xACB7CC) is known color: Echo Blue. HEX triplet: AC, B7 and CC. RGB value is (172,183,204). Sum of RGB (Red+Green+Blue) = 172+183+204=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 183 (71.88% from 255 or 32.74% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 204 - color contains mainly: blue. Hex color #ACB7CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB7CC is #534833. Grayscale: #B6B6B6. Windows color (decimal): -5457972 or 13416364. OLE color: 13416364.
HSL color Cylindrical-coordinate representation of color #ACB7CC: hue angle of 219.38º degrees, saturation: 0.24, 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 #ACB7CC is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 172 | 183 | 204 | - |
CMYK | 0.16 | 0.10 | 0 | 0.2 |
HSL | 219.38º | 0.24% | 0.74% | - |
HSV(B) | 219.38º | 0.16% | 0.8% | - |
XYZ | 44.85 | 47 | 63.83 | - |
YUV | 182.11 | 140.36 | 120.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 183 | 204 | 0.16 | 0.10 | 0 | 0.2 | 219.38 | 0.24 | 0.74 |
Hex | AC | B7 | CC | 10 | A | 0 | 14 | DB | 18 | 4A |
Octal | 254 | 267 | 314 | 20 | 12 | 0 | 24 | 333 | 30 | 112 |
Binary | 10101100 | 10110111 | 11001100 | 10000 | 1010 | 0 | 10100 | 11011011 | 11000 | 1001010 |
Color Harmonies of #ACB7CC
Complementary color
Monochromatic Colors of #ACB7CC
Black with #ACB7CC
Text Example
Text Example
White with #ACB7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB7CC; }
p { color: rgb(172,183,204); }
H1.HeaderClassName
{
color: #ACB7CC;
}
.AnyTagClassName
{
color: #ACB7CC;
}
</style>
background-color css
<style>
a { background-color: #ACB7CC; }
a { background-color: rgb(172,183,204); }
div.DivClassName
{
background-color: #ACB7CC;
}
.BgClassName
{
background-color: #ACB7CC;
}
</style>
border-color css
<style>
span { border-color: #ACB7CC; }
span { border-color: rgb(172,183,204); }
td.TdClassName
{
border-color: #ACB7CC;
}
.TagClassName
{
border-color: #ACB7CC;
}
</style>