Shades of Echo Blue #A5ADD8
Tints of Echo Blue #A5ADD8
RGB
CMYK
RGB Variations
Color information
#A5ADD8 (or 0xA5ADD8) is known color: Echo Blue. HEX triplet: A5, AD and D8. RGB value is (165,173,216). Sum of RGB (Red+Green+Blue) = 165+173+216=554 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.78% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 216 (84.77% from 255 or 38.99% from 554); Max value from RGB is 216 - color contains mainly: blue. Hex color #A5ADD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5ADD8 is #5A5227. Grayscale: #AFAFAF. Windows color (decimal): -5919272 or 14200229. OLE color: 14200229.
HSL color Cylindrical-coordinate representation of color #A5ADD8: hue angle of 230.59º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5ADD8 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 173 | 216 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.15 |
| HSL | 230.59º | 0.4% | 0.75% | - |
| HSV(B) | 230.59º | 0.24% | 0.85% | - |
| XYZ | 42.86 | 42.84 | 70.98 | - |
| YUV | 175.51 | 150.85 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 173 | 216 | 0.24 | 0.20 | 0 | 0.15 | 230.59 | 0.4 | 0.75 |
| Hex | A5 | AD | D8 | 18 | 14 | 0 | F | E7 | 28 | 4B |
| Octal | 245 | 255 | 330 | 30 | 24 | 0 | 17 | 347 | 50 | 113 |
| Binary | 10100101 | 10101101 | 11011000 | 11000 | 10100 | 0 | 1111 | 11100111 | 101000 | 1001011 |
Color Harmonies of #A5ADD8
Complementary color
Monochromatic Colors of #A5ADD8
Black with #A5ADD8
Text Example
Text Example
White with #A5ADD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ADD8; }
p { color: rgb(165,173,216); }
H1.HeaderClassName
{
color: #A5ADD8;
}
.AnyTagClassName
{
color: #A5ADD8;
}
</style>
background-color css
<style>
a { background-color: #A5ADD8; }
a { background-color: rgb(165,173,216); }
div.DivClassName
{
background-color: #A5ADD8;
}
.BgClassName
{
background-color: #A5ADD8;
}
</style>
border-color css
<style>
span { border-color: #A5ADD8; }
span { border-color: rgb(165,173,216); }
td.TdClassName
{
border-color: #A5ADD8;
}
.TagClassName
{
border-color: #A5ADD8;
}
</style>