Shades of Echo Blue #A1ADCC
Tints of Echo Blue #A1ADCC
RGB
CMYK
RGB Variations
Color information
#A1ADCC (or 0xA1ADCC) is known color: Echo Blue. HEX triplet: A1, AD and CC. RGB value is (161,173,204). Sum of RGB (Red+Green+Blue) = 161+173+204=538 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.93% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 204 - color contains mainly: blue. Hex color #A1ADCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ADCC is #5E5233. Grayscale: #ACACAC. Windows color (decimal): -6181428 or 13413793. OLE color: 13413793.
HSL color Cylindrical-coordinate representation of color #A1ADCC: hue angle of 223.26º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1ADCC is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 173 | 204 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.2 |
| HSL | 223.26º | 0.3% | 0.72% | - |
| HSV(B) | 223.26º | 0.21% | 0.8% | - |
| XYZ | 40.54 | 41.82 | 63.06 | - |
| YUV | 172.95 | 145.52 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 173 | 204 | 0.21 | 0.15 | 0 | 0.2 | 223.26 | 0.3 | 0.72 |
| Hex | A1 | AD | CC | 15 | F | 0 | 14 | DF | 1E | 48 |
| Octal | 241 | 255 | 314 | 25 | 17 | 0 | 24 | 337 | 36 | 110 |
| Binary | 10100001 | 10101101 | 11001100 | 10101 | 1111 | 0 | 10100 | 11011111 | 11110 | 1001000 |
Color Harmonies of #A1ADCC
Complementary color
Monochromatic Colors of #A1ADCC
Black with #A1ADCC
Text Example
Text Example
White with #A1ADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ADCC; }
p { color: rgb(161,173,204); }
H1.HeaderClassName
{
color: #A1ADCC;
}
.AnyTagClassName
{
color: #A1ADCC;
}
</style>
background-color css
<style>
a { background-color: #A1ADCC; }
a { background-color: rgb(161,173,204); }
div.DivClassName
{
background-color: #A1ADCC;
}
.BgClassName
{
background-color: #A1ADCC;
}
</style>
border-color css
<style>
span { border-color: #A1ADCC; }
span { border-color: rgb(161,173,204); }
td.TdClassName
{
border-color: #A1ADCC;
}
.TagClassName
{
border-color: #A1ADCC;
}
</style>