Shades of Echo Blue #9FA6CE
Tints of Echo Blue #9FA6CE
RGB
CMYK
RGB Variations
Color information
#9FA6CE (or 0x9FA6CE) is known color: Echo Blue. HEX triplet: 9F, A6 and CE. RGB value is (159,166,206). Sum of RGB (Red+Green+Blue) = 159+166+206=531 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.94% from 531); Green value is 166 (65.23% from 255 or 31.26% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 206 - color contains mainly: blue. Hex color #9FA6CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA6CE is #605931. Grayscale: #A8A8A8. Windows color (decimal): -6314290 or 13543071. OLE color: 13543071.
HSL color Cylindrical-coordinate representation of color #9FA6CE: hue angle of 231.06º 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 #9FA6CE is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 166 | 206 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.19 |
| HSL | 231.06º | 0.32% | 0.72% | - |
| HSV(B) | 231.06º | 0.23% | 0.81% | - |
| XYZ | 39.07 | 39.1 | 63.88 | - |
| YUV | 168.47 | 149.18 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 166 | 206 | 0.23 | 0.19 | 0 | 0.19 | 231.06 | 0.32 | 0.72 |
| Hex | 9F | A6 | CE | 17 | 13 | 0 | 13 | E7 | 20 | 48 |
| Octal | 237 | 246 | 316 | 27 | 23 | 0 | 23 | 347 | 40 | 110 |
| Binary | 10011111 | 10100110 | 11001110 | 10111 | 10011 | 0 | 10011 | 11100111 | 100000 | 1001000 |
Color Harmonies of #9FA6CE
Complementary color
Monochromatic Colors of #9FA6CE
Black with #9FA6CE
Text Example
Text Example
White with #9FA6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA6CE; }
p { color: rgb(159,166,206); }
H1.HeaderClassName
{
color: #9FA6CE;
}
.AnyTagClassName
{
color: #9FA6CE;
}
</style>
background-color css
<style>
a { background-color: #9FA6CE; }
a { background-color: rgb(159,166,206); }
div.DivClassName
{
background-color: #9FA6CE;
}
.BgClassName
{
background-color: #9FA6CE;
}
</style>
border-color css
<style>
span { border-color: #9FA6CE; }
span { border-color: rgb(159,166,206); }
td.TdClassName
{
border-color: #9FA6CE;
}
.TagClassName
{
border-color: #9FA6CE;
}
</style>