Shades of Echo Blue #A8ACCD
Tints of Echo Blue #A8ACCD
RGB
CMYK
RGB Variations
Color information
#A8ACCD (or 0xA8ACCD) is known color: Echo Blue. HEX triplet: A8, AC and CD. RGB value is (168,172,205). Sum of RGB (Red+Green+Blue) = 168+172+205=545 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.83% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 205 - color contains mainly: blue. Hex color #A8ACCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ACCD is #575332. Grayscale: #AEAEAE. Windows color (decimal): -5722931 or 13479080. OLE color: 13479080.
HSL color Cylindrical-coordinate representation of color #A8ACCD: hue angle of 233.51º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8ACCD is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 172 | 205 | - |
| CMYK | 0.18 | 0.16 | 0 | 0.20 |
| HSL | 233.51º | 0.27% | 0.73% | - |
| HSV(B) | 233.51º | 0.18% | 0.8% | - |
| XYZ | 41.92 | 42.24 | 63.7 | - |
| YUV | 174.57 | 145.17 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 172 | 205 | 0.18 | 0.16 | 0 | 0.20 | 233.51 | 0.27 | 0.73 |
| Hex | A8 | AC | CD | 12 | 10 | 0 | 14 | EA | 1B | 49 |
| Octal | 250 | 254 | 315 | 22 | 20 | 0 | 24 | 352 | 33 | 111 |
| Binary | 10101000 | 10101100 | 11001101 | 10010 | 10000 | 0 | 10100 | 11101010 | 11011 | 1001001 |
Color Harmonies of #A8ACCD
Complementary color
Monochromatic Colors of #A8ACCD
Black with #A8ACCD
Text Example
Text Example
White with #A8ACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ACCD; }
p { color: rgb(168,172,205); }
H1.HeaderClassName
{
color: #A8ACCD;
}
.AnyTagClassName
{
color: #A8ACCD;
}
</style>
background-color css
<style>
a { background-color: #A8ACCD; }
a { background-color: rgb(168,172,205); }
div.DivClassName
{
background-color: #A8ACCD;
}
.BgClassName
{
background-color: #A8ACCD;
}
</style>
border-color css
<style>
span { border-color: #A8ACCD; }
span { border-color: rgb(168,172,205); }
td.TdClassName
{
border-color: #A8ACCD;
}
.TagClassName
{
border-color: #A8ACCD;
}
</style>