Shades of Echo Blue #A0B1DA
Tints of Echo Blue #A0B1DA
RGB
CMYK
RGB Variations
Color information
#A0B1DA (or 0xA0B1DA) is known color: Echo Blue. HEX triplet: A0, B1 and DA. RGB value is (160,177,218). Sum of RGB (Red+Green+Blue) = 160+177+218=555 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.83% from 555); Green value is 177 (69.53% from 255 or 31.89% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 218 - color contains mainly: blue. Hex color #A0B1DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0B1DA is #5F4E25. Grayscale: #B0B0B0. Windows color (decimal): -6245926 or 14332320. OLE color: 14332320.
HSL color Cylindrical-coordinate representation of color #A0B1DA: hue angle of 222.41º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0B1DA is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 177 | 218 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.15 |
| HSL | 222.41º | 0.44% | 0.74% | - |
| HSV(B) | 222.41º | 0.27% | 0.85% | - |
| XYZ | 42.87 | 43.98 | 72.56 | - |
| YUV | 176.59 | 151.37 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 177 | 218 | 0.27 | 0.19 | 0 | 0.15 | 222.41 | 0.44 | 0.74 |
| Hex | A0 | B1 | DA | 1B | 13 | 0 | F | DE | 2C | 4A |
| Octal | 240 | 261 | 332 | 33 | 23 | 0 | 17 | 336 | 54 | 112 |
| Binary | 10100000 | 10110001 | 11011010 | 11011 | 10011 | 0 | 1111 | 11011110 | 101100 | 1001010 |
Color Harmonies of #A0B1DA
Complementary color
Monochromatic Colors of #A0B1DA
Black with #A0B1DA
Text Example
Text Example
White with #A0B1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B1DA; }
p { color: rgb(160,177,218); }
H1.HeaderClassName
{
color: #A0B1DA;
}
.AnyTagClassName
{
color: #A0B1DA;
}
</style>
background-color css
<style>
a { background-color: #A0B1DA; }
a { background-color: rgb(160,177,218); }
div.DivClassName
{
background-color: #A0B1DA;
}
.BgClassName
{
background-color: #A0B1DA;
}
</style>
border-color css
<style>
span { border-color: #A0B1DA; }
span { border-color: rgb(160,177,218); }
td.TdClassName
{
border-color: #A0B1DA;
}
.TagClassName
{
border-color: #A0B1DA;
}
</style>