Shades of Echo Blue #A6ADDC
Tints of Echo Blue #A6ADDC
RGB
CMYK
RGB Variations
Color information
#A6ADDC (or 0xA6ADDC) is known color: Echo Blue. HEX triplet: A6, AD and DC. RGB value is (166,173,220). Sum of RGB (Red+Green+Blue) = 166+173+220=559 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.70% from 559); Green value is 173 (67.97% from 255 or 30.95% 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 #A6ADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ADDC is #595223. Grayscale: #B0B0B0. Windows color (decimal): -5853732 or 14462374. OLE color: 14462374.
HSL color Cylindrical-coordinate representation of color #A6ADDC: hue angle of 232.22º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6ADDC is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 173 | 220 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.14 |
| HSL | 232.22º | 0.44% | 0.76% | - |
| HSV(B) | 232.22º | 0.25% | 0.86% | - |
| XYZ | 43.59 | 43.16 | 73.74 | - |
| YUV | 176.27 | 152.68 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 173 | 220 | 0.25 | 0.21 | 0 | 0.14 | 232.22 | 0.44 | 0.76 |
| Hex | A6 | AD | DC | 19 | 15 | 0 | E | E8 | 2C | 4C |
| Octal | 246 | 255 | 334 | 31 | 25 | 0 | 16 | 350 | 54 | 114 |
| Binary | 10100110 | 10101101 | 11011100 | 11001 | 10101 | 0 | 1110 | 11101000 | 101100 | 1001100 |
Color Harmonies of #A6ADDC
Complementary color
Monochromatic Colors of #A6ADDC
Black with #A6ADDC
Text Example
Text Example
White with #A6ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ADDC; }
p { color: rgb(166,173,220); }
H1.HeaderClassName
{
color: #A6ADDC;
}
.AnyTagClassName
{
color: #A6ADDC;
}
</style>
background-color css
<style>
a { background-color: #A6ADDC; }
a { background-color: rgb(166,173,220); }
div.DivClassName
{
background-color: #A6ADDC;
}
.BgClassName
{
background-color: #A6ADDC;
}
</style>
border-color css
<style>
span { border-color: #A6ADDC; }
span { border-color: rgb(166,173,220); }
td.TdClassName
{
border-color: #A6ADDC;
}
.TagClassName
{
border-color: #A6ADDC;
}
</style>