Shades of Echo Blue #9FAEDB
Tints of Echo Blue #9FAEDB
RGB
CMYK
RGB Variations
Color information
#9FAEDB (or 0x9FAEDB) is known color: Echo Blue. HEX triplet: 9F, AE and DB. RGB value is (159,174,219). Sum of RGB (Red+Green+Blue) = 159+174+219=552 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.80% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #9FAEDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAEDB is #605124. Grayscale: #AEAEAE. Windows color (decimal): -6312229 or 14397087. OLE color: 14397087.
HSL color Cylindrical-coordinate representation of color #9FAEDB: hue angle of 225º 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 #9FAEDB is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 174 | 219 | - |
| CMYK | 0.27 | 0.21 | 0 | 0.14 |
| HSL | 225º | 0.45% | 0.74% | - |
| HSV(B) | 225º | 0.27% | 0.86% | - |
| XYZ | 42.22 | 42.76 | 73.05 | - |
| YUV | 174.65 | 153.03 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 174 | 219 | 0.27 | 0.21 | 0 | 0.14 | 225 | 0.45 | 0.74 |
| Hex | 9F | AE | DB | 1B | 15 | 0 | E | E1 | 2D | 4A |
| Octal | 237 | 256 | 333 | 33 | 25 | 0 | 16 | 341 | 55 | 112 |
| Binary | 10011111 | 10101110 | 11011011 | 11011 | 10101 | 0 | 1110 | 11100001 | 101101 | 1001010 |
Color Harmonies of #9FAEDB
Complementary color
Monochromatic Colors of #9FAEDB
Black with #9FAEDB
Text Example
Text Example
White with #9FAEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAEDB; }
p { color: rgb(159,174,219); }
H1.HeaderClassName
{
color: #9FAEDB;
}
.AnyTagClassName
{
color: #9FAEDB;
}
</style>
background-color css
<style>
a { background-color: #9FAEDB; }
a { background-color: rgb(159,174,219); }
div.DivClassName
{
background-color: #9FAEDB;
}
.BgClassName
{
background-color: #9FAEDB;
}
</style>
border-color css
<style>
span { border-color: #9FAEDB; }
span { border-color: rgb(159,174,219); }
td.TdClassName
{
border-color: #9FAEDB;
}
.TagClassName
{
border-color: #9FAEDB;
}
</style>