Shades of Echo Blue #A8ADC1
Tints of Echo Blue #A8ADC1
RGB
CMYK
RGB Variations
Color information
#A8ADC1 (or 0xA8ADC1) is known color: Echo Blue. HEX triplet: A8, AD and C1. RGB value is (168,173,193). Sum of RGB (Red+Green+Blue) = 168+173+193=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 173 (67.97% from 255 or 32.40% from 534); Blue value is 193 (75.78% from 255 or 36.14% from 534); Max value from RGB is 193 - color contains mainly: blue. Hex color #A8ADC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ADC1 is #57523E. Grayscale: #ADADAD. Windows color (decimal): -5722687 or 12692904. OLE color: 12692904.
HSL color Cylindrical-coordinate representation of color #A8ADC1: hue angle of 228º degrees, saturation: 0.17, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A8ADC1 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 173 | 193 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.24 |
| HSL | 228º | 0.17% | 0.71% | - |
| HSV(B) | 228º | 0.13% | 0.76% | - |
| XYZ | 40.72 | 42.06 | 56.42 | - |
| YUV | 173.79 | 138.84 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 173 | 193 | 0.13 | 0.10 | 0 | 0.24 | 228 | 0.17 | 0.71 |
| Hex | A8 | AD | C1 | D | A | 0 | 18 | E4 | 11 | 47 |
| Octal | 250 | 255 | 301 | 15 | 12 | 0 | 30 | 344 | 21 | 107 |
| Binary | 10101000 | 10101101 | 11000001 | 1101 | 1010 | 0 | 11000 | 11100100 | 10001 | 1000111 |
Color Harmonies of #A8ADC1
Complementary color
Monochromatic Colors of #A8ADC1
Black with #A8ADC1
Text Example
Text Example
White with #A8ADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ADC1; }
p { color: rgb(168,173,193); }
H1.HeaderClassName
{
color: #A8ADC1;
}
.AnyTagClassName
{
color: #A8ADC1;
}
</style>
background-color css
<style>
a { background-color: #A8ADC1; }
a { background-color: rgb(168,173,193); }
div.DivClassName
{
background-color: #A8ADC1;
}
.BgClassName
{
background-color: #A8ADC1;
}
</style>
border-color css
<style>
span { border-color: #A8ADC1; }
span { border-color: rgb(168,173,193); }
td.TdClassName
{
border-color: #A8ADC1;
}
.TagClassName
{
border-color: #A8ADC1;
}
</style>