Shades of Echo Blue #9FB7DC
Tints of Echo Blue #9FB7DC
RGB
CMYK
RGB Variations
Color information
#9FB7DC (or 0x9FB7DC) is known color: Echo Blue. HEX triplet: 9F, B7 and DC. RGB value is (159,183,220). Sum of RGB (Red+Green+Blue) = 159+183+220=562 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.29% from 562); Green value is 183 (71.88% from 255 or 32.56% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #9FB7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FB7DC is #604823. Grayscale: #B3B3B3. Windows color (decimal): -6309924 or 14464927. OLE color: 14464927.
HSL color Cylindrical-coordinate representation of color #9FB7DC: hue angle of 216.39º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FB7DC is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 183 | 220 | - |
| CMYK | 0.28 | 0.17 | 0 | 0.14 |
| HSL | 216.39º | 0.47% | 0.74% | - |
| HSV(B) | 216.39º | 0.28% | 0.86% | - |
| XYZ | 44.15 | 46.41 | 74.34 | - |
| YUV | 180.04 | 150.55 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 183 | 220 | 0.28 | 0.17 | 0 | 0.14 | 216.39 | 0.47 | 0.74 |
| Hex | 9F | B7 | DC | 1C | 11 | 0 | E | D8 | 2F | 4A |
| Octal | 237 | 267 | 334 | 34 | 21 | 0 | 16 | 330 | 57 | 112 |
| Binary | 10011111 | 10110111 | 11011100 | 11100 | 10001 | 0 | 1110 | 11011000 | 101111 | 1001010 |
Color Harmonies of #9FB7DC
Complementary color
Monochromatic Colors of #9FB7DC
Black with #9FB7DC
Text Example
Text Example
White with #9FB7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB7DC; }
p { color: rgb(159,183,220); }
H1.HeaderClassName
{
color: #9FB7DC;
}
.AnyTagClassName
{
color: #9FB7DC;
}
</style>
background-color css
<style>
a { background-color: #9FB7DC; }
a { background-color: rgb(159,183,220); }
div.DivClassName
{
background-color: #9FB7DC;
}
.BgClassName
{
background-color: #9FB7DC;
}
</style>
border-color css
<style>
span { border-color: #9FB7DC; }
span { border-color: rgb(159,183,220); }
td.TdClassName
{
border-color: #9FB7DC;
}
.TagClassName
{
border-color: #9FB7DC;
}
</style>