Shades of Echo Blue #9FA9DF
Tints of Echo Blue #9FA9DF
RGB
CMYK
RGB Variations
Color information
#9FA9DF (or 0x9FA9DF) is known color: Echo Blue. HEX triplet: 9F, A9 and DF. RGB value is (159,169,223). Sum of RGB (Red+Green+Blue) = 159+169+223=551 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.86% from 551); Green value is 169 (66.41% from 255 or 30.67% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #9FA9DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA9DF is #605620. Grayscale: #ABABAB. Windows color (decimal): -6313505 or 14657951. OLE color: 14657951.
HSL color Cylindrical-coordinate representation of color #9FA9DF: hue angle of 230.62º 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 #9FA9DF is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 169 | 223 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.13 |
| HSL | 230.63º | 0.5% | 0.75% | - |
| HSV(B) | 230.63º | 0.29% | 0.87% | - |
| XYZ | 41.81 | 41.07 | 75.54 | - |
| YUV | 172.17 | 156.69 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 169 | 223 | 0.29 | 0.24 | 0 | 0.13 | 230.63 | 0.5 | 0.75 |
| Hex | 9F | A9 | DF | 1D | 18 | 0 | D | E7 | 32 | 4B |
| Octal | 237 | 251 | 337 | 35 | 30 | 0 | 15 | 347 | 62 | 113 |
| Binary | 10011111 | 10101001 | 11011111 | 11101 | 11000 | 0 | 1101 | 11100111 | 110010 | 1001011 |
Color Harmonies of #9FA9DF
Complementary color
Monochromatic Colors of #9FA9DF
Black with #9FA9DF
Text Example
Text Example
White with #9FA9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA9DF; }
p { color: rgb(159,169,223); }
H1.HeaderClassName
{
color: #9FA9DF;
}
.AnyTagClassName
{
color: #9FA9DF;
}
</style>
background-color css
<style>
a { background-color: #9FA9DF; }
a { background-color: rgb(159,169,223); }
div.DivClassName
{
background-color: #9FA9DF;
}
.BgClassName
{
background-color: #9FA9DF;
}
</style>
border-color css
<style>
span { border-color: #9FA9DF; }
span { border-color: rgb(159,169,223); }
td.TdClassName
{
border-color: #9FA9DF;
}
.TagClassName
{
border-color: #9FA9DF;
}
</style>