Shades of Echo Blue #A1B7DA
Tints of Echo Blue #A1B7DA
RGB
CMYK
RGB Variations
Color information
#A1B7DA (or 0xA1B7DA) is known color: Echo Blue. HEX triplet: A1, B7 and DA. RGB value is (161,183,218). Sum of RGB (Red+Green+Blue) = 161+183+218=562 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.65% from 562); Green value is 183 (71.88% from 255 or 32.56% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #A1B7DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B7DA is #5E4825. Grayscale: #B4B4B4. Windows color (decimal): -6178854 or 14333857. OLE color: 14333857.
HSL color Cylindrical-coordinate representation of color #A1B7DA: hue angle of 216.84º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1B7DA is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 183 | 218 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.15 |
| HSL | 216.84º | 0.44% | 0.74% | - |
| HSV(B) | 216.84º | 0.26% | 0.85% | - |
| XYZ | 44.29 | 46.51 | 72.97 | - |
| YUV | 180.41 | 149.21 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 183 | 218 | 0.26 | 0.16 | 0 | 0.15 | 216.84 | 0.44 | 0.74 |
| Hex | A1 | B7 | DA | 1A | 10 | 0 | F | D9 | 2C | 4A |
| Octal | 241 | 267 | 332 | 32 | 20 | 0 | 17 | 331 | 54 | 112 |
| Binary | 10100001 | 10110111 | 11011010 | 11010 | 10000 | 0 | 1111 | 11011001 | 101100 | 1001010 |
Color Harmonies of #A1B7DA
Complementary color
Monochromatic Colors of #A1B7DA
Black with #A1B7DA
Text Example
Text Example
White with #A1B7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B7DA; }
p { color: rgb(161,183,218); }
H1.HeaderClassName
{
color: #A1B7DA;
}
.AnyTagClassName
{
color: #A1B7DA;
}
</style>
background-color css
<style>
a { background-color: #A1B7DA; }
a { background-color: rgb(161,183,218); }
div.DivClassName
{
background-color: #A1B7DA;
}
.BgClassName
{
background-color: #A1B7DA;
}
</style>
border-color css
<style>
span { border-color: #A1B7DA; }
span { border-color: rgb(161,183,218); }
td.TdClassName
{
border-color: #A1B7DA;
}
.TagClassName
{
border-color: #A1B7DA;
}
</style>