Shades of Nepal #9EACB5
Tints of Nepal #9EACB5
RGB
CMYK
RGB Variations
Color information
#9EACB5 (or 0x9EACB5) is known color: Nepal. HEX triplet: 9E, AC and B5. RGB value is (158,172,181). Sum of RGB (Red+Green+Blue) = 158+172+181=511 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.92% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 181 (71.09% from 255 or 35.42% from 511); Max value from RGB is 181 - color contains mainly: blue. Hex color #9EACB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EACB5 is #61534A. Grayscale: #A8A8A8. Windows color (decimal): -6378315 or 11906206. OLE color: 11906206.
HSL color Cylindrical-coordinate representation of color #9EACB5: hue angle of 203.48º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9EACB5 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 158 | 172 | 181 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.29 |
| HSL | 203.48º | 0.13% | 0.66% | - |
| HSV(B) | 203.48º | 0.13% | 0.71% | - |
| XYZ | 37.19 | 40.11 | 49.5 | - |
| YUV | 168.84 | 134.86 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 172 | 181 | 0.13 | 0.05 | 0 | 0.29 | 203.48 | 0.13 | 0.66 |
| Hex | 9E | AC | B5 | D | 5 | 0 | 1D | CB | D | 42 |
| Octal | 236 | 254 | 265 | 15 | 5 | 0 | 35 | 313 | 15 | 102 |
| Binary | 10011110 | 10101100 | 10110101 | 1101 | 101 | 0 | 11101 | 11001011 | 1101 | 1000010 |
Color Harmonies of #9EACB5
Complementary color
Monochromatic Colors of #9EACB5
Black with #9EACB5
Text Example
Text Example
White with #9EACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EACB5; }
p { color: rgb(158,172,181); }
H1.HeaderClassName
{
color: #9EACB5;
}
.AnyTagClassName
{
color: #9EACB5;
}
</style>
background-color css
<style>
a { background-color: #9EACB5; }
a { background-color: rgb(158,172,181); }
div.DivClassName
{
background-color: #9EACB5;
}
.BgClassName
{
background-color: #9EACB5;
}
</style>
border-color css
<style>
span { border-color: #9EACB5; }
span { border-color: rgb(158,172,181); }
td.TdClassName
{
border-color: #9EACB5;
}
.TagClassName
{
border-color: #9EACB5;
}
</style>