Shades of Echo Blue #9FAACE
Tints of Echo Blue #9FAACE
RGB
CMYK
RGB Variations
Color information
#9FAACE (or 0x9FAACE) is known color: Echo Blue. HEX triplet: 9F, AA and CE. RGB value is (159,170,206). Sum of RGB (Red+Green+Blue) = 159+170+206=535 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.72% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #9FAACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAACE is #605531. Grayscale: #AAAAAA. Windows color (decimal): -6313266 or 13544095. OLE color: 13544095.
HSL color Cylindrical-coordinate representation of color #9FAACE: hue angle of 225.96º 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 #9FAACE is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 170 | 206 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.19 |
| HSL | 225.96º | 0.32% | 0.72% | - |
| HSV(B) | 225.96º | 0.23% | 0.81% | - |
| XYZ | 39.81 | 40.58 | 64.13 | - |
| YUV | 170.82 | 147.86 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 206 | 0.23 | 0.17 | 0 | 0.19 | 225.96 | 0.32 | 0.72 |
| Hex | 9F | AA | CE | 17 | 11 | 0 | 13 | E2 | 20 | 48 |
| Octal | 237 | 252 | 316 | 27 | 21 | 0 | 23 | 342 | 40 | 110 |
| Binary | 10011111 | 10101010 | 11001110 | 10111 | 10001 | 0 | 10011 | 11100010 | 100000 | 1001000 |
Color Harmonies of #9FAACE
Complementary color
Monochromatic Colors of #9FAACE
Black with #9FAACE
Text Example
Text Example
White with #9FAACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAACE; }
p { color: rgb(159,170,206); }
H1.HeaderClassName
{
color: #9FAACE;
}
.AnyTagClassName
{
color: #9FAACE;
}
</style>
background-color css
<style>
a { background-color: #9FAACE; }
a { background-color: rgb(159,170,206); }
div.DivClassName
{
background-color: #9FAACE;
}
.BgClassName
{
background-color: #9FAACE;
}
</style>
border-color css
<style>
span { border-color: #9FAACE; }
span { border-color: rgb(159,170,206); }
td.TdClassName
{
border-color: #9FAACE;
}
.TagClassName
{
border-color: #9FAACE;
}
</style>