Shades of Echo Blue #9FACCE
Tints of Echo Blue #9FACCE
RGB
CMYK
RGB Variations
Color information
#9FACCE (or 0x9FACCE) is known color: Echo Blue. HEX triplet: 9F, AC and CE. RGB value is (159,172,206). Sum of RGB (Red+Green+Blue) = 159+172+206=537 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.61% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 206 - color contains mainly: blue. Hex color #9FACCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FACCE is #605331. Grayscale: #ABABAB. Windows color (decimal): -6312754 or 13544607. OLE color: 13544607.
HSL color Cylindrical-coordinate representation of color #9FACCE: hue angle of 223.4º 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 #9FACCE is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 172 | 206 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.19 |
| HSL | 223.4º | 0.32% | 0.72% | - |
| HSV(B) | 223.4º | 0.23% | 0.81% | - |
| XYZ | 40.19 | 41.33 | 64.25 | - |
| YUV | 171.99 | 147.19 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 172 | 206 | 0.23 | 0.17 | 0 | 0.19 | 223.4 | 0.32 | 0.72 |
| Hex | 9F | AC | CE | 17 | 11 | 0 | 13 | DF | 20 | 48 |
| Octal | 237 | 254 | 316 | 27 | 21 | 0 | 23 | 337 | 40 | 110 |
| Binary | 10011111 | 10101100 | 11001110 | 10111 | 10001 | 0 | 10011 | 11011111 | 100000 | 1001000 |
Color Harmonies of #9FACCE
Complementary color
Monochromatic Colors of #9FACCE
Black with #9FACCE
Text Example
Text Example
White with #9FACCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FACCE; }
p { color: rgb(159,172,206); }
H1.HeaderClassName
{
color: #9FACCE;
}
.AnyTagClassName
{
color: #9FACCE;
}
</style>
background-color css
<style>
a { background-color: #9FACCE; }
a { background-color: rgb(159,172,206); }
div.DivClassName
{
background-color: #9FACCE;
}
.BgClassName
{
background-color: #9FACCE;
}
</style>
border-color css
<style>
span { border-color: #9FACCE; }
span { border-color: rgb(159,172,206); }
td.TdClassName
{
border-color: #9FACCE;
}
.TagClassName
{
border-color: #9FACCE;
}
</style>