Shades of Echo Blue #9FAADB
Tints of Echo Blue #9FAADB
RGB
CMYK
RGB Variations
Color information
#9FAADB (or 0x9FAADB) is known color: Echo Blue. HEX triplet: 9F, AA and DB. RGB value is (159,170,219). Sum of RGB (Red+Green+Blue) = 159+170+219=548 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.01% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #9FAADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAADB is #605524. Grayscale: #ACACAC. Windows color (decimal): -6313253 or 14396063. OLE color: 14396063.
HSL color Cylindrical-coordinate representation of color #9FAADB: hue angle of 229º 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 #9FAADB is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 159 | 170 | 219 | - |
CMYK | 0.27 | 0.22 | 0 | 0.14 |
HSL | 229º | 0.45% | 0.74% | - |
HSV(B) | 229º | 0.27% | 0.86% | - |
XYZ | 41.46 | 41.23 | 72.79 | - |
YUV | 172.3 | 154.36 | 118.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 170 | 219 | 0.27 | 0.22 | 0 | 0.14 | 229 | 0.45 | 0.74 |
Hex | 9F | AA | DB | 1B | 16 | 0 | E | E5 | 2D | 4A |
Octal | 237 | 252 | 333 | 33 | 26 | 0 | 16 | 345 | 55 | 112 |
Binary | 10011111 | 10101010 | 11011011 | 11011 | 10110 | 0 | 1110 | 11100101 | 101101 | 1001010 |
Color Harmonies of #9FAADB
Complementary color
Monochromatic Colors of #9FAADB
Black with #9FAADB
Text Example
Text Example
White with #9FAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAADB; }
p { color: rgb(159,170,219); }
H1.HeaderClassName
{
color: #9FAADB;
}
.AnyTagClassName
{
color: #9FAADB;
}
</style>
background-color css
<style>
a { background-color: #9FAADB; }
a { background-color: rgb(159,170,219); }
div.DivClassName
{
background-color: #9FAADB;
}
.BgClassName
{
background-color: #9FAADB;
}
</style>
border-color css
<style>
span { border-color: #9FAADB; }
span { border-color: rgb(159,170,219); }
td.TdClassName
{
border-color: #9FAADB;
}
.TagClassName
{
border-color: #9FAADB;
}
</style>