Shades of Echo Blue #9FAFCD
Tints of Echo Blue #9FAFCD
RGB
CMYK
RGB Variations
Color information
#9FAFCD (or 0x9FAFCD) is known color: Echo Blue. HEX triplet: 9F, AF and CD. RGB value is (159,175,205). Sum of RGB (Red+Green+Blue) = 159+175+205=539 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.50% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 205 - color contains mainly: blue. Hex color #9FAFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAFCD is #605032. Grayscale: #ADADAD. Windows color (decimal): -6311987 or 13479839. OLE color: 13479839.
HSL color Cylindrical-coordinate representation of color #9FAFCD: hue angle of 219.13º 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 #9FAFCD is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 175 | 205 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.20 |
| HSL | 219.13º | 0.32% | 0.71% | - |
| HSV(B) | 219.13º | 0.22% | 0.8% | - |
| XYZ | 40.65 | 42.44 | 63.81 | - |
| YUV | 173.64 | 145.7 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 175 | 205 | 0.22 | 0.15 | 0 | 0.20 | 219.13 | 0.32 | 0.71 |
| Hex | 9F | AF | CD | 16 | F | 0 | 14 | DB | 20 | 47 |
| Octal | 237 | 257 | 315 | 26 | 17 | 0 | 24 | 333 | 40 | 107 |
| Binary | 10011111 | 10101111 | 11001101 | 10110 | 1111 | 0 | 10100 | 11011011 | 100000 | 1000111 |
Color Harmonies of #9FAFCD
Complementary color
Monochromatic Colors of #9FAFCD
Black with #9FAFCD
Text Example
Text Example
White with #9FAFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAFCD; }
p { color: rgb(159,175,205); }
H1.HeaderClassName
{
color: #9FAFCD;
}
.AnyTagClassName
{
color: #9FAFCD;
}
</style>
background-color css
<style>
a { background-color: #9FAFCD; }
a { background-color: rgb(159,175,205); }
div.DivClassName
{
background-color: #9FAFCD;
}
.BgClassName
{
background-color: #9FAFCD;
}
</style>
border-color css
<style>
span { border-color: #9FAFCD; }
span { border-color: rgb(159,175,205); }
td.TdClassName
{
border-color: #9FAFCD;
}
.TagClassName
{
border-color: #9FAFCD;
}
</style>