Shades of Nepal #89AEC0
Tints of Nepal #89AEC0
RGB
CMYK
RGB Variations
Color information
#89AEC0 (or 0x89AEC0) is known color: Nepal. HEX triplet: 89, AE and C0. RGB value is (137,174,192). Sum of RGB (Red+Green+Blue) = 137+174+192=503 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.24% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 192 - color contains mainly: blue. Hex color #89AEC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AEC0 is #76513F. Grayscale: #A4A4A4. Windows color (decimal): -7754048 or 12627593. OLE color: 12627593.
HSL color Cylindrical-coordinate representation of color #89AEC0: hue angle of 199.64º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #89AEC0 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 174 | 192 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.25 |
| HSL | 199.64º | 0.3% | 0.65% | - |
| HSV(B) | 199.64º | 0.29% | 0.75% | - |
| XYZ | 34.97 | 39.4 | 55.63 | - |
| YUV | 164.99 | 143.24 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 174 | 192 | 0.29 | 0.09 | 0 | 0.25 | 199.64 | 0.3 | 0.65 |
| Hex | 89 | AE | C0 | 1D | 9 | 0 | 19 | C8 | 1E | 41 |
| Octal | 211 | 256 | 300 | 35 | 11 | 0 | 31 | 310 | 36 | 101 |
| Binary | 10001001 | 10101110 | 11000000 | 11101 | 1001 | 0 | 11001 | 11001000 | 11110 | 1000001 |
Color Harmonies of #89AEC0
Complementary color
Monochromatic Colors of #89AEC0
Black with #89AEC0
Text Example
Text Example
White with #89AEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AEC0; }
p { color: rgb(137,174,192); }
H1.HeaderClassName
{
color: #89AEC0;
}
.AnyTagClassName
{
color: #89AEC0;
}
</style>
background-color css
<style>
a { background-color: #89AEC0; }
a { background-color: rgb(137,174,192); }
div.DivClassName
{
background-color: #89AEC0;
}
.BgClassName
{
background-color: #89AEC0;
}
</style>
border-color css
<style>
span { border-color: #89AEC0; }
span { border-color: rgb(137,174,192); }
td.TdClassName
{
border-color: #89AEC0;
}
.TagClassName
{
border-color: #89AEC0;
}
</style>