Shades of Echo Blue #9FB2DB
Tints of Echo Blue #9FB2DB
RGB
CMYK
RGB Variations
Color information
#9FB2DB (or 0x9FB2DB) is known color: Echo Blue. HEX triplet: 9F, B2 and DB. RGB value is (159,178,219). Sum of RGB (Red+Green+Blue) = 159+178+219=556 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.60% from 556); Green value is 178 (69.92% from 255 or 32.01% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #9FB2DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FB2DB is #604D24. Grayscale: #B0B0B0. Windows color (decimal): -6311205 or 14398111. OLE color: 14398111.
HSL color Cylindrical-coordinate representation of color #9FB2DB: hue angle of 221º 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 #9FB2DB is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 159 | 178 | 219 | - |
CMYK | 0.27 | 0.19 | 0 | 0.14 |
HSL | 221º | 0.45% | 0.74% | - |
HSV(B) | 221º | 0.27% | 0.86% | - |
XYZ | 43 | 44.33 | 73.31 | - |
YUV | 176.99 | 151.71 | 115.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 178 | 219 | 0.27 | 0.19 | 0 | 0.14 | 221 | 0.45 | 0.74 |
Hex | 9F | B2 | DB | 1B | 13 | 0 | E | DD | 2D | 4A |
Octal | 237 | 262 | 333 | 33 | 23 | 0 | 16 | 335 | 55 | 112 |
Binary | 10011111 | 10110010 | 11011011 | 11011 | 10011 | 0 | 1110 | 11011101 | 101101 | 1001010 |
Color Harmonies of #9FB2DB
Complementary color
Monochromatic Colors of #9FB2DB
Black with #9FB2DB
Text Example
Text Example
White with #9FB2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB2DB; }
p { color: rgb(159,178,219); }
H1.HeaderClassName
{
color: #9FB2DB;
}
.AnyTagClassName
{
color: #9FB2DB;
}
</style>
background-color css
<style>
a { background-color: #9FB2DB; }
a { background-color: rgb(159,178,219); }
div.DivClassName
{
background-color: #9FB2DB;
}
.BgClassName
{
background-color: #9FB2DB;
}
</style>
border-color css
<style>
span { border-color: #9FB2DB; }
span { border-color: rgb(159,178,219); }
td.TdClassName
{
border-color: #9FB2DB;
}
.TagClassName
{
border-color: #9FB2DB;
}
</style>