Shades of Echo Blue #9FACDB
Tints of Echo Blue #9FACDB
RGB
CMYK
RGB Variations
Color information
#9FACDB (or 0x9FACDB) is known color: Echo Blue. HEX triplet: 9F, AC and DB. RGB value is (159,172,219). Sum of RGB (Red+Green+Blue) = 159+172+219=550 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.91% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #9FACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FACDB is #605324. Grayscale: #ADADAD. Windows color (decimal): -6312741 or 14396575. OLE color: 14396575.
HSL color Cylindrical-coordinate representation of color #9FACDB: hue angle of 227º 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 #9FACDB is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 172 | 219 | - |
| CMYK | 0.27 | 0.21 | 0 | 0.14 |
| HSL | 227º | 0.45% | 0.74% | - |
| HSV(B) | 227º | 0.27% | 0.86% | - |
| XYZ | 41.84 | 41.99 | 72.92 | - |
| YUV | 173.47 | 153.69 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 172 | 219 | 0.27 | 0.21 | 0 | 0.14 | 227 | 0.45 | 0.74 |
| Hex | 9F | AC | DB | 1B | 15 | 0 | E | E3 | 2D | 4A |
| Octal | 237 | 254 | 333 | 33 | 25 | 0 | 16 | 343 | 55 | 112 |
| Binary | 10011111 | 10101100 | 11011011 | 11011 | 10101 | 0 | 1110 | 11100011 | 101101 | 1001010 |
Color Harmonies of #9FACDB
Complementary color
Monochromatic Colors of #9FACDB
Black with #9FACDB
Text Example
Text Example
White with #9FACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FACDB; }
p { color: rgb(159,172,219); }
H1.HeaderClassName
{
color: #9FACDB;
}
.AnyTagClassName
{
color: #9FACDB;
}
</style>
background-color css
<style>
a { background-color: #9FACDB; }
a { background-color: rgb(159,172,219); }
div.DivClassName
{
background-color: #9FACDB;
}
.BgClassName
{
background-color: #9FACDB;
}
</style>
border-color css
<style>
span { border-color: #9FACDB; }
span { border-color: rgb(159,172,219); }
td.TdClassName
{
border-color: #9FACDB;
}
.TagClassName
{
border-color: #9FACDB;
}
</style>