Shades of Echo Blue #A8B0CC
Tints of Echo Blue #A8B0CC
RGB
CMYK
RGB Variations
Color information
#A8B0CC (or 0xA8B0CC) is known color: Echo Blue. HEX triplet: A8, B0 and CC. RGB value is (168,176,204). Sum of RGB (Red+Green+Blue) = 168+176+204=548 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.66% from 548); Green value is 176 (69.14% from 255 or 32.12% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 204 - color contains mainly: blue. Hex color #A8B0CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8B0CC is #574F33. Grayscale: #B0B0B0. Windows color (decimal): -5721908 or 13414568. OLE color: 13414568.
HSL color Cylindrical-coordinate representation of color #A8B0CC: hue angle of 226.67º degrees, saturation: 0.26, 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 #A8B0CC is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 176 | 204 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.2 |
| HSL | 226.67º | 0.26% | 0.73% | - |
| HSV(B) | 226.67º | 0.18% | 0.8% | - |
| XYZ | 42.57 | 43.74 | 63.32 | - |
| YUV | 176.8 | 143.35 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 176 | 204 | 0.18 | 0.14 | 0 | 0.2 | 226.67 | 0.26 | 0.73 |
| Hex | A8 | B0 | CC | 12 | E | 0 | 14 | E3 | 1A | 49 |
| Octal | 250 | 260 | 314 | 22 | 16 | 0 | 24 | 343 | 32 | 111 |
| Binary | 10101000 | 10110000 | 11001100 | 10010 | 1110 | 0 | 10100 | 11100011 | 11010 | 1001001 |
Color Harmonies of #A8B0CC
Complementary color
Monochromatic Colors of #A8B0CC
Black with #A8B0CC
Text Example
Text Example
White with #A8B0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B0CC; }
p { color: rgb(168,176,204); }
H1.HeaderClassName
{
color: #A8B0CC;
}
.AnyTagClassName
{
color: #A8B0CC;
}
</style>
background-color css
<style>
a { background-color: #A8B0CC; }
a { background-color: rgb(168,176,204); }
div.DivClassName
{
background-color: #A8B0CC;
}
.BgClassName
{
background-color: #A8B0CC;
}
</style>
border-color css
<style>
span { border-color: #A8B0CC; }
span { border-color: rgb(168,176,204); }
td.TdClassName
{
border-color: #A8B0CC;
}
.TagClassName
{
border-color: #A8B0CC;
}
</style>