Shades of Nepal #9EABB7
Tints of Nepal #9EABB7
RGB
CMYK
RGB Variations
Color information
#9EABB7 (or 0x9EABB7) is known color: Nepal. HEX triplet: 9E, AB and B7. RGB value is (158,171,183). Sum of RGB (Red+Green+Blue) = 158+171+183=512 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.86% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 183 (71.88% from 255 or 35.74% from 512); Max value from RGB is 183 - color contains mainly: blue. Hex color #9EABB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EABB7 is #615448. Grayscale: #A8A8A8. Windows color (decimal): -6378569 or 12037022. OLE color: 12037022.
HSL color Cylindrical-coordinate representation of color #9EABB7: hue angle of 208.8º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9EABB7 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 158 | 171 | 183 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.28 |
| HSL | 208.8º | 0.15% | 0.67% | - |
| HSV(B) | 208.8º | 0.14% | 0.72% | - |
| XYZ | 37.21 | 39.81 | 50.52 | - |
| YUV | 168.48 | 136.19 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 171 | 183 | 0.14 | 0.07 | 0 | 0.28 | 208.8 | 0.15 | 0.67 |
| Hex | 9E | AB | B7 | E | 7 | 0 | 1C | D1 | F | 43 |
| Octal | 236 | 253 | 267 | 16 | 7 | 0 | 34 | 321 | 17 | 103 |
| Binary | 10011110 | 10101011 | 10110111 | 1110 | 111 | 0 | 11100 | 11010001 | 1111 | 1000011 |
Color Harmonies of #9EABB7
Complementary color
Monochromatic Colors of #9EABB7
Black with #9EABB7
Text Example
Text Example
White with #9EABB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EABB7; }
p { color: rgb(158,171,183); }
H1.HeaderClassName
{
color: #9EABB7;
}
.AnyTagClassName
{
color: #9EABB7;
}
</style>
background-color css
<style>
a { background-color: #9EABB7; }
a { background-color: rgb(158,171,183); }
div.DivClassName
{
background-color: #9EABB7;
}
.BgClassName
{
background-color: #9EABB7;
}
</style>
border-color css
<style>
span { border-color: #9EABB7; }
span { border-color: rgb(158,171,183); }
td.TdClassName
{
border-color: #9EABB7;
}
.TagClassName
{
border-color: #9EABB7;
}
</style>