#86ADBF

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

Shades of Nepal #86ADBF

Tints of Nepal #86ADBF

Color information

#86ADBF (or 0x86ADBF) is unknown color: approx Nepal. HEX triplet: 86, AD and BF. RGB value is (134,173,191). Sum of RGB (Red+Green+Blue) = 134+173+191=498 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.91% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 191 (75% from 255 or 38.35% from 498); Max value from RGB is 191 - color contains mainly: blue. Hex color #86ADBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ADBF is #795240. Grayscale: #A3A3A3. Windows color (decimal): -7950913 or 12561798. OLE color: 12561798.

HSL color Cylindrical-coordinate representation of color #86ADBF: hue angle of 198.95º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #86ADBF is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB134173191-
CMYK0.300.0900.25
HSL198.95º30.81%63.73%-
HSV(B)198.95º29.84%74.9%-
XYZ34.1838.7254.96-
YUV163.39143.58107.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.91%
GREEN value IS 173 (67.97% from 255) = 34.74%
BLUE value IS 191 (75% from 255) = 38.35%
R=26.91%
G=34.74%
B=38.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341731910.300.0900.25198.9530.8163.73
Hex86ADBF1E9019c71f40
Octal206255277361103130737100
Binary10000110101011011011111111110100101100111000111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,173,191); }

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

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

 a { background-color: rgb(134,173,191); }

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

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

 span { border-color: rgb(134,173,191); }

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