#86ABBF

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

Shades of Nepal #86ABBF

Tints of Nepal #86ABBF

Color information

#86ABBF (or 0x86ABBF) is unknown color: approx Nepal. HEX triplet: 86, AB and BF. RGB value is (134,171,191). Sum of RGB (Red+Green+Blue) = 134+171+191=496 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.02% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 191 - color contains mainly: blue. Hex color #86ABBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ABBF is #795440. Grayscale: #A2A2A2. Windows color (decimal): -7951425 or 12561286. OLE color: 12561286.

HSL color Cylindrical-coordinate representation of color #86ABBF: hue angle of 201.05º 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 #86ABBF is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB134171191-
CMYK0.300.1000.25
HSL201.05º30.81%63.73%-
HSV(B)201.05º29.84%74.9%-
XYZ33.837.9654.84-
YUV162.22144.24107.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.02%
GREEN value IS 171 (67.19% from 255) = 34.48%
BLUE value IS 191 (75% from 255) = 38.51%
R=27.02%
G=34.48%
B=38.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341711910.300.1000.25201.0530.8163.73
Hex86ABBF1EA019c91f40
Octal206253277361203131137100
Binary10000110101010111011111111110101001100111001001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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