Shades of Echo Blue #9FAFDB
Tints of Echo Blue #9FAFDB
RGB
CMYK
RGB Variations
Color information
#9FAFDB (or 0x9FAFDB) is known color: Echo Blue. HEX triplet: 9F, AF and DB. RGB value is (159,175,219). Sum of RGB (Red+Green+Blue) = 159+175+219=553 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.75% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #9FAFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAFDB is #605024. Grayscale: #AFAFAF. Windows color (decimal): -6311973 or 14397343. OLE color: 14397343.
HSL color Cylindrical-coordinate representation of color #9FAFDB: hue angle of 224º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FAFDB is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 175 | 219 | - |
| CMYK | 0.27 | 0.20 | 0 | 0.14 |
| HSL | 224º | 0.45% | 0.74% | - |
| HSV(B) | 224º | 0.27% | 0.86% | - |
| XYZ | 42.41 | 43.15 | 73.11 | - |
| YUV | 175.23 | 152.7 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 175 | 219 | 0.27 | 0.20 | 0 | 0.14 | 224 | 0.45 | 0.74 |
| Hex | 9F | AF | DB | 1B | 14 | 0 | E | E0 | 2D | 4A |
| Octal | 237 | 257 | 333 | 33 | 24 | 0 | 16 | 340 | 55 | 112 |
| Binary | 10011111 | 10101111 | 11011011 | 11011 | 10100 | 0 | 1110 | 11100000 | 101101 | 1001010 |
Color Harmonies of #9FAFDB
Complementary color
Monochromatic Colors of #9FAFDB
Black with #9FAFDB
Text Example
Text Example
White with #9FAFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAFDB; }
p { color: rgb(159,175,219); }
H1.HeaderClassName
{
color: #9FAFDB;
}
.AnyTagClassName
{
color: #9FAFDB;
}
</style>
background-color css
<style>
a { background-color: #9FAFDB; }
a { background-color: rgb(159,175,219); }
div.DivClassName
{
background-color: #9FAFDB;
}
.BgClassName
{
background-color: #9FAFDB;
}
</style>
border-color css
<style>
span { border-color: #9FAFDB; }
span { border-color: rgb(159,175,219); }
td.TdClassName
{
border-color: #9FAFDB;
}
.TagClassName
{
border-color: #9FAFDB;
}
</style>