Shades of Echo Blue #A1B2DC
Tints of Echo Blue #A1B2DC
RGB
CMYK
RGB Variations
Color information
#A1B2DC (or 0xA1B2DC) is known color: Echo Blue. HEX triplet: A1, B2 and DC. RGB value is (161,178,220). Sum of RGB (Red+Green+Blue) = 161+178+220=559 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.80% from 559); Green value is 178 (69.92% from 255 or 31.84% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #A1B2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1B2DC is #5E4D23. Grayscale: #B1B1B1. Windows color (decimal): -6180132 or 14463649. OLE color: 14463649.
HSL color Cylindrical-coordinate representation of color #A1B2DC: hue angle of 222.71º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1B2DC is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 178 | 220 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.14 |
| HSL | 222.71º | 0.46% | 0.75% | - |
| HSV(B) | 222.71º | 0.27% | 0.86% | - |
| XYZ | 43.54 | 44.59 | 74.02 | - |
| YUV | 177.71 | 151.87 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 178 | 220 | 0.27 | 0.19 | 0 | 0.14 | 222.71 | 0.46 | 0.75 |
| Hex | A1 | B2 | DC | 1B | 13 | 0 | E | DF | 2E | 4B |
| Octal | 241 | 262 | 334 | 33 | 23 | 0 | 16 | 337 | 56 | 113 |
| Binary | 10100001 | 10110010 | 11011100 | 11011 | 10011 | 0 | 1110 | 11011111 | 101110 | 1001011 |
Color Harmonies of #A1B2DC
Complementary color
Monochromatic Colors of #A1B2DC
Black with #A1B2DC
Text Example
Text Example
White with #A1B2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B2DC; }
p { color: rgb(161,178,220); }
H1.HeaderClassName
{
color: #A1B2DC;
}
.AnyTagClassName
{
color: #A1B2DC;
}
</style>
background-color css
<style>
a { background-color: #A1B2DC; }
a { background-color: rgb(161,178,220); }
div.DivClassName
{
background-color: #A1B2DC;
}
.BgClassName
{
background-color: #A1B2DC;
}
</style>
border-color css
<style>
span { border-color: #A1B2DC; }
span { border-color: rgb(161,178,220); }
td.TdClassName
{
border-color: #A1B2DC;
}
.TagClassName
{
border-color: #A1B2DC;
}
</style>