Shades of Nepal #86A9B9
Tints of Nepal #86A9B9
RGB
CMYK
RGB Variations
Color information
#86A9B9 (or 0x86A9B9) is known color: Nepal. HEX triplet: 86, A9 and B9. RGB value is (134,169,185). Sum of RGB (Red+Green+Blue) = 134+169+185=488 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.46% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 185 (72.66% from 255 or 37.91% from 488); Max value from RGB is 185 - color contains mainly: blue. Hex color #86A9B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A9B9 is #795646. Grayscale: #A0A0A0. Windows color (decimal): -7951943 or 12167558. OLE color: 12167558.
HSL color Cylindrical-coordinate representation of color #86A9B9: hue angle of 198.82º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #86A9B9 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 169 | 185 | - |
| CMYK | 0.28 | 0.09 | 0 | 0.27 |
| HSL | 198.82º | 0.27% | 0.63% | - |
| HSV(B) | 198.82º | 0.28% | 0.73% | - |
| XYZ | 32.78 | 36.95 | 51.3 | - |
| YUV | 160.36 | 141.9 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 169 | 185 | 0.28 | 0.09 | 0 | 0.27 | 198.82 | 0.27 | 0.63 |
| Hex | 86 | A9 | B9 | 1C | 9 | 0 | 1B | C7 | 1B | 3F |
| Octal | 206 | 251 | 271 | 34 | 11 | 0 | 33 | 307 | 33 | 77 |
| Binary | 10000110 | 10101001 | 10111001 | 11100 | 1001 | 0 | 11011 | 11000111 | 11011 | 111111 |
Color Harmonies of #86A9B9
Complementary color
Monochromatic Colors of #86A9B9
Black with #86A9B9
Text Example
Text Example
White with #86A9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A9B9; }
p { color: rgb(134,169,185); }
H1.HeaderClassName
{
color: #86A9B9;
}
.AnyTagClassName
{
color: #86A9B9;
}
</style>
background-color css
<style>
a { background-color: #86A9B9; }
a { background-color: rgb(134,169,185); }
div.DivClassName
{
background-color: #86A9B9;
}
.BgClassName
{
background-color: #86A9B9;
}
</style>
border-color css
<style>
span { border-color: #86A9B9; }
span { border-color: rgb(134,169,185); }
td.TdClassName
{
border-color: #86A9B9;
}
.TagClassName
{
border-color: #86A9B9;
}
</style>