Shades of Nepal #9DADBB
Tints of Nepal #9DADBB
RGB
CMYK
RGB Variations
Color information
#9DADBB (or 0x9DADBB) is known color: Nepal. HEX triplet: 9D, AD and BB. RGB value is (157,173,187). Sum of RGB (Red+Green+Blue) = 157+173+187=517 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.37% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 187 - color contains mainly: blue. Hex color #9DADBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DADBB is #625244. Grayscale: #A9A9A9. Windows color (decimal): -6443589 or 12299677. OLE color: 12299677.
HSL color Cylindrical-coordinate representation of color #9DADBB: hue angle of 208º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DADBB is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 173 | 187 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.27 |
| HSL | 208º | 0.18% | 0.67% | - |
| HSV(B) | 208º | 0.16% | 0.73% | - |
| XYZ | 37.82 | 40.64 | 52.87 | - |
| YUV | 169.81 | 137.7 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 173 | 187 | 0.16 | 0.07 | 0 | 0.27 | 208 | 0.18 | 0.67 |
| Hex | 9D | AD | BB | 10 | 7 | 0 | 1B | D0 | 12 | 43 |
| Octal | 235 | 255 | 273 | 20 | 7 | 0 | 33 | 320 | 22 | 103 |
| Binary | 10011101 | 10101101 | 10111011 | 10000 | 111 | 0 | 11011 | 11010000 | 10010 | 1000011 |
Color Harmonies of #9DADBB
Complementary color
Monochromatic Colors of #9DADBB
Black with #9DADBB
Text Example
Text Example
White with #9DADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DADBB; }
p { color: rgb(157,173,187); }
H1.HeaderClassName
{
color: #9DADBB;
}
.AnyTagClassName
{
color: #9DADBB;
}
</style>
background-color css
<style>
a { background-color: #9DADBB; }
a { background-color: rgb(157,173,187); }
div.DivClassName
{
background-color: #9DADBB;
}
.BgClassName
{
background-color: #9DADBB;
}
</style>
border-color css
<style>
span { border-color: #9DADBB; }
span { border-color: rgb(157,173,187); }
td.TdClassName
{
border-color: #9DADBB;
}
.TagClassName
{
border-color: #9DADBB;
}
</style>