Shades of Echo Blue #ACAECD
Tints of Echo Blue #ACAECD
RGB
CMYK
RGB Variations
Color information
#ACAECD (or 0xACAECD) is known color: Echo Blue. HEX triplet: AC, AE and CD. RGB value is (172,174,205). Sum of RGB (Red+Green+Blue) = 172+174+205=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACAECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAECD is #535132. Grayscale: #B0B0B0. Windows color (decimal): -5460275 or 13479596. OLE color: 13479596.
HSL color Cylindrical-coordinate representation of color #ACAECD: hue angle of 236.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 #ACAECD is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 174 | 205 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.20 |
| HSL | 236.36º | 0.25% | 0.74% | - |
| HSV(B) | 236.36º | 0.16% | 0.8% | - |
| XYZ | 43.17 | 43.45 | 63.87 | - |
| YUV | 176.94 | 143.84 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 174 | 205 | 0.16 | 0.15 | 0 | 0.20 | 236.36 | 0.25 | 0.74 |
| Hex | AC | AE | CD | 10 | F | 0 | 14 | EC | 19 | 4A |
| Octal | 254 | 256 | 315 | 20 | 17 | 0 | 24 | 354 | 31 | 112 |
| Binary | 10101100 | 10101110 | 11001101 | 10000 | 1111 | 0 | 10100 | 11101100 | 11001 | 1001010 |
Color Harmonies of #ACAECD
Complementary color
Monochromatic Colors of #ACAECD
Black with #ACAECD
Text Example
Text Example
White with #ACAECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAECD; }
p { color: rgb(172,174,205); }
H1.HeaderClassName
{
color: #ACAECD;
}
.AnyTagClassName
{
color: #ACAECD;
}
</style>
background-color css
<style>
a { background-color: #ACAECD; }
a { background-color: rgb(172,174,205); }
div.DivClassName
{
background-color: #ACAECD;
}
.BgClassName
{
background-color: #ACAECD;
}
</style>
border-color css
<style>
span { border-color: #ACAECD; }
span { border-color: rgb(172,174,205); }
td.TdClassName
{
border-color: #ACAECD;
}
.TagClassName
{
border-color: #ACAECD;
}
</style>