Shades of Nepal #86A9C2
Tints of Nepal #86A9C2
RGB
CMYK
RGB Variations
Color information
#86A9C2 (or 0x86A9C2) is known color: Nepal. HEX triplet: 86, A9 and C2. RGB value is (134,169,194). Sum of RGB (Red+Green+Blue) = 134+169+194=497 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.96% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 194 (76.17% from 255 or 39.03% from 497); Max value from RGB is 194 - color contains mainly: blue. Hex color #86A9C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A9C2 is #79563D. Grayscale: #A1A1A1. Windows color (decimal): -7951934 or 12757382. OLE color: 12757382.
HSL color Cylindrical-coordinate representation of color #86A9C2: hue angle of 205º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #86A9C2 is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 169 | 194 | - |
| CMYK | 0.31 | 0.13 | 0 | 0.24 |
| HSL | 205º | 0.33% | 0.64% | - |
| HSV(B) | 205º | 0.31% | 0.76% | - |
| XYZ | 33.76 | 37.34 | 56.47 | - |
| YUV | 161.39 | 146.4 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 169 | 194 | 0.31 | 0.13 | 0 | 0.24 | 205 | 0.33 | 0.64 |
| Hex | 86 | A9 | C2 | 1F | D | 0 | 18 | CD | 21 | 40 |
| Octal | 206 | 251 | 302 | 37 | 15 | 0 | 30 | 315 | 41 | 100 |
| Binary | 10000110 | 10101001 | 11000010 | 11111 | 1101 | 0 | 11000 | 11001101 | 100001 | 1000000 |
Color Harmonies of #86A9C2
Complementary color
Monochromatic Colors of #86A9C2
Black with #86A9C2
Text Example
Text Example
White with #86A9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A9C2; }
p { color: rgb(134,169,194); }
H1.HeaderClassName
{
color: #86A9C2;
}
.AnyTagClassName
{
color: #86A9C2;
}
</style>
background-color css
<style>
a { background-color: #86A9C2; }
a { background-color: rgb(134,169,194); }
div.DivClassName
{
background-color: #86A9C2;
}
.BgClassName
{
background-color: #86A9C2;
}
</style>
border-color css
<style>
span { border-color: #86A9C2; }
span { border-color: rgb(134,169,194); }
td.TdClassName
{
border-color: #86A9C2;
}
.TagClassName
{
border-color: #86A9C2;
}
</style>