Shades of Nepal #9EACBC
Tints of Nepal #9EACBC
RGB
CMYK
RGB Variations
Color information
#9EACBC (or 0x9EACBC) is known color: Nepal. HEX triplet: 9E, AC and BC. RGB value is (158,172,188). Sum of RGB (Red+Green+Blue) = 158+172+188=518 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.50% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 188 - color contains mainly: blue. Hex color #9EACBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EACBC is #615343. Grayscale: #A9A9A9. Windows color (decimal): -6378308 or 12364958. OLE color: 12364958.
HSL color Cylindrical-coordinate representation of color #9EACBC: hue angle of 212º degrees, saturation: 0.18, 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 #9EACBC is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 172 | 188 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.26 |
| HSL | 212º | 0.18% | 0.68% | - |
| HSV(B) | 212º | 0.16% | 0.74% | - |
| XYZ | 37.93 | 40.4 | 53.38 | - |
| YUV | 169.64 | 138.36 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 172 | 188 | 0.16 | 0.09 | 0 | 0.26 | 212 | 0.18 | 0.68 |
| Hex | 9E | AC | BC | 10 | 9 | 0 | 1A | D4 | 12 | 44 |
| Octal | 236 | 254 | 274 | 20 | 11 | 0 | 32 | 324 | 22 | 104 |
| Binary | 10011110 | 10101100 | 10111100 | 10000 | 1001 | 0 | 11010 | 11010100 | 10010 | 1000100 |
Color Harmonies of #9EACBC
Complementary color
Monochromatic Colors of #9EACBC
Black with #9EACBC
Text Example
Text Example
White with #9EACBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EACBC; }
p { color: rgb(158,172,188); }
H1.HeaderClassName
{
color: #9EACBC;
}
.AnyTagClassName
{
color: #9EACBC;
}
</style>
background-color css
<style>
a { background-color: #9EACBC; }
a { background-color: rgb(158,172,188); }
div.DivClassName
{
background-color: #9EACBC;
}
.BgClassName
{
background-color: #9EACBC;
}
</style>
border-color css
<style>
span { border-color: #9EACBC; }
span { border-color: rgb(158,172,188); }
td.TdClassName
{
border-color: #9EACBC;
}
.TagClassName
{
border-color: #9EACBC;
}
</style>