Shades of Nepal #89A9BF
Tints of Nepal #89A9BF
RGB
CMYK
RGB Variations
Color information
#89A9BF (or 0x89A9BF) is known color: Nepal. HEX triplet: 89, A9 and BF. RGB value is (137,169,191). Sum of RGB (Red+Green+Blue) = 137+169+191=497 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.57% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 191 - color contains mainly: blue. Hex color #89A9BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A9BF is #765640. Grayscale: #A1A1A1. Windows color (decimal): -7755329 or 12560777. OLE color: 12560777.
HSL color Cylindrical-coordinate representation of color #89A9BF: hue angle of 204.44º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89A9BF is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 169 | 191 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.25 |
| HSL | 204.44º | 0.3% | 0.64% | - |
| HSV(B) | 204.44º | 0.28% | 0.75% | - |
| XYZ | 33.91 | 37.46 | 54.73 | - |
| YUV | 161.94 | 144.4 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 169 | 191 | 0.28 | 0.12 | 0 | 0.25 | 204.44 | 0.3 | 0.64 |
| Hex | 89 | A9 | BF | 1C | C | 0 | 19 | CC | 1E | 40 |
| Octal | 211 | 251 | 277 | 34 | 14 | 0 | 31 | 314 | 36 | 100 |
| Binary | 10001001 | 10101001 | 10111111 | 11100 | 1100 | 0 | 11001 | 11001100 | 11110 | 1000000 |
Color Harmonies of #89A9BF
Complementary color
Monochromatic Colors of #89A9BF
Black with #89A9BF
Text Example
Text Example
White with #89A9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A9BF; }
p { color: rgb(137,169,191); }
H1.HeaderClassName
{
color: #89A9BF;
}
.AnyTagClassName
{
color: #89A9BF;
}
</style>
background-color css
<style>
a { background-color: #89A9BF; }
a { background-color: rgb(137,169,191); }
div.DivClassName
{
background-color: #89A9BF;
}
.BgClassName
{
background-color: #89A9BF;
}
</style>
border-color css
<style>
span { border-color: #89A9BF; }
span { border-color: rgb(137,169,191); }
td.TdClassName
{
border-color: #89A9BF;
}
.TagClassName
{
border-color: #89A9BF;
}
</style>