Shades of Nepal #9FABB5
Tints of Nepal #9FABB5
RGB
CMYK
RGB Variations
Color information
#9FABB5 (or 0x9FABB5) is known color: Nepal. HEX triplet: 9F, AB and B5. RGB value is (159,171,181). Sum of RGB (Red+Green+Blue) = 159+171+181=511 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.12% from 511); Green value is 171 (67.19% from 255 or 33.46% 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 #9FABB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FABB5 is #60544A. Grayscale: #A8A8A8. Windows color (decimal): -6313035 or 11905951. OLE color: 11905951.
HSL color Cylindrical-coordinate representation of color #9FABB5: hue angle of 207.27º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9FABB5 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 159 | 171 | 181 | - |
CMYK | 0.12 | 0.06 | 0 | 0.29 |
HSL | 207.27º | 0.13% | 0.67% | - |
HSV(B) | 207.27º | 0.12% | 0.71% | - |
XYZ | 37.2 | 39.83 | 49.44 | - |
YUV | 168.55 | 135.02 | 121.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 171 | 181 | 0.12 | 0.06 | 0 | 0.29 | 207.27 | 0.13 | 0.67 |
Hex | 9F | AB | B5 | C | 6 | 0 | 1D | CF | D | 43 |
Octal | 237 | 253 | 265 | 14 | 6 | 0 | 35 | 317 | 15 | 103 |
Binary | 10011111 | 10101011 | 10110101 | 1100 | 110 | 0 | 11101 | 11001111 | 1101 | 1000011 |
Color Harmonies of #9FABB5
Complementary color
Monochromatic Colors of #9FABB5
Black with #9FABB5
Text Example
Text Example
White with #9FABB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FABB5; }
p { color: rgb(159,171,181); }
H1.HeaderClassName
{
color: #9FABB5;
}
.AnyTagClassName
{
color: #9FABB5;
}
</style>
background-color css
<style>
a { background-color: #9FABB5; }
a { background-color: rgb(159,171,181); }
div.DivClassName
{
background-color: #9FABB5;
}
.BgClassName
{
background-color: #9FABB5;
}
</style>
border-color css
<style>
span { border-color: #9FABB5; }
span { border-color: rgb(159,171,181); }
td.TdClassName
{
border-color: #9FABB5;
}
.TagClassName
{
border-color: #9FABB5;
}
</style>