#86A6B7

Color #86A6B7 Nepal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nepal #86A6B7

Tints of Nepal #86A6B7

Color information

#86A6B7 (or 0x86A6B7) is unknown color: approx Nepal. HEX triplet: 86, A6 and B7. RGB value is (134,166,183). Sum of RGB (Red+Green+Blue) = 134+166+183=483 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.74% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 183 (71.88% from 255 or 37.89% from 483); Max value from RGB is 183 - color contains mainly: blue. Hex color #86A6B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A6B7 is #795948. Grayscale: #9E9E9E. Windows color (decimal): -7952713 or 12035718. OLE color: 12035718.

HSL color Cylindrical-coordinate representation of color #86A6B7: hue angle of 200.82º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #86A6B7 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB134166183-
CMYK0.270.0900.28
HSL200.82º25.39%62.16%-
HSV(B)200.82º26.78%71.76%-
XYZ32.0135.7650.01-
YUV158.37141.9110.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 27.74%
GREEN value IS 166 (65.23% from 255) = 34.37%
BLUE value IS 183 (71.88% from 255) = 37.89%
R=27.74%
G=34.37%
B=37.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1341661830.270.0900.28200.8225.3962.16
Hex86A6B71B901Cc9193e
Octal20624626733110343113176
Binary1000011010100110101101111101110010111001100100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A6B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86A6B7; }

 p { color: rgb(134,166,183); }

 H1.HeaderClassName
 {
   color: #86A6B7;
 }
 .AnyTagClassName
 {
   color: #86A6B7;
 }
</style>
background-color css

<style>
 a { background-color: #86A6B7; }

 a { background-color: rgb(134,166,183); }

 div.DivClassName
 {
   background-color: #86A6B7;
 }
 .BgClassName
 {
   background-color: #86A6B7;
 }
</style>
border-color css

<style>
 span { border-color: #86A6B7; }

 span { border-color: rgb(134,166,183); }

 td.TdClassName
 {
   border-color: #86A6B7;
 }
 .TagClassName
 {
   border-color: #86A6B7;
 }
</style>