Shades of Echo Blue #A8ABC4
Tints of Echo Blue #A8ABC4
RGB
CMYK
RGB Variations
Color information
#A8ABC4 (or 0xA8ABC4) is known color: Echo Blue. HEX triplet: A8, AB and C4. RGB value is (168,171,196). Sum of RGB (Red+Green+Blue) = 168+171+196=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 196 (76.95% from 255 or 36.64% from 535); Max value from RGB is 196 - color contains mainly: blue. Hex color #A8ABC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ABC4 is #57543B. Grayscale: #ACACAC. Windows color (decimal): -5723196 or 12889000. OLE color: 12889000.
HSL color Cylindrical-coordinate representation of color #A8ABC4: hue angle of 233.57º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A8ABC4 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 171 | 196 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.23 |
| HSL | 233.57º | 0.19% | 0.71% | - |
| HSV(B) | 233.57º | 0.14% | 0.77% | - |
| XYZ | 40.68 | 41.44 | 58.08 | - |
| YUV | 172.95 | 141.01 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 196 | 0.14 | 0.13 | 0 | 0.23 | 233.57 | 0.19 | 0.71 |
| Hex | A8 | AB | C4 | E | D | 0 | 17 | EA | 13 | 47 |
| Octal | 250 | 253 | 304 | 16 | 15 | 0 | 27 | 352 | 23 | 107 |
| Binary | 10101000 | 10101011 | 11000100 | 1110 | 1101 | 0 | 10111 | 11101010 | 10011 | 1000111 |
Color Harmonies of #A8ABC4
Complementary color
Monochromatic Colors of #A8ABC4
Black with #A8ABC4
Text Example
Text Example
White with #A8ABC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ABC4; }
p { color: rgb(168,171,196); }
H1.HeaderClassName
{
color: #A8ABC4;
}
.AnyTagClassName
{
color: #A8ABC4;
}
</style>
background-color css
<style>
a { background-color: #A8ABC4; }
a { background-color: rgb(168,171,196); }
div.DivClassName
{
background-color: #A8ABC4;
}
.BgClassName
{
background-color: #A8ABC4;
}
</style>
border-color css
<style>
span { border-color: #A8ABC4; }
span { border-color: rgb(168,171,196); }
td.TdClassName
{
border-color: #A8ABC4;
}
.TagClassName
{
border-color: #A8ABC4;
}
</style>