Shades of Echo Blue #A0B4D7
Tints of Echo Blue #A0B4D7
RGB
CMYK
RGB Variations
Color information
#A0B4D7 (or 0xA0B4D7) is known color: Echo Blue. HEX triplet: A0, B4 and D7. RGB value is (160,180,215). Sum of RGB (Red+Green+Blue) = 160+180+215=555 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.83% from 555); Green value is 180 (70.70% from 255 or 32.43% from 555); Blue value is 215 (84.38% from 255 or 38.74% from 555); Max value from RGB is 215 - color contains mainly: blue. Hex color #A0B4D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B4D7 is #5F4B28. Grayscale: #B1B1B1. Windows color (decimal): -6245161 or 14136480. OLE color: 14136480.
HSL color Cylindrical-coordinate representation of color #A0B4D7: hue angle of 218.18º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0B4D7 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 180 | 215 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.16 |
| HSL | 218.18º | 0.41% | 0.74% | - |
| HSV(B) | 218.18º | 0.26% | 0.84% | - |
| XYZ | 43.08 | 45.02 | 70.71 | - |
| YUV | 178.01 | 148.87 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 180 | 215 | 0.26 | 0.16 | 0 | 0.16 | 218.18 | 0.41 | 0.74 |
| Hex | A0 | B4 | D7 | 1A | 10 | 0 | 10 | DA | 29 | 4A |
| Octal | 240 | 264 | 327 | 32 | 20 | 0 | 20 | 332 | 51 | 112 |
| Binary | 10100000 | 10110100 | 11010111 | 11010 | 10000 | 0 | 10000 | 11011010 | 101001 | 1001010 |
Color Harmonies of #A0B4D7
Complementary color
Monochromatic Colors of #A0B4D7
Black with #A0B4D7
Text Example
Text Example
White with #A0B4D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B4D7; }
p { color: rgb(160,180,215); }
H1.HeaderClassName
{
color: #A0B4D7;
}
.AnyTagClassName
{
color: #A0B4D7;
}
</style>
background-color css
<style>
a { background-color: #A0B4D7; }
a { background-color: rgb(160,180,215); }
div.DivClassName
{
background-color: #A0B4D7;
}
.BgClassName
{
background-color: #A0B4D7;
}
</style>
border-color css
<style>
span { border-color: #A0B4D7; }
span { border-color: rgb(160,180,215); }
td.TdClassName
{
border-color: #A0B4D7;
}
.TagClassName
{
border-color: #A0B4D7;
}
</style>