Shades of Nepal #9AB7CA
Tints of Nepal #9AB7CA
RGB
CMYK
RGB Variations
Color information
#9AB7CA (or 0x9AB7CA) is known color: Nepal. HEX triplet: 9A, B7 and CA. RGB value is (154,183,202). Sum of RGB (Red+Green+Blue) = 154+183+202=539 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.57% from 539); Green value is 183 (71.88% from 255 or 33.95% 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 #9AB7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB7CA is #654835. Grayscale: #B0B0B0. Windows color (decimal): -6637622 or 13285274. OLE color: 13285274.
HSL color Cylindrical-coordinate representation of color #9AB7CA: hue angle of 203.75º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9AB7CA is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 154 | 183 | 202 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.21 |
| HSL | 203.75º | 0.31% | 0.7% | - |
| HSV(B) | 203.75º | 0.24% | 0.79% | - |
| XYZ | 40.92 | 45 | 62.41 | - |
| YUV | 176.5 | 142.39 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 183 | 202 | 0.24 | 0.09 | 0 | 0.21 | 203.75 | 0.31 | 0.7 |
| Hex | 9A | B7 | CA | 18 | 9 | 0 | 15 | CC | 1F | 46 |
| Octal | 232 | 267 | 312 | 30 | 11 | 0 | 25 | 314 | 37 | 106 |
| Binary | 10011010 | 10110111 | 11001010 | 11000 | 1001 | 0 | 10101 | 11001100 | 11111 | 1000110 |
Color Harmonies of #9AB7CA
Complementary color
Monochromatic Colors of #9AB7CA
Black with #9AB7CA
Text Example
Text Example
White with #9AB7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB7CA; }
p { color: rgb(154,183,202); }
H1.HeaderClassName
{
color: #9AB7CA;
}
.AnyTagClassName
{
color: #9AB7CA;
}
</style>
background-color css
<style>
a { background-color: #9AB7CA; }
a { background-color: rgb(154,183,202); }
div.DivClassName
{
background-color: #9AB7CA;
}
.BgClassName
{
background-color: #9AB7CA;
}
</style>
border-color css
<style>
span { border-color: #9AB7CA; }
span { border-color: rgb(154,183,202); }
td.TdClassName
{
border-color: #9AB7CA;
}
.TagClassName
{
border-color: #9AB7CA;
}
</style>