Shades of Echo Blue #A8ADCA
Tints of Echo Blue #A8ADCA
RGB
CMYK
RGB Variations
Color information
#A8ADCA (or 0xA8ADCA) is known color: Echo Blue. HEX triplet: A8, AD and CA. RGB value is (168,173,202). Sum of RGB (Red+Green+Blue) = 168+173+202=543 (71% of max value = 765). Red value is 168 (66.02% from 255 or 30.94% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 202 - color contains mainly: blue. Hex color #A8ADCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ADCA is #575235. Grayscale: #AEAEAE. Windows color (decimal): -5722678 or 13282728. OLE color: 13282728.
HSL color Cylindrical-coordinate representation of color #A8ADCA: hue angle of 231.18º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8ADCA is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 173 | 202 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.21 |
| HSL | 231.18º | 0.24% | 0.73% | - |
| HSV(B) | 231.18º | 0.17% | 0.79% | - |
| XYZ | 41.75 | 42.48 | 61.88 | - |
| YUV | 174.81 | 143.34 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 173 | 202 | 0.17 | 0.14 | 0 | 0.21 | 231.18 | 0.24 | 0.73 |
| Hex | A8 | AD | CA | 11 | E | 0 | 15 | E7 | 18 | 49 |
| Octal | 250 | 255 | 312 | 21 | 16 | 0 | 25 | 347 | 30 | 111 |
| Binary | 10101000 | 10101101 | 11001010 | 10001 | 1110 | 0 | 10101 | 11100111 | 11000 | 1001001 |
Color Harmonies of #A8ADCA
Complementary color
Monochromatic Colors of #A8ADCA
Black with #A8ADCA
Text Example
Text Example
White with #A8ADCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ADCA; }
p { color: rgb(168,173,202); }
H1.HeaderClassName
{
color: #A8ADCA;
}
.AnyTagClassName
{
color: #A8ADCA;
}
</style>
background-color css
<style>
a { background-color: #A8ADCA; }
a { background-color: rgb(168,173,202); }
div.DivClassName
{
background-color: #A8ADCA;
}
.BgClassName
{
background-color: #A8ADCA;
}
</style>
border-color css
<style>
span { border-color: #A8ADCA; }
span { border-color: rgb(168,173,202); }
td.TdClassName
{
border-color: #A8ADCA;
}
.TagClassName
{
border-color: #A8ADCA;
}
</style>