Shades of Nepal #9FADB6
Tints of Nepal #9FADB6
RGB
CMYK
RGB Variations
Color information
#9FADB6 (or 0x9FADB6) is known color: Nepal. HEX triplet: 9F, AD and B6. RGB value is (159,173,182). Sum of RGB (Red+Green+Blue) = 159+173+182=514 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.93% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 182 (71.48% from 255 or 35.41% from 514); Max value from RGB is 182 - color contains mainly: blue. Hex color #9FADB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FADB6 is #605249. Grayscale: #A9A9A9. Windows color (decimal): -6312522 or 11971999. OLE color: 11971999.
HSL color Cylindrical-coordinate representation of color #9FADB6: hue angle of 203.48º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9FADB6 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 159 | 173 | 182 | - |
CMYK | 0.13 | 0.05 | 0 | 0.29 |
HSL | 203.48º | 0.14% | 0.67% | - |
HSV(B) | 203.48º | 0.13% | 0.71% | - |
XYZ | 37.69 | 40.64 | 50.11 | - |
YUV | 169.84 | 134.86 | 120.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 173 | 182 | 0.13 | 0.05 | 0 | 0.29 | 203.48 | 0.14 | 0.67 |
Hex | 9F | AD | B6 | D | 5 | 0 | 1D | CB | E | 43 |
Octal | 237 | 255 | 266 | 15 | 5 | 0 | 35 | 313 | 16 | 103 |
Binary | 10011111 | 10101101 | 10110110 | 1101 | 101 | 0 | 11101 | 11001011 | 1110 | 1000011 |
Color Harmonies of #9FADB6
Complementary color
Monochromatic Colors of #9FADB6
Black with #9FADB6
Text Example
Text Example
White with #9FADB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FADB6; }
p { color: rgb(159,173,182); }
H1.HeaderClassName
{
color: #9FADB6;
}
.AnyTagClassName
{
color: #9FADB6;
}
</style>
background-color css
<style>
a { background-color: #9FADB6; }
a { background-color: rgb(159,173,182); }
div.DivClassName
{
background-color: #9FADB6;
}
.BgClassName
{
background-color: #9FADB6;
}
</style>
border-color css
<style>
span { border-color: #9FADB6; }
span { border-color: rgb(159,173,182); }
td.TdClassName
{
border-color: #9FADB6;
}
.TagClassName
{
border-color: #9FADB6;
}
</style>