Shades of Nepal #9EB4C1
Tints of Nepal #9EB4C1
RGB
CMYK
RGB Variations
Color information
#9EB4C1 (or 0x9EB4C1) is known color: Nepal. HEX triplet: 9E, B4 and C1. RGB value is (158,180,193). Sum of RGB (Red+Green+Blue) = 158+180+193=531 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.76% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 193 (75.78% from 255 or 36.35% from 531); Max value from RGB is 193 - color contains mainly: blue. Hex color #9EB4C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EB4C1 is #614B3E. Grayscale: #AEAEAE. Windows color (decimal): -6376255 or 12694686. OLE color: 12694686.
HSL color Cylindrical-coordinate representation of color #9EB4C1: hue angle of 202.29º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9EB4C1 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 180 | 193 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.24 |
| HSL | 202.29º | 0.22% | 0.69% | - |
| HSV(B) | 202.29º | 0.18% | 0.76% | - |
| XYZ | 40.05 | 43.76 | 56.79 | - |
| YUV | 174.9 | 138.21 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 180 | 193 | 0.18 | 0.07 | 0 | 0.24 | 202.29 | 0.22 | 0.69 |
| Hex | 9E | B4 | C1 | 12 | 7 | 0 | 18 | CA | 16 | 45 |
| Octal | 236 | 264 | 301 | 22 | 7 | 0 | 30 | 312 | 26 | 105 |
| Binary | 10011110 | 10110100 | 11000001 | 10010 | 111 | 0 | 11000 | 11001010 | 10110 | 1000101 |
Color Harmonies of #9EB4C1
Complementary color
Monochromatic Colors of #9EB4C1
Black with #9EB4C1
Text Example
Text Example
White with #9EB4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB4C1; }
p { color: rgb(158,180,193); }
H1.HeaderClassName
{
color: #9EB4C1;
}
.AnyTagClassName
{
color: #9EB4C1;
}
</style>
background-color css
<style>
a { background-color: #9EB4C1; }
a { background-color: rgb(158,180,193); }
div.DivClassName
{
background-color: #9EB4C1;
}
.BgClassName
{
background-color: #9EB4C1;
}
</style>
border-color css
<style>
span { border-color: #9EB4C1; }
span { border-color: rgb(158,180,193); }
td.TdClassName
{
border-color: #9EB4C1;
}
.TagClassName
{
border-color: #9EB4C1;
}
</style>