Shades of Echo Blue #A8ADCD
Tints of Echo Blue #A8ADCD
RGB
CMYK
RGB Variations
Color information
#A8ADCD (or 0xA8ADCD) is known color: Echo Blue. HEX triplet: A8, AD and CD. RGB value is (168,173,205). Sum of RGB (Red+Green+Blue) = 168+173+205=546 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.77% from 546); Green value is 173 (67.97% from 255 or 31.68% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 205 - color contains mainly: blue. Hex color #A8ADCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ADCD is #575232. Grayscale: #AFAFAF. Windows color (decimal): -5722675 or 13479336. OLE color: 13479336.
HSL color Cylindrical-coordinate representation of color #A8ADCD: hue angle of 231.89º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8ADCD is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 173 | 205 | - |
| CMYK | 0.18 | 0.16 | 0 | 0.20 |
| HSL | 231.89º | 0.27% | 0.73% | - |
| HSV(B) | 231.89º | 0.18% | 0.8% | - |
| XYZ | 42.11 | 42.62 | 63.76 | - |
| YUV | 175.15 | 144.84 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 173 | 205 | 0.18 | 0.16 | 0 | 0.20 | 231.89 | 0.27 | 0.73 |
| Hex | A8 | AD | CD | 12 | 10 | 0 | 14 | E8 | 1B | 49 |
| Octal | 250 | 255 | 315 | 22 | 20 | 0 | 24 | 350 | 33 | 111 |
| Binary | 10101000 | 10101101 | 11001101 | 10010 | 10000 | 0 | 10100 | 11101000 | 11011 | 1001001 |
Color Harmonies of #A8ADCD
Complementary color
Monochromatic Colors of #A8ADCD
Black with #A8ADCD
Text Example
Text Example
White with #A8ADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ADCD; }
p { color: rgb(168,173,205); }
H1.HeaderClassName
{
color: #A8ADCD;
}
.AnyTagClassName
{
color: #A8ADCD;
}
</style>
background-color css
<style>
a { background-color: #A8ADCD; }
a { background-color: rgb(168,173,205); }
div.DivClassName
{
background-color: #A8ADCD;
}
.BgClassName
{
background-color: #A8ADCD;
}
</style>
border-color css
<style>
span { border-color: #A8ADCD; }
span { border-color: rgb(168,173,205); }
td.TdClassName
{
border-color: #A8ADCD;
}
.TagClassName
{
border-color: #A8ADCD;
}
</style>