Shades of Echo Blue #ADAEC2
Tints of Echo Blue #ADAEC2
RGB
CMYK
RGB Variations
Color information
#ADAEC2 (or 0xADAEC2) is known color: Echo Blue. HEX triplet: AD, AE and C2. RGB value is (173,174,194). Sum of RGB (Red+Green+Blue) = 173+174+194=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 174 (68.36% from 255 or 32.16% from 541); Blue value is 194 (76.17% from 255 or 35.86% from 541); Max value from RGB is 194 - color contains mainly: blue. Hex color #ADAEC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAEC2 is #52513D. Grayscale: #AFAFAF. Windows color (decimal): -5394750 or 12758701. OLE color: 12758701.
HSL color Cylindrical-coordinate representation of color #ADAEC2: hue angle of 237.14º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADAEC2 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 174 | 194 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.24 |
| HSL | 237.14º | 0.15% | 0.72% | - |
| HSV(B) | 237.14º | 0.11% | 0.76% | - |
| XYZ | 42.11 | 43.05 | 57.13 | - |
| YUV | 175.98 | 138.17 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 194 | 0.11 | 0.10 | 0 | 0.24 | 237.14 | 0.15 | 0.72 |
| Hex | AD | AE | C2 | B | A | 0 | 18 | ED | F | 48 |
| Octal | 255 | 256 | 302 | 13 | 12 | 0 | 30 | 355 | 17 | 110 |
| Binary | 10101101 | 10101110 | 11000010 | 1011 | 1010 | 0 | 11000 | 11101101 | 1111 | 1001000 |
Color Harmonies of #ADAEC2
Complementary color
Monochromatic Colors of #ADAEC2
Black with #ADAEC2
Text Example
Text Example
White with #ADAEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAEC2; }
p { color: rgb(173,174,194); }
H1.HeaderClassName
{
color: #ADAEC2;
}
.AnyTagClassName
{
color: #ADAEC2;
}
</style>
background-color css
<style>
a { background-color: #ADAEC2; }
a { background-color: rgb(173,174,194); }
div.DivClassName
{
background-color: #ADAEC2;
}
.BgClassName
{
background-color: #ADAEC2;
}
</style>
border-color css
<style>
span { border-color: #ADAEC2; }
span { border-color: rgb(173,174,194); }
td.TdClassName
{
border-color: #ADAEC2;
}
.TagClassName
{
border-color: #ADAEC2;
}
</style>