Shades of Echo Blue #A1AECB
Tints of Echo Blue #A1AECB
RGB
CMYK
RGB Variations
Color information
#A1AECB (or 0xA1AECB) is known color: Echo Blue. HEX triplet: A1, AE and CB. RGB value is (161,174,203). Sum of RGB (Red+Green+Blue) = 161+174+203=538 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.93% from 538); Green value is 174 (68.36% from 255 or 32.34% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 203 - color contains mainly: blue. Hex color #A1AECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AECB is #5E5134. Grayscale: #ADADAD. Windows color (decimal): -6181173 or 13348513. OLE color: 13348513.
HSL color Cylindrical-coordinate representation of color #A1AECB: hue angle of 221.43º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1AECB is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 174 | 203 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.20 |
| HSL | 221.43º | 0.29% | 0.71% | - |
| HSV(B) | 221.43º | 0.21% | 0.8% | - |
| XYZ | 40.61 | 42.16 | 62.5 | - |
| YUV | 173.42 | 144.69 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 174 | 203 | 0.21 | 0.14 | 0 | 0.20 | 221.43 | 0.29 | 0.71 |
| Hex | A1 | AE | CB | 15 | E | 0 | 14 | DD | 1D | 47 |
| Octal | 241 | 256 | 313 | 25 | 16 | 0 | 24 | 335 | 35 | 107 |
| Binary | 10100001 | 10101110 | 11001011 | 10101 | 1110 | 0 | 10100 | 11011101 | 11101 | 1000111 |
Color Harmonies of #A1AECB
Complementary color
Monochromatic Colors of #A1AECB
Black with #A1AECB
Text Example
Text Example
White with #A1AECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AECB; }
p { color: rgb(161,174,203); }
H1.HeaderClassName
{
color: #A1AECB;
}
.AnyTagClassName
{
color: #A1AECB;
}
</style>
background-color css
<style>
a { background-color: #A1AECB; }
a { background-color: rgb(161,174,203); }
div.DivClassName
{
background-color: #A1AECB;
}
.BgClassName
{
background-color: #A1AECB;
}
</style>
border-color css
<style>
span { border-color: #A1AECB; }
span { border-color: rgb(161,174,203); }
td.TdClassName
{
border-color: #A1AECB;
}
.TagClassName
{
border-color: #A1AECB;
}
</style>