Shades of Echo Blue #A8ADC9
Tints of Echo Blue #A8ADC9
RGB
CMYK
RGB Variations
Color information
#A8ADC9 (or 0xA8ADC9) is known color: Echo Blue. HEX triplet: A8, AD and C9. RGB value is (168,173,201). Sum of RGB (Red+Green+Blue) = 168+173+201=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 201 (78.91% from 255 or 37.08% from 542); Max value from RGB is 201 - color contains mainly: blue. Hex color #A8ADC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ADC9 is #575236. Grayscale: #AEAEAE. Windows color (decimal): -5722679 or 13217192. OLE color: 13217192.
HSL color Cylindrical-coordinate representation of color #A8ADC9: hue angle of 230.91º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A8ADC9 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 173 | 201 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.21 |
| HSL | 230.91º | 0.23% | 0.72% | - |
| HSV(B) | 230.91º | 0.16% | 0.79% | - |
| XYZ | 41.63 | 42.43 | 61.25 | - |
| YUV | 174.7 | 142.84 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 173 | 201 | 0.16 | 0.14 | 0 | 0.21 | 230.91 | 0.23 | 0.72 |
| Hex | A8 | AD | C9 | 10 | E | 0 | 15 | E7 | 17 | 48 |
| Octal | 250 | 255 | 311 | 20 | 16 | 0 | 25 | 347 | 27 | 110 |
| Binary | 10101000 | 10101101 | 11001001 | 10000 | 1110 | 0 | 10101 | 11100111 | 10111 | 1001000 |
Color Harmonies of #A8ADC9
Complementary color
Monochromatic Colors of #A8ADC9
Black with #A8ADC9
Text Example
Text Example
White with #A8ADC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ADC9; }
p { color: rgb(168,173,201); }
H1.HeaderClassName
{
color: #A8ADC9;
}
.AnyTagClassName
{
color: #A8ADC9;
}
</style>
background-color css
<style>
a { background-color: #A8ADC9; }
a { background-color: rgb(168,173,201); }
div.DivClassName
{
background-color: #A8ADC9;
}
.BgClassName
{
background-color: #A8ADC9;
}
</style>
border-color css
<style>
span { border-color: #A8ADC9; }
span { border-color: rgb(168,173,201); }
td.TdClassName
{
border-color: #A8ADC9;
}
.TagClassName
{
border-color: #A8ADC9;
}
</style>