Shades of Echo Blue #ADAEC1
Tints of Echo Blue #ADAEC1
RGB
CMYK
RGB Variations
Color information
#ADAEC1 (or 0xADAEC1) is known color: Echo Blue. HEX triplet: AD, AE and C1. RGB value is (173,174,193). Sum of RGB (Red+Green+Blue) = 173+174+193=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 174 (68.36% from 255 or 32.22% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 193 - color contains mainly: blue. Hex color #ADAEC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAEC1 is #52513E. Grayscale: #AFAFAF. Windows color (decimal): -5394751 or 12693165. OLE color: 12693165.
HSL color Cylindrical-coordinate representation of color #ADAEC1: hue angle of 237º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADAEC1 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 174 | 193 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.24 |
| HSL | 237º | 0.14% | 0.72% | - |
| HSV(B) | 237º | 0.1% | 0.76% | - |
| XYZ | 42 | 43.01 | 56.54 | - |
| YUV | 175.87 | 137.67 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 193 | 0.10 | 0.10 | 0 | 0.24 | 237 | 0.14 | 0.72 |
| Hex | AD | AE | C1 | A | A | 0 | 18 | ED | E | 48 |
| Octal | 255 | 256 | 301 | 12 | 12 | 0 | 30 | 355 | 16 | 110 |
| Binary | 10101101 | 10101110 | 11000001 | 1010 | 1010 | 0 | 11000 | 11101101 | 1110 | 1001000 |
Color Harmonies of #ADAEC1
Complementary color
Monochromatic Colors of #ADAEC1
Black with #ADAEC1
Text Example
Text Example
White with #ADAEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAEC1; }
p { color: rgb(173,174,193); }
H1.HeaderClassName
{
color: #ADAEC1;
}
.AnyTagClassName
{
color: #ADAEC1;
}
</style>
background-color css
<style>
a { background-color: #ADAEC1; }
a { background-color: rgb(173,174,193); }
div.DivClassName
{
background-color: #ADAEC1;
}
.BgClassName
{
background-color: #ADAEC1;
}
</style>
border-color css
<style>
span { border-color: #ADAEC1; }
span { border-color: rgb(173,174,193); }
td.TdClassName
{
border-color: #ADAEC1;
}
.TagClassName
{
border-color: #ADAEC1;
}
</style>