Shades of Nepal #9DAFC2
Tints of Nepal #9DAFC2
RGB
CMYK
RGB Variations
Color information
#9DAFC2 (or 0x9DAFC2) is known color: Nepal. HEX triplet: 9D, AF and C2. RGB value is (157,175,194). Sum of RGB (Red+Green+Blue) = 157+175+194=526 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.85% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 194 (76.17% from 255 or 36.88% from 526); Max value from RGB is 194 - color contains mainly: blue. Hex color #9DAFC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DAFC2 is #62503D. Grayscale: #ABABAB. Windows color (decimal): -6443070 or 12758941. OLE color: 12758941.
HSL color Cylindrical-coordinate representation of color #9DAFC2: hue angle of 210.81º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9DAFC2 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 175 | 194 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.24 |
| HSL | 210.81º | 0.23% | 0.69% | - |
| HSV(B) | 210.81º | 0.19% | 0.76% | - |
| XYZ | 38.97 | 41.72 | 57.04 | - |
| YUV | 171.78 | 140.54 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 175 | 194 | 0.19 | 0.10 | 0 | 0.24 | 210.81 | 0.23 | 0.69 |
| Hex | 9D | AF | C2 | 13 | A | 0 | 18 | D3 | 17 | 45 |
| Octal | 235 | 257 | 302 | 23 | 12 | 0 | 30 | 323 | 27 | 105 |
| Binary | 10011101 | 10101111 | 11000010 | 10011 | 1010 | 0 | 11000 | 11010011 | 10111 | 1000101 |
Color Harmonies of #9DAFC2
Complementary color
Monochromatic Colors of #9DAFC2
Black with #9DAFC2
Text Example
Text Example
White with #9DAFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAFC2; }
p { color: rgb(157,175,194); }
H1.HeaderClassName
{
color: #9DAFC2;
}
.AnyTagClassName
{
color: #9DAFC2;
}
</style>
background-color css
<style>
a { background-color: #9DAFC2; }
a { background-color: rgb(157,175,194); }
div.DivClassName
{
background-color: #9DAFC2;
}
.BgClassName
{
background-color: #9DAFC2;
}
</style>
border-color css
<style>
span { border-color: #9DAFC2; }
span { border-color: rgb(157,175,194); }
td.TdClassName
{
border-color: #9DAFC2;
}
.TagClassName
{
border-color: #9DAFC2;
}
</style>