Shades of Echo Blue #A8ADD4
Tints of Echo Blue #A8ADD4
RGB
CMYK
RGB Variations
Color information
#A8ADD4 (or 0xA8ADD4) is known color: Echo Blue. HEX triplet: A8, AD and D4. RGB value is (168,173,212). Sum of RGB (Red+Green+Blue) = 168+173+212=553 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.38% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 212 (83.20% from 255 or 38.34% from 553); Max value from RGB is 212 - color contains mainly: blue. Hex color #A8ADD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ADD4 is #57522B. Grayscale: #AFAFAF. Windows color (decimal): -5722668 or 13938088. OLE color: 13938088.
HSL color Cylindrical-coordinate representation of color #A8ADD4: hue angle of 233.18º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8ADD4 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 173 | 212 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.17 |
| HSL | 233.18º | 0.34% | 0.75% | - |
| HSV(B) | 233.18º | 0.21% | 0.83% | - |
| XYZ | 42.98 | 42.97 | 68.32 | - |
| YUV | 175.95 | 148.34 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 173 | 212 | 0.21 | 0.18 | 0 | 0.17 | 233.18 | 0.34 | 0.75 |
| Hex | A8 | AD | D4 | 15 | 12 | 0 | 11 | E9 | 22 | 4B |
| Octal | 250 | 255 | 324 | 25 | 22 | 0 | 21 | 351 | 42 | 113 |
| Binary | 10101000 | 10101101 | 11010100 | 10101 | 10010 | 0 | 10001 | 11101001 | 100010 | 1001011 |
Color Harmonies of #A8ADD4
Complementary color
Monochromatic Colors of #A8ADD4
Black with #A8ADD4
Text Example
Text Example
White with #A8ADD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ADD4; }
p { color: rgb(168,173,212); }
H1.HeaderClassName
{
color: #A8ADD4;
}
.AnyTagClassName
{
color: #A8ADD4;
}
</style>
background-color css
<style>
a { background-color: #A8ADD4; }
a { background-color: rgb(168,173,212); }
div.DivClassName
{
background-color: #A8ADD4;
}
.BgClassName
{
background-color: #A8ADD4;
}
</style>
border-color css
<style>
span { border-color: #A8ADD4; }
span { border-color: rgb(168,173,212); }
td.TdClassName
{
border-color: #A8ADD4;
}
.TagClassName
{
border-color: #A8ADD4;
}
</style>