Shades of Echo Blue #ADAEC0
Tints of Echo Blue #ADAEC0
RGB
CMYK
RGB Variations
Color information
#ADAEC0 (or 0xADAEC0) is known color: Echo Blue. HEX triplet: AD, AE and C0. RGB value is (173,174,192). Sum of RGB (Red+Green+Blue) = 173+174+192=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 174 (68.36% from 255 or 32.28% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 192 - color contains mainly: blue. Hex color #ADAEC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAEC0 is #52513F. Grayscale: #AFAFAF. Windows color (decimal): -5394752 or 12627629. OLE color: 12627629.
HSL color Cylindrical-coordinate representation of color #ADAEC0: hue angle of 236.84º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADAEC0 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 174 | 192 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.25 |
| HSL | 236.84º | 0.13% | 0.72% | - |
| HSV(B) | 236.84º | 0.1% | 0.75% | - |
| XYZ | 41.88 | 42.96 | 55.95 | - |
| YUV | 175.75 | 137.17 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 192 | 0.10 | 0.09 | 0 | 0.25 | 236.84 | 0.13 | 0.72 |
| Hex | AD | AE | C0 | A | 9 | 0 | 19 | ED | D | 48 |
| Octal | 255 | 256 | 300 | 12 | 11 | 0 | 31 | 355 | 15 | 110 |
| Binary | 10101101 | 10101110 | 11000000 | 1010 | 1001 | 0 | 11001 | 11101101 | 1101 | 1001000 |
Color Harmonies of #ADAEC0
Complementary color
Monochromatic Colors of #ADAEC0
Black with #ADAEC0
Text Example
Text Example
White with #ADAEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAEC0; }
p { color: rgb(173,174,192); }
H1.HeaderClassName
{
color: #ADAEC0;
}
.AnyTagClassName
{
color: #ADAEC0;
}
</style>
background-color css
<style>
a { background-color: #ADAEC0; }
a { background-color: rgb(173,174,192); }
div.DivClassName
{
background-color: #ADAEC0;
}
.BgClassName
{
background-color: #ADAEC0;
}
</style>
border-color css
<style>
span { border-color: #ADAEC0; }
span { border-color: rgb(173,174,192); }
td.TdClassName
{
border-color: #ADAEC0;
}
.TagClassName
{
border-color: #ADAEC0;
}
</style>