Shades of Echo Blue #9FAECE
Tints of Echo Blue #9FAECE
RGB
CMYK
RGB Variations
Color information
#9FAECE (or 0x9FAECE) is known color: Echo Blue. HEX triplet: 9F, AE and CE. RGB value is (159,174,206). Sum of RGB (Red+Green+Blue) = 159+174+206=539 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.50% from 539); Green value is 174 (68.36% from 255 or 32.28% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 206 - color contains mainly: blue. Hex color #9FAECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAECE is #605131. Grayscale: #ADADAD. Windows color (decimal): -6312242 or 13545119. OLE color: 13545119.
HSL color Cylindrical-coordinate representation of color #9FAECE: hue angle of 220.85º 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 #9FAECE is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 174 | 206 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.19 |
| HSL | 220.85º | 0.32% | 0.72% | - |
| HSV(B) | 220.85º | 0.23% | 0.81% | - |
| XYZ | 40.57 | 42.1 | 64.38 | - |
| YUV | 173.16 | 146.53 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 174 | 206 | 0.23 | 0.16 | 0 | 0.19 | 220.85 | 0.32 | 0.72 |
| Hex | 9F | AE | CE | 17 | 10 | 0 | 13 | DD | 20 | 48 |
| Octal | 237 | 256 | 316 | 27 | 20 | 0 | 23 | 335 | 40 | 110 |
| Binary | 10011111 | 10101110 | 11001110 | 10111 | 10000 | 0 | 10011 | 11011101 | 100000 | 1001000 |
Color Harmonies of #9FAECE
Complementary color
Monochromatic Colors of #9FAECE
Black with #9FAECE
Text Example
Text Example
White with #9FAECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAECE; }
p { color: rgb(159,174,206); }
H1.HeaderClassName
{
color: #9FAECE;
}
.AnyTagClassName
{
color: #9FAECE;
}
</style>
background-color css
<style>
a { background-color: #9FAECE; }
a { background-color: rgb(159,174,206); }
div.DivClassName
{
background-color: #9FAECE;
}
.BgClassName
{
background-color: #9FAECE;
}
</style>
border-color css
<style>
span { border-color: #9FAECE; }
span { border-color: rgb(159,174,206); }
td.TdClassName
{
border-color: #9FAECE;
}
.TagClassName
{
border-color: #9FAECE;
}
</style>