Shades of Echo Blue #9FAADF
Tints of Echo Blue #9FAADF
RGB
CMYK
RGB Variations
Color information
#9FAADF (or 0x9FAADF) is known color: Echo Blue. HEX triplet: 9F, AA and DF. RGB value is (159,170,223). Sum of RGB (Red+Green+Blue) = 159+170+223=552 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.80% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #9FAADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAADF is #605520. Grayscale: #ACACAC. Windows color (decimal): -6313249 or 14658207. OLE color: 14658207.
HSL color Cylindrical-coordinate representation of color #9FAADF: hue angle of 229.69º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FAADF is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 170 | 223 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.13 |
| HSL | 229.69º | 0.5% | 0.75% | - |
| HSV(B) | 229.69º | 0.29% | 0.87% | - |
| XYZ | 41.99 | 41.45 | 75.6 | - |
| YUV | 172.75 | 156.36 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 223 | 0.29 | 0.24 | 0 | 0.13 | 229.69 | 0.5 | 0.75 |
| Hex | 9F | AA | DF | 1D | 18 | 0 | D | E6 | 32 | 4B |
| Octal | 237 | 252 | 337 | 35 | 30 | 0 | 15 | 346 | 62 | 113 |
| Binary | 10011111 | 10101010 | 11011111 | 11101 | 11000 | 0 | 1101 | 11100110 | 110010 | 1001011 |
Color Harmonies of #9FAADF
Complementary color
Monochromatic Colors of #9FAADF
Black with #9FAADF
Text Example
Text Example
White with #9FAADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAADF; }
p { color: rgb(159,170,223); }
H1.HeaderClassName
{
color: #9FAADF;
}
.AnyTagClassName
{
color: #9FAADF;
}
</style>
background-color css
<style>
a { background-color: #9FAADF; }
a { background-color: rgb(159,170,223); }
div.DivClassName
{
background-color: #9FAADF;
}
.BgClassName
{
background-color: #9FAADF;
}
</style>
border-color css
<style>
span { border-color: #9FAADF; }
span { border-color: rgb(159,170,223); }
td.TdClassName
{
border-color: #9FAADF;
}
.TagClassName
{
border-color: #9FAADF;
}
</style>