Shades of Nepal #89B0C7
Tints of Nepal #89B0C7
RGB
CMYK
RGB Variations
Color information
#89B0C7 (or 0x89B0C7) is known color: Nepal. HEX triplet: 89, B0 and C7. RGB value is (137,176,199). Sum of RGB (Red+Green+Blue) = 137+176+199=512 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.76% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 199 (78.12% from 255 or 38.87% from 512); Max value from RGB is 199 - color contains mainly: blue. Hex color #89B0C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89B0C7 is #764F38. Grayscale: #A6A6A6. Windows color (decimal): -7753529 or 13086857. OLE color: 13086857.
HSL color Cylindrical-coordinate representation of color #89B0C7: hue angle of 202.26º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #89B0C7 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 137 | 176 | 199 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.22 |
| HSL | 202.26º | 0.36% | 0.66% | - |
| HSV(B) | 202.26º | 0.31% | 0.78% | - |
| XYZ | 36.15 | 40.49 | 59.94 | - |
| YUV | 166.96 | 146.08 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 176 | 199 | 0.31 | 0.12 | 0 | 0.22 | 202.26 | 0.36 | 0.66 |
| Hex | 89 | B0 | C7 | 1F | C | 0 | 16 | CA | 24 | 42 |
| Octal | 211 | 260 | 307 | 37 | 14 | 0 | 26 | 312 | 44 | 102 |
| Binary | 10001001 | 10110000 | 11000111 | 11111 | 1100 | 0 | 10110 | 11001010 | 100100 | 1000010 |
Color Harmonies of #89B0C7
Complementary color
Monochromatic Colors of #89B0C7
Black with #89B0C7
Text Example
Text Example
White with #89B0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B0C7; }
p { color: rgb(137,176,199); }
H1.HeaderClassName
{
color: #89B0C7;
}
.AnyTagClassName
{
color: #89B0C7;
}
</style>
background-color css
<style>
a { background-color: #89B0C7; }
a { background-color: rgb(137,176,199); }
div.DivClassName
{
background-color: #89B0C7;
}
.BgClassName
{
background-color: #89B0C7;
}
</style>
border-color css
<style>
span { border-color: #89B0C7; }
span { border-color: rgb(137,176,199); }
td.TdClassName
{
border-color: #89B0C7;
}
.TagClassName
{
border-color: #89B0C7;
}
</style>