Shades of Echo Blue #9FAADD
Tints of Echo Blue #9FAADD
RGB
CMYK
RGB Variations
Color information
#9FAADD (or 0x9FAADD) is known color: Echo Blue. HEX triplet: 9F, AA and DD. RGB value is (159,170,221). Sum of RGB (Red+Green+Blue) = 159+170+221=550 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.91% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #9FAADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAADD is #605522. Grayscale: #ACACAC. Windows color (decimal): -6313251 or 14527135. OLE color: 14527135.
HSL color Cylindrical-coordinate representation of color #9FAADD: hue angle of 229.35º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FAADD is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 170 | 221 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.13 |
| HSL | 229.35º | 0.48% | 0.75% | - |
| HSV(B) | 229.35º | 0.28% | 0.87% | - |
| XYZ | 41.72 | 41.34 | 74.19 | - |
| YUV | 172.53 | 155.36 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 221 | 0.28 | 0.23 | 0 | 0.13 | 229.35 | 0.48 | 0.75 |
| Hex | 9F | AA | DD | 1C | 17 | 0 | D | E5 | 30 | 4B |
| Octal | 237 | 252 | 335 | 34 | 27 | 0 | 15 | 345 | 60 | 113 |
| Binary | 10011111 | 10101010 | 11011101 | 11100 | 10111 | 0 | 1101 | 11100101 | 110000 | 1001011 |
Color Harmonies of #9FAADD
Complementary color
Monochromatic Colors of #9FAADD
Black with #9FAADD
Text Example
Text Example
White with #9FAADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAADD; }
p { color: rgb(159,170,221); }
H1.HeaderClassName
{
color: #9FAADD;
}
.AnyTagClassName
{
color: #9FAADD;
}
</style>
background-color css
<style>
a { background-color: #9FAADD; }
a { background-color: rgb(159,170,221); }
div.DivClassName
{
background-color: #9FAADD;
}
.BgClassName
{
background-color: #9FAADD;
}
</style>
border-color css
<style>
span { border-color: #9FAADD; }
span { border-color: rgb(159,170,221); }
td.TdClassName
{
border-color: #9FAADD;
}
.TagClassName
{
border-color: #9FAADD;
}
</style>