Shades of Echo Blue #9FA8CE
Tints of Echo Blue #9FA8CE
RGB
CMYK
RGB Variations
Color information
#9FA8CE (or 0x9FA8CE) is known color: Echo Blue. HEX triplet: 9F, A8 and CE. RGB value is (159,168,206). Sum of RGB (Red+Green+Blue) = 159+168+206=533 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.83% from 533); Green value is 168 (66.02% from 255 or 31.52% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #9FA8CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA8CE is #605731. Grayscale: #A9A9A9. Windows color (decimal): -6313778 or 13543583. OLE color: 13543583.
HSL color Cylindrical-coordinate representation of color #9FA8CE: hue angle of 228.51º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FA8CE is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 168 | 206 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.19 |
| HSL | 228.51º | 0.32% | 0.72% | - |
| HSV(B) | 228.51º | 0.23% | 0.81% | - |
| XYZ | 39.44 | 39.83 | 64 | - |
| YUV | 169.64 | 148.52 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 168 | 206 | 0.23 | 0.18 | 0 | 0.19 | 228.51 | 0.32 | 0.72 |
| Hex | 9F | A8 | CE | 17 | 12 | 0 | 13 | E5 | 20 | 48 |
| Octal | 237 | 250 | 316 | 27 | 22 | 0 | 23 | 345 | 40 | 110 |
| Binary | 10011111 | 10101000 | 11001110 | 10111 | 10010 | 0 | 10011 | 11100101 | 100000 | 1001000 |
Color Harmonies of #9FA8CE
Complementary color
Monochromatic Colors of #9FA8CE
Black with #9FA8CE
Text Example
Text Example
White with #9FA8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA8CE; }
p { color: rgb(159,168,206); }
H1.HeaderClassName
{
color: #9FA8CE;
}
.AnyTagClassName
{
color: #9FA8CE;
}
</style>
background-color css
<style>
a { background-color: #9FA8CE; }
a { background-color: rgb(159,168,206); }
div.DivClassName
{
background-color: #9FA8CE;
}
.BgClassName
{
background-color: #9FA8CE;
}
</style>
border-color css
<style>
span { border-color: #9FA8CE; }
span { border-color: rgb(159,168,206); }
td.TdClassName
{
border-color: #9FA8CE;
}
.TagClassName
{
border-color: #9FA8CE;
}
</style>