Shades of Nepal #89AABD
Tints of Nepal #89AABD
RGB
CMYK
RGB Variations
Color information
#89AABD (or 0x89AABD) is known color: Nepal. HEX triplet: 89, AA and BD. RGB value is (137,170,189). Sum of RGB (Red+Green+Blue) = 137+170+189=496 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.62% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 189 - color contains mainly: blue. Hex color #89AABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AABD is #765542. Grayscale: #A2A2A2. Windows color (decimal): -7755075 or 12429961. OLE color: 12429961.
HSL color Cylindrical-coordinate representation of color #89AABD: hue angle of 201.92º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89AABD is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 170 | 189 | - |
| CMYK | 0.28 | 0.10 | 0 | 0.26 |
| HSL | 201.92º | 0.28% | 0.64% | - |
| HSV(B) | 201.92º | 0.28% | 0.74% | - |
| XYZ | 33.88 | 37.74 | 53.64 | - |
| YUV | 162.3 | 143.07 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 170 | 189 | 0.28 | 0.10 | 0 | 0.26 | 201.92 | 0.28 | 0.64 |
| Hex | 89 | AA | BD | 1C | A | 0 | 1A | CA | 1C | 40 |
| Octal | 211 | 252 | 275 | 34 | 12 | 0 | 32 | 312 | 34 | 100 |
| Binary | 10001001 | 10101010 | 10111101 | 11100 | 1010 | 0 | 11010 | 11001010 | 11100 | 1000000 |
Color Harmonies of #89AABD
Complementary color
Monochromatic Colors of #89AABD
Black with #89AABD
Text Example
Text Example
White with #89AABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AABD; }
p { color: rgb(137,170,189); }
H1.HeaderClassName
{
color: #89AABD;
}
.AnyTagClassName
{
color: #89AABD;
}
</style>
background-color css
<style>
a { background-color: #89AABD; }
a { background-color: rgb(137,170,189); }
div.DivClassName
{
background-color: #89AABD;
}
.BgClassName
{
background-color: #89AABD;
}
</style>
border-color css
<style>
span { border-color: #89AABD; }
span { border-color: rgb(137,170,189); }
td.TdClassName
{
border-color: #89AABD;
}
.TagClassName
{
border-color: #89AABD;
}
</style>