Shades of Echo Blue #A5ADDC
Tints of Echo Blue #A5ADDC
RGB
CMYK
RGB Variations
Color information
#A5ADDC (or 0xA5ADDC) is known color: Echo Blue. HEX triplet: A5, AD and DC. RGB value is (165,173,220). Sum of RGB (Red+Green+Blue) = 165+173+220=558 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.57% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #A5ADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5ADDC is #5A5223. Grayscale: #AFAFAF. Windows color (decimal): -5919268 or 14462373. OLE color: 14462373.
HSL color Cylindrical-coordinate representation of color #A5ADDC: hue angle of 231.27º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5ADDC is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 173 | 220 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.14 |
| HSL | 231.27º | 0.44% | 0.75% | - |
| HSV(B) | 231.27º | 0.25% | 0.86% | - |
| XYZ | 43.38 | 43.05 | 73.73 | - |
| YUV | 175.97 | 152.85 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 173 | 220 | 0.25 | 0.21 | 0 | 0.14 | 231.27 | 0.44 | 0.75 |
| Hex | A5 | AD | DC | 19 | 15 | 0 | E | E7 | 2C | 4B |
| Octal | 245 | 255 | 334 | 31 | 25 | 0 | 16 | 347 | 54 | 113 |
| Binary | 10100101 | 10101101 | 11011100 | 11001 | 10101 | 0 | 1110 | 11100111 | 101100 | 1001011 |
Color Harmonies of #A5ADDC
Complementary color
Monochromatic Colors of #A5ADDC
Black with #A5ADDC
Text Example
Text Example
White with #A5ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ADDC; }
p { color: rgb(165,173,220); }
H1.HeaderClassName
{
color: #A5ADDC;
}
.AnyTagClassName
{
color: #A5ADDC;
}
</style>
background-color css
<style>
a { background-color: #A5ADDC; }
a { background-color: rgb(165,173,220); }
div.DivClassName
{
background-color: #A5ADDC;
}
.BgClassName
{
background-color: #A5ADDC;
}
</style>
border-color css
<style>
span { border-color: #A5ADDC; }
span { border-color: rgb(165,173,220); }
td.TdClassName
{
border-color: #A5ADDC;
}
.TagClassName
{
border-color: #A5ADDC;
}
</style>