Shades of Echo Blue #A6ADC2
Tints of Echo Blue #A6ADC2
RGB
CMYK
RGB Variations
Color information
#A6ADC2 (or 0xA6ADC2) is known color: Echo Blue. HEX triplet: A6, AD and C2. RGB value is (166,173,194). Sum of RGB (Red+Green+Blue) = 166+173+194=533 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.14% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 194 (76.17% from 255 or 36.40% from 533); Max value from RGB is 194 - color contains mainly: blue. Hex color #A6ADC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ADC2 is #59523D. Grayscale: #ADADAD. Windows color (decimal): -5853758 or 12758438. OLE color: 12758438.
HSL color Cylindrical-coordinate representation of color #A6ADC2: hue angle of 225º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6ADC2 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 173 | 194 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.24 |
| HSL | 225º | 0.19% | 0.71% | - |
| HSV(B) | 225º | 0.14% | 0.76% | - |
| XYZ | 40.41 | 41.89 | 56.99 | - |
| YUV | 173.3 | 139.68 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 173 | 194 | 0.14 | 0.11 | 0 | 0.24 | 225 | 0.19 | 0.71 |
| Hex | A6 | AD | C2 | E | B | 0 | 18 | E1 | 13 | 47 |
| Octal | 246 | 255 | 302 | 16 | 13 | 0 | 30 | 341 | 23 | 107 |
| Binary | 10100110 | 10101101 | 11000010 | 1110 | 1011 | 0 | 11000 | 11100001 | 10011 | 1000111 |
Color Harmonies of #A6ADC2
Complementary color
Monochromatic Colors of #A6ADC2
Black with #A6ADC2
Text Example
Text Example
White with #A6ADC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ADC2; }
p { color: rgb(166,173,194); }
H1.HeaderClassName
{
color: #A6ADC2;
}
.AnyTagClassName
{
color: #A6ADC2;
}
</style>
background-color css
<style>
a { background-color: #A6ADC2; }
a { background-color: rgb(166,173,194); }
div.DivClassName
{
background-color: #A6ADC2;
}
.BgClassName
{
background-color: #A6ADC2;
}
</style>
border-color css
<style>
span { border-color: #A6ADC2; }
span { border-color: rgb(166,173,194); }
td.TdClassName
{
border-color: #A6ADC2;
}
.TagClassName
{
border-color: #A6ADC2;
}
</style>