Shades of Echo Blue #9FAFDD
Tints of Echo Blue #9FAFDD
RGB
CMYK
RGB Variations
Color information
#9FAFDD (or 0x9FAFDD) is known color: Echo Blue. HEX triplet: 9F, AF and DD. RGB value is (159,175,221). Sum of RGB (Red+Green+Blue) = 159+175+221=555 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.65% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #9FAFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAFDD is #605022. Grayscale: #AFAFAF. Windows color (decimal): -6311971 or 14528415. OLE color: 14528415.
HSL color Cylindrical-coordinate representation of color #9FAFDD: hue angle of 224.52º degrees, saturation: 0.48, 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 #9FAFDD is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 175 | 221 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.13 |
| HSL | 224.52º | 0.48% | 0.75% | - |
| HSV(B) | 224.52º | 0.28% | 0.87% | - |
| XYZ | 42.68 | 43.25 | 74.51 | - |
| YUV | 175.46 | 153.7 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 175 | 221 | 0.28 | 0.21 | 0 | 0.13 | 224.52 | 0.48 | 0.75 |
| Hex | 9F | AF | DD | 1C | 15 | 0 | D | E1 | 30 | 4B |
| Octal | 237 | 257 | 335 | 34 | 25 | 0 | 15 | 341 | 60 | 113 |
| Binary | 10011111 | 10101111 | 11011101 | 11100 | 10101 | 0 | 1101 | 11100001 | 110000 | 1001011 |
Color Harmonies of #9FAFDD
Complementary color
Monochromatic Colors of #9FAFDD
Black with #9FAFDD
Text Example
Text Example
White with #9FAFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAFDD; }
p { color: rgb(159,175,221); }
H1.HeaderClassName
{
color: #9FAFDD;
}
.AnyTagClassName
{
color: #9FAFDD;
}
</style>
background-color css
<style>
a { background-color: #9FAFDD; }
a { background-color: rgb(159,175,221); }
div.DivClassName
{
background-color: #9FAFDD;
}
.BgClassName
{
background-color: #9FAFDD;
}
</style>
border-color css
<style>
span { border-color: #9FAFDD; }
span { border-color: rgb(159,175,221); }
td.TdClassName
{
border-color: #9FAFDD;
}
.TagClassName
{
border-color: #9FAFDD;
}
</style>