Shades of Nepal #9CB5CA
Tints of Nepal #9CB5CA
RGB
CMYK
RGB Variations
Color information
#9CB5CA (or 0x9CB5CA) is known color: Nepal. HEX triplet: 9C, B5 and CA. RGB value is (156,181,202). Sum of RGB (Red+Green+Blue) = 156+181+202=539 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.94% from 539); Green value is 181 (71.09% from 255 or 33.58% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 202 - color contains mainly: blue. Hex color #9CB5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB5CA is #634A35. Grayscale: #AFAFAF. Windows color (decimal): -6507062 or 13284764. OLE color: 13284764.
HSL color Cylindrical-coordinate representation of color #9CB5CA: hue angle of 207.39º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CB5CA is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 181 | 202 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.21 |
| HSL | 207.39º | 0.3% | 0.7% | - |
| HSV(B) | 207.39º | 0.23% | 0.79% | - |
| XYZ | 40.89 | 44.38 | 62.29 | - |
| YUV | 175.92 | 142.72 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 181 | 202 | 0.23 | 0.10 | 0 | 0.21 | 207.39 | 0.3 | 0.7 |
| Hex | 9C | B5 | CA | 17 | A | 0 | 15 | CF | 1E | 46 |
| Octal | 234 | 265 | 312 | 27 | 12 | 0 | 25 | 317 | 36 | 106 |
| Binary | 10011100 | 10110101 | 11001010 | 10111 | 1010 | 0 | 10101 | 11001111 | 11110 | 1000110 |
Color Harmonies of #9CB5CA
Complementary color
Monochromatic Colors of #9CB5CA
Black with #9CB5CA
Text Example
Text Example
White with #9CB5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB5CA; }
p { color: rgb(156,181,202); }
H1.HeaderClassName
{
color: #9CB5CA;
}
.AnyTagClassName
{
color: #9CB5CA;
}
</style>
background-color css
<style>
a { background-color: #9CB5CA; }
a { background-color: rgb(156,181,202); }
div.DivClassName
{
background-color: #9CB5CA;
}
.BgClassName
{
background-color: #9CB5CA;
}
</style>
border-color css
<style>
span { border-color: #9CB5CA; }
span { border-color: rgb(156,181,202); }
td.TdClassName
{
border-color: #9CB5CA;
}
.TagClassName
{
border-color: #9CB5CA;
}
</style>