Shades of Echo Blue #9FAECD
Tints of Echo Blue #9FAECD
RGB
CMYK
RGB Variations
Color information
#9FAECD (or 0x9FAECD) is known color: Echo Blue. HEX triplet: 9F, AE and CD. RGB value is (159,174,205). Sum of RGB (Red+Green+Blue) = 159+174+205=538 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.55% from 538); Green value is 174 (68.36% from 255 or 32.34% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 205 - color contains mainly: blue. Hex color #9FAECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAECD is #605132. Grayscale: #ACACAC. Windows color (decimal): -6312243 or 13479583. OLE color: 13479583.
HSL color Cylindrical-coordinate representation of color #9FAECD: hue angle of 220.43º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FAECD is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 174 | 205 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.20 |
| HSL | 220.43º | 0.32% | 0.71% | - |
| HSV(B) | 220.43º | 0.22% | 0.8% | - |
| XYZ | 40.45 | 42.05 | 63.74 | - |
| YUV | 173.05 | 146.03 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 174 | 205 | 0.22 | 0.15 | 0 | 0.20 | 220.43 | 0.32 | 0.71 |
| Hex | 9F | AE | CD | 16 | F | 0 | 14 | DC | 20 | 47 |
| Octal | 237 | 256 | 315 | 26 | 17 | 0 | 24 | 334 | 40 | 107 |
| Binary | 10011111 | 10101110 | 11001101 | 10110 | 1111 | 0 | 10100 | 11011100 | 100000 | 1000111 |
Color Harmonies of #9FAECD
Complementary color
Monochromatic Colors of #9FAECD
Black with #9FAECD
Text Example
Text Example
White with #9FAECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAECD; }
p { color: rgb(159,174,205); }
H1.HeaderClassName
{
color: #9FAECD;
}
.AnyTagClassName
{
color: #9FAECD;
}
</style>
background-color css
<style>
a { background-color: #9FAECD; }
a { background-color: rgb(159,174,205); }
div.DivClassName
{
background-color: #9FAECD;
}
.BgClassName
{
background-color: #9FAECD;
}
</style>
border-color css
<style>
span { border-color: #9FAECD; }
span { border-color: rgb(159,174,205); }
td.TdClassName
{
border-color: #9FAECD;
}
.TagClassName
{
border-color: #9FAECD;
}
</style>