Shades of Echo Blue #ADAFD5
Tints of Echo Blue #ADAFD5
RGB
CMYK
RGB Variations
Color information
#ADAFD5 (or 0xADAFD5) is known color: Echo Blue. HEX triplet: AD, AF and D5. RGB value is (173,175,213). Sum of RGB (Red+Green+Blue) = 173+175+213=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 213 (83.59% from 255 or 37.97% from 561); Max value from RGB is 213 - color contains mainly: blue. Hex color #ADAFD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAFD5 is #52502A. Grayscale: #B2B2B2. Windows color (decimal): -5394475 or 14004141. OLE color: 14004141.
HSL color Cylindrical-coordinate representation of color #ADAFD5: hue angle of 237º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADAFD5 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 175 | 213 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.16 |
| HSL | 237º | 0.32% | 0.76% | - |
| HSV(B) | 237º | 0.19% | 0.84% | - |
| XYZ | 44.57 | 44.35 | 69.16 | - |
| YUV | 178.73 | 147.34 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 213 | 0.19 | 0.18 | 0 | 0.16 | 237 | 0.32 | 0.76 |
| Hex | AD | AF | D5 | 13 | 12 | 0 | 10 | ED | 20 | 4C |
| Octal | 255 | 257 | 325 | 23 | 22 | 0 | 20 | 355 | 40 | 114 |
| Binary | 10101101 | 10101111 | 11010101 | 10011 | 10010 | 0 | 10000 | 11101101 | 100000 | 1001100 |
Color Harmonies of #ADAFD5
Complementary color
Monochromatic Colors of #ADAFD5
Black with #ADAFD5
Text Example
Text Example
White with #ADAFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAFD5; }
p { color: rgb(173,175,213); }
H1.HeaderClassName
{
color: #ADAFD5;
}
.AnyTagClassName
{
color: #ADAFD5;
}
</style>
background-color css
<style>
a { background-color: #ADAFD5; }
a { background-color: rgb(173,175,213); }
div.DivClassName
{
background-color: #ADAFD5;
}
.BgClassName
{
background-color: #ADAFD5;
}
</style>
border-color css
<style>
span { border-color: #ADAFD5; }
span { border-color: rgb(173,175,213); }
td.TdClassName
{
border-color: #ADAFD5;
}
.TagClassName
{
border-color: #ADAFD5;
}
</style>