Shades of Echo Blue #A1B5DD
Tints of Echo Blue #A1B5DD
RGB
CMYK
RGB Variations
Color information
#A1B5DD (or 0xA1B5DD) is known color: Echo Blue. HEX triplet: A1, B5 and DD. RGB value is (161,181,221). Sum of RGB (Red+Green+Blue) = 161+181+221=563 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.60% from 563); Green value is 181 (71.09% from 255 or 32.15% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #A1B5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B5DD is #5E4A22. Grayscale: #B3B3B3. Windows color (decimal): -6179363 or 14529953. OLE color: 14529953.
HSL color Cylindrical-coordinate representation of color #A1B5DD: hue angle of 220º 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 #A1B5DD is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 181 | 221 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.13 |
| HSL | 220º | 0.47% | 0.75% | - |
| HSV(B) | 220º | 0.27% | 0.87% | - |
| XYZ | 44.27 | 45.85 | 74.92 | - |
| YUV | 179.58 | 151.37 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 181 | 221 | 0.27 | 0.18 | 0 | 0.13 | 220 | 0.47 | 0.75 |
| Hex | A1 | B5 | DD | 1B | 12 | 0 | D | DC | 2F | 4B |
| Octal | 241 | 265 | 335 | 33 | 22 | 0 | 15 | 334 | 57 | 113 |
| Binary | 10100001 | 10110101 | 11011101 | 11011 | 10010 | 0 | 1101 | 11011100 | 101111 | 1001011 |
Color Harmonies of #A1B5DD
Complementary color
Monochromatic Colors of #A1B5DD
Black with #A1B5DD
Text Example
Text Example
White with #A1B5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B5DD; }
p { color: rgb(161,181,221); }
H1.HeaderClassName
{
color: #A1B5DD;
}
.AnyTagClassName
{
color: #A1B5DD;
}
</style>
background-color css
<style>
a { background-color: #A1B5DD; }
a { background-color: rgb(161,181,221); }
div.DivClassName
{
background-color: #A1B5DD;
}
.BgClassName
{
background-color: #A1B5DD;
}
</style>
border-color css
<style>
span { border-color: #A1B5DD; }
span { border-color: rgb(161,181,221); }
td.TdClassName
{
border-color: #A1B5DD;
}
.TagClassName
{
border-color: #A1B5DD;
}
</style>