Shades of Echo Blue #9FB7DB
Tints of Echo Blue #9FB7DB
RGB
CMYK
RGB Variations
Color information
#9FB7DB (or 0x9FB7DB) is known color: Echo Blue. HEX triplet: 9F, B7 and DB. RGB value is (159,183,219). Sum of RGB (Red+Green+Blue) = 159+183+219=561 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.34% from 561); Green value is 183 (71.88% from 255 or 32.62% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #9FB7DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FB7DB is #604824. Grayscale: #B3B3B3. Windows color (decimal): -6309925 or 14399391. OLE color: 14399391.
HSL color Cylindrical-coordinate representation of color #9FB7DB: hue angle of 216º 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 #9FB7DB is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 159 | 183 | 219 | - |
CMYK | 0.27 | 0.16 | 0 | 0.14 |
HSL | 216º | 0.45% | 0.74% | - |
HSV(B) | 216º | 0.27% | 0.86% | - |
XYZ | 44.02 | 46.35 | 73.64 | - |
YUV | 179.93 | 150.05 | 113.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 183 | 219 | 0.27 | 0.16 | 0 | 0.14 | 216 | 0.45 | 0.74 |
Hex | 9F | B7 | DB | 1B | 10 | 0 | E | D8 | 2D | 4A |
Octal | 237 | 267 | 333 | 33 | 20 | 0 | 16 | 330 | 55 | 112 |
Binary | 10011111 | 10110111 | 11011011 | 11011 | 10000 | 0 | 1110 | 11011000 | 101101 | 1001010 |
Color Harmonies of #9FB7DB
Complementary color
Monochromatic Colors of #9FB7DB
Black with #9FB7DB
Text Example
Text Example
White with #9FB7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB7DB; }
p { color: rgb(159,183,219); }
H1.HeaderClassName
{
color: #9FB7DB;
}
.AnyTagClassName
{
color: #9FB7DB;
}
</style>
background-color css
<style>
a { background-color: #9FB7DB; }
a { background-color: rgb(159,183,219); }
div.DivClassName
{
background-color: #9FB7DB;
}
.BgClassName
{
background-color: #9FB7DB;
}
</style>
border-color css
<style>
span { border-color: #9FB7DB; }
span { border-color: rgb(159,183,219); }
td.TdClassName
{
border-color: #9FB7DB;
}
.TagClassName
{
border-color: #9FB7DB;
}
</style>