Shades of Echo Blue #9FAEDE
Tints of Echo Blue #9FAEDE
RGB
CMYK
RGB Variations
Color information
#9FAEDE (or 0x9FAEDE) is known color: Echo Blue. HEX triplet: 9F, AE and DE. RGB value is (159,174,222). Sum of RGB (Red+Green+Blue) = 159+174+222=555 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.65% from 555); Green value is 174 (68.36% from 255 or 31.35% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #9FAEDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAEDE is #605121. Grayscale: #AEAEAE. Windows color (decimal): -6312226 or 14593695. OLE color: 14593695.
HSL color Cylindrical-coordinate representation of color #9FAEDE: hue angle of 225.71º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FAEDE is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 174 | 222 | - |
| CMYK | 0.28 | 0.22 | 0 | 0.13 |
| HSL | 225.71º | 0.49% | 0.75% | - |
| HSV(B) | 225.71º | 0.28% | 0.87% | - |
| XYZ | 42.62 | 42.92 | 75.14 | - |
| YUV | 174.99 | 154.53 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 174 | 222 | 0.28 | 0.22 | 0 | 0.13 | 225.71 | 0.49 | 0.75 |
| Hex | 9F | AE | DE | 1C | 16 | 0 | D | E2 | 31 | 4B |
| Octal | 237 | 256 | 336 | 34 | 26 | 0 | 15 | 342 | 61 | 113 |
| Binary | 10011111 | 10101110 | 11011110 | 11100 | 10110 | 0 | 1101 | 11100010 | 110001 | 1001011 |
Color Harmonies of #9FAEDE
Complementary color
Monochromatic Colors of #9FAEDE
Black with #9FAEDE
Text Example
Text Example
White with #9FAEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAEDE; }
p { color: rgb(159,174,222); }
H1.HeaderClassName
{
color: #9FAEDE;
}
.AnyTagClassName
{
color: #9FAEDE;
}
</style>
background-color css
<style>
a { background-color: #9FAEDE; }
a { background-color: rgb(159,174,222); }
div.DivClassName
{
background-color: #9FAEDE;
}
.BgClassName
{
background-color: #9FAEDE;
}
</style>
border-color css
<style>
span { border-color: #9FAEDE; }
span { border-color: rgb(159,174,222); }
td.TdClassName
{
border-color: #9FAEDE;
}
.TagClassName
{
border-color: #9FAEDE;
}
</style>