Shades of Echo Blue #A1B0DD
Tints of Echo Blue #A1B0DD
RGB
CMYK
RGB Variations
Color information
#A1B0DD (or 0xA1B0DD) is known color: Echo Blue. HEX triplet: A1, B0 and DD. RGB value is (161,176,221). Sum of RGB (Red+Green+Blue) = 161+176+221=558 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.85% from 558); Green value is 176 (69.14% from 255 or 31.54% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #A1B0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1B0DD is #5E4F22. Grayscale: #B0B0B0. Windows color (decimal): -6180643 or 14528673. OLE color: 14528673.
HSL color Cylindrical-coordinate representation of color #A1B0DD: hue angle of 225º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1B0DD is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 176 | 221 | - |
| CMYK | 0.27 | 0.20 | 0 | 0.13 |
| HSL | 225º | 0.47% | 0.75% | - |
| HSV(B) | 225º | 0.27% | 0.87% | - |
| XYZ | 43.27 | 43.85 | 74.59 | - |
| YUV | 176.65 | 153.03 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 176 | 221 | 0.27 | 0.20 | 0 | 0.13 | 225 | 0.47 | 0.75 |
| Hex | A1 | B0 | DD | 1B | 14 | 0 | D | E1 | 2F | 4B |
| Octal | 241 | 260 | 335 | 33 | 24 | 0 | 15 | 341 | 57 | 113 |
| Binary | 10100001 | 10110000 | 11011101 | 11011 | 10100 | 0 | 1101 | 11100001 | 101111 | 1001011 |
Color Harmonies of #A1B0DD
Complementary color
Monochromatic Colors of #A1B0DD
Black with #A1B0DD
Text Example
Text Example
White with #A1B0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B0DD; }
p { color: rgb(161,176,221); }
H1.HeaderClassName
{
color: #A1B0DD;
}
.AnyTagClassName
{
color: #A1B0DD;
}
</style>
background-color css
<style>
a { background-color: #A1B0DD; }
a { background-color: rgb(161,176,221); }
div.DivClassName
{
background-color: #A1B0DD;
}
.BgClassName
{
background-color: #A1B0DD;
}
</style>
border-color css
<style>
span { border-color: #A1B0DD; }
span { border-color: rgb(161,176,221); }
td.TdClassName
{
border-color: #A1B0DD;
}
.TagClassName
{
border-color: #A1B0DD;
}
</style>