Shades of Nepal #9DAFBC
Tints of Nepal #9DAFBC
RGB
CMYK
RGB Variations
Color information
#9DAFBC (or 0x9DAFBC) is known color: Nepal. HEX triplet: 9D, AF and BC. RGB value is (157,175,188). Sum of RGB (Red+Green+Blue) = 157+175+188=520 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.19% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 188 - color contains mainly: blue. Hex color #9DAFBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAFBC is #625043. Grayscale: #ABABAB. Windows color (decimal): -6443076 or 12365725. OLE color: 12365725.
HSL color Cylindrical-coordinate representation of color #9DAFBC: hue angle of 205.16º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DAFBC is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 175 | 188 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.26 |
| HSL | 205.16º | 0.19% | 0.68% | - |
| HSV(B) | 205.16º | 0.16% | 0.74% | - |
| XYZ | 38.31 | 41.46 | 53.56 | - |
| YUV | 171.1 | 137.54 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 175 | 188 | 0.16 | 0.07 | 0 | 0.26 | 205.16 | 0.19 | 0.68 |
| Hex | 9D | AF | BC | 10 | 7 | 0 | 1A | CD | 13 | 44 |
| Octal | 235 | 257 | 274 | 20 | 7 | 0 | 32 | 315 | 23 | 104 |
| Binary | 10011101 | 10101111 | 10111100 | 10000 | 111 | 0 | 11010 | 11001101 | 10011 | 1000100 |
Color Harmonies of #9DAFBC
Complementary color
Monochromatic Colors of #9DAFBC
Black with #9DAFBC
Text Example
Text Example
White with #9DAFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAFBC; }
p { color: rgb(157,175,188); }
H1.HeaderClassName
{
color: #9DAFBC;
}
.AnyTagClassName
{
color: #9DAFBC;
}
</style>
background-color css
<style>
a { background-color: #9DAFBC; }
a { background-color: rgb(157,175,188); }
div.DivClassName
{
background-color: #9DAFBC;
}
.BgClassName
{
background-color: #9DAFBC;
}
</style>
border-color css
<style>
span { border-color: #9DAFBC; }
span { border-color: rgb(157,175,188); }
td.TdClassName
{
border-color: #9DAFBC;
}
.TagClassName
{
border-color: #9DAFBC;
}
</style>