Shades of Nepal #89AEC5
Tints of Nepal #89AEC5
RGB
CMYK
RGB Variations
Color information
#89AEC5 (or 0x89AEC5) is known color: Nepal. HEX triplet: 89, AE and C5. RGB value is (137,174,197). Sum of RGB (Red+Green+Blue) = 137+174+197=508 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.97% from 508); Green value is 174 (68.36% from 255 or 34.25% from 508); Blue value is 197 (77.34% from 255 or 38.78% from 508); Max value from RGB is 197 - color contains mainly: blue. Hex color #89AEC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AEC5 is #76513A. Grayscale: #A5A5A5. Windows color (decimal): -7754043 or 12955273. OLE color: 12955273.
HSL color Cylindrical-coordinate representation of color #89AEC5: hue angle of 203º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #89AEC5 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 137 | 174 | 197 | - |
| CMYK | 0.30 | 0.12 | 0 | 0.23 |
| HSL | 203º | 0.34% | 0.65% | - |
| HSV(B) | 203º | 0.3% | 0.77% | - |
| XYZ | 35.53 | 39.62 | 58.6 | - |
| YUV | 165.56 | 145.74 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 174 | 197 | 0.30 | 0.12 | 0 | 0.23 | 203 | 0.34 | 0.65 |
| Hex | 89 | AE | C5 | 1E | C | 0 | 17 | CB | 22 | 41 |
| Octal | 211 | 256 | 305 | 36 | 14 | 0 | 27 | 313 | 42 | 101 |
| Binary | 10001001 | 10101110 | 11000101 | 11110 | 1100 | 0 | 10111 | 11001011 | 100010 | 1000001 |
Color Harmonies of #89AEC5
Complementary color
Monochromatic Colors of #89AEC5
Black with #89AEC5
Text Example
Text Example
White with #89AEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AEC5; }
p { color: rgb(137,174,197); }
H1.HeaderClassName
{
color: #89AEC5;
}
.AnyTagClassName
{
color: #89AEC5;
}
</style>
background-color css
<style>
a { background-color: #89AEC5; }
a { background-color: rgb(137,174,197); }
div.DivClassName
{
background-color: #89AEC5;
}
.BgClassName
{
background-color: #89AEC5;
}
</style>
border-color css
<style>
span { border-color: #89AEC5; }
span { border-color: rgb(137,174,197); }
td.TdClassName
{
border-color: #89AEC5;
}
.TagClassName
{
border-color: #89AEC5;
}
</style>