Shades of Nepal #9FAFBF
Tints of Nepal #9FAFBF
RGB
CMYK
RGB Variations
Color information
#9FAFBF (or 0x9FAFBF) is known color: Nepal. HEX triplet: 9F, AF and BF. RGB value is (159,175,191). Sum of RGB (Red+Green+Blue) = 159+175+191=525 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.29% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 191 - color contains mainly: blue. Hex color #9FAFBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAFBF is #605040. Grayscale: #ABABAB. Windows color (decimal): -6312001 or 12562335. OLE color: 12562335.
HSL color Cylindrical-coordinate representation of color #9FAFBF: hue angle of 210º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9FAFBF is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 175 | 191 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.25 |
| HSL | 210º | 0.2% | 0.69% | - |
| HSV(B) | 210º | 0.17% | 0.75% | - |
| XYZ | 39.03 | 41.79 | 55.3 | - |
| YUV | 172.04 | 138.7 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 175 | 191 | 0.17 | 0.08 | 0 | 0.25 | 210 | 0.2 | 0.69 |
| Hex | 9F | AF | BF | 11 | 8 | 0 | 19 | D2 | 14 | 45 |
| Octal | 237 | 257 | 277 | 21 | 10 | 0 | 31 | 322 | 24 | 105 |
| Binary | 10011111 | 10101111 | 10111111 | 10001 | 1000 | 0 | 11001 | 11010010 | 10100 | 1000101 |
Color Harmonies of #9FAFBF
Complementary color
Monochromatic Colors of #9FAFBF
Black with #9FAFBF
Text Example
Text Example
White with #9FAFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAFBF; }
p { color: rgb(159,175,191); }
H1.HeaderClassName
{
color: #9FAFBF;
}
.AnyTagClassName
{
color: #9FAFBF;
}
</style>
background-color css
<style>
a { background-color: #9FAFBF; }
a { background-color: rgb(159,175,191); }
div.DivClassName
{
background-color: #9FAFBF;
}
.BgClassName
{
background-color: #9FAFBF;
}
</style>
border-color css
<style>
span { border-color: #9FAFBF; }
span { border-color: rgb(159,175,191); }
td.TdClassName
{
border-color: #9FAFBF;
}
.TagClassName
{
border-color: #9FAFBF;
}
</style>