Shades of Echo Blue #A9B3D5
Tints of Echo Blue #A9B3D5
RGB
CMYK
RGB Variations
Color information
#A9B3D5 (or 0xA9B3D5) is known color: Echo Blue. HEX triplet: A9, B3 and D5. RGB value is (169,179,213). Sum of RGB (Red+Green+Blue) = 169+179+213=561 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.12% from 561); Green value is 179 (70.31% from 255 or 31.91% from 561); Blue value is 213 (83.59% from 255 or 37.97% from 561); Max value from RGB is 213 - color contains mainly: blue. Hex color #A9B3D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9B3D5 is #564C2A. Grayscale: #B3B3B3. Windows color (decimal): -5655595 or 14005161. OLE color: 14005161.
HSL color Cylindrical-coordinate representation of color #A9B3D5: hue angle of 226.36º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A9B3D5 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 179 | 213 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.16 |
| HSL | 226.36º | 0.34% | 0.75% | - |
| HSV(B) | 226.36º | 0.21% | 0.84% | - |
| XYZ | 44.49 | 45.48 | 69.38 | - |
| YUV | 179.89 | 146.69 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 179 | 213 | 0.21 | 0.16 | 0 | 0.16 | 226.36 | 0.34 | 0.75 |
| Hex | A9 | B3 | D5 | 15 | 10 | 0 | 10 | E2 | 22 | 4B |
| Octal | 251 | 263 | 325 | 25 | 20 | 0 | 20 | 342 | 42 | 113 |
| Binary | 10101001 | 10110011 | 11010101 | 10101 | 10000 | 0 | 10000 | 11100010 | 100010 | 1001011 |
Color Harmonies of #A9B3D5
Complementary color
Monochromatic Colors of #A9B3D5
Black with #A9B3D5
Text Example
Text Example
White with #A9B3D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B3D5; }
p { color: rgb(169,179,213); }
H1.HeaderClassName
{
color: #A9B3D5;
}
.AnyTagClassName
{
color: #A9B3D5;
}
</style>
background-color css
<style>
a { background-color: #A9B3D5; }
a { background-color: rgb(169,179,213); }
div.DivClassName
{
background-color: #A9B3D5;
}
.BgClassName
{
background-color: #A9B3D5;
}
</style>
border-color css
<style>
span { border-color: #A9B3D5; }
span { border-color: rgb(169,179,213); }
td.TdClassName
{
border-color: #A9B3D5;
}
.TagClassName
{
border-color: #A9B3D5;
}
</style>