Shades of Echo Blue #9FB7D6
Tints of Echo Blue #9FB7D6
RGB
CMYK
RGB Variations
Color information
#9FB7D6 (or 0x9FB7D6) is known color: Echo Blue. HEX triplet: 9F, B7 and D6. RGB value is (159,183,214). Sum of RGB (Red+Green+Blue) = 159+183+214=556 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.60% from 556); Green value is 183 (71.88% from 255 or 32.91% from 556); Blue value is 214 (83.98% from 255 or 38.49% from 556); Max value from RGB is 214 - color contains mainly: blue. Hex color #9FB7D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FB7D6 is #604829. Grayscale: #B3B3B3. Windows color (decimal): -6309930 or 14071711. OLE color: 14071711.
HSL color Cylindrical-coordinate representation of color #9FB7D6: hue angle of 213.82º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9FB7D6 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 183 | 214 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.16 |
| HSL | 213.82º | 0.4% | 0.73% | - |
| HSV(B) | 213.82º | 0.26% | 0.84% | - |
| XYZ | 43.37 | 46.09 | 70.23 | - |
| YUV | 179.36 | 147.55 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 183 | 214 | 0.26 | 0.14 | 0 | 0.16 | 213.82 | 0.4 | 0.73 |
| Hex | 9F | B7 | D6 | 1A | E | 0 | 10 | D6 | 28 | 49 |
| Octal | 237 | 267 | 326 | 32 | 16 | 0 | 20 | 326 | 50 | 111 |
| Binary | 10011111 | 10110111 | 11010110 | 11010 | 1110 | 0 | 10000 | 11010110 | 101000 | 1001001 |
Color Harmonies of #9FB7D6
Complementary color
Monochromatic Colors of #9FB7D6
Black with #9FB7D6
Text Example
Text Example
White with #9FB7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB7D6; }
p { color: rgb(159,183,214); }
H1.HeaderClassName
{
color: #9FB7D6;
}
.AnyTagClassName
{
color: #9FB7D6;
}
</style>
background-color css
<style>
a { background-color: #9FB7D6; }
a { background-color: rgb(159,183,214); }
div.DivClassName
{
background-color: #9FB7D6;
}
.BgClassName
{
background-color: #9FB7D6;
}
</style>
border-color css
<style>
span { border-color: #9FB7D6; }
span { border-color: rgb(159,183,214); }
td.TdClassName
{
border-color: #9FB7D6;
}
.TagClassName
{
border-color: #9FB7D6;
}
</style>