Shades of Echo Blue #9FAACB
Tints of Echo Blue #9FAACB
RGB
CMYK
RGB Variations
Color information
#9FAACB (or 0x9FAACB) is known color: Echo Blue. HEX triplet: 9F, AA and CB. RGB value is (159,170,203). Sum of RGB (Red+Green+Blue) = 159+170+203=532 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.89% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 203 - color contains mainly: blue. Hex color #9FAACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAACB is #605534. Grayscale: #AAAAAA. Windows color (decimal): -6313269 or 13347487. OLE color: 13347487.
HSL color Cylindrical-coordinate representation of color #9FAACB: hue angle of 225º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FAACB is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 170 | 203 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.20 |
| HSL | 225º | 0.3% | 0.71% | - |
| HSV(B) | 225º | 0.22% | 0.8% | - |
| XYZ | 39.45 | 40.43 | 62.22 | - |
| YUV | 170.47 | 146.36 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 203 | 0.22 | 0.16 | 0 | 0.20 | 225 | 0.3 | 0.71 |
| Hex | 9F | AA | CB | 16 | 10 | 0 | 14 | E1 | 1E | 47 |
| Octal | 237 | 252 | 313 | 26 | 20 | 0 | 24 | 341 | 36 | 107 |
| Binary | 10011111 | 10101010 | 11001011 | 10110 | 10000 | 0 | 10100 | 11100001 | 11110 | 1000111 |
Color Harmonies of #9FAACB
Complementary color
Monochromatic Colors of #9FAACB
Black with #9FAACB
Text Example
Text Example
White with #9FAACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAACB; }
p { color: rgb(159,170,203); }
H1.HeaderClassName
{
color: #9FAACB;
}
.AnyTagClassName
{
color: #9FAACB;
}
</style>
background-color css
<style>
a { background-color: #9FAACB; }
a { background-color: rgb(159,170,203); }
div.DivClassName
{
background-color: #9FAACB;
}
.BgClassName
{
background-color: #9FAACB;
}
</style>
border-color css
<style>
span { border-color: #9FAACB; }
span { border-color: rgb(159,170,203); }
td.TdClassName
{
border-color: #9FAACB;
}
.TagClassName
{
border-color: #9FAACB;
}
</style>