Shades of Echo Blue #A1B2D1
Tints of Echo Blue #A1B2D1
RGB
CMYK
RGB Variations
Color information
#A1B2D1 (or 0xA1B2D1) is known color: Echo Blue. HEX triplet: A1, B2 and D1. RGB value is (161,178,209). Sum of RGB (Red+Green+Blue) = 161+178+209=548 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.38% from 548); Green value is 178 (69.92% from 255 or 32.48% from 548); Blue value is 209 (82.03% from 255 or 38.14% from 548); Max value from RGB is 209 - color contains mainly: blue. Hex color #A1B2D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1B2D1 is #5E4D2E. Grayscale: #B0B0B0. Windows color (decimal): -6180143 or 13742753. OLE color: 13742753.
HSL color Cylindrical-coordinate representation of color #A1B2D1: hue angle of 218.75º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1B2D1 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 178 | 209 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.18 |
| HSL | 218.75º | 0.34% | 0.73% | - |
| HSV(B) | 218.75º | 0.23% | 0.82% | - |
| XYZ | 42.13 | 44.02 | 66.6 | - |
| YUV | 176.45 | 146.37 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 178 | 209 | 0.23 | 0.15 | 0 | 0.18 | 218.75 | 0.34 | 0.73 |
| Hex | A1 | B2 | D1 | 17 | F | 0 | 12 | DB | 22 | 49 |
| Octal | 241 | 262 | 321 | 27 | 17 | 0 | 22 | 333 | 42 | 111 |
| Binary | 10100001 | 10110010 | 11010001 | 10111 | 1111 | 0 | 10010 | 11011011 | 100010 | 1001001 |
Color Harmonies of #A1B2D1
Complementary color
Monochromatic Colors of #A1B2D1
Black with #A1B2D1
Text Example
Text Example
White with #A1B2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B2D1; }
p { color: rgb(161,178,209); }
H1.HeaderClassName
{
color: #A1B2D1;
}
.AnyTagClassName
{
color: #A1B2D1;
}
</style>
background-color css
<style>
a { background-color: #A1B2D1; }
a { background-color: rgb(161,178,209); }
div.DivClassName
{
background-color: #A1B2D1;
}
.BgClassName
{
background-color: #A1B2D1;
}
</style>
border-color css
<style>
span { border-color: #A1B2D1; }
span { border-color: rgb(161,178,209); }
td.TdClassName
{
border-color: #A1B2D1;
}
.TagClassName
{
border-color: #A1B2D1;
}
</style>