#86ADBE

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

Shades of Nepal #86ADBE

Tints of Nepal #86ADBE

Color information

#86ADBE (or 0x86ADBE) is unknown color: approx Nepal. HEX triplet: 86, AD and BE. RGB value is (134,173,190). Sum of RGB (Red+Green+Blue) = 134+173+190=497 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.96% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 190 - color contains mainly: blue. Hex color #86ADBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ADBE is #795241. Grayscale: #A3A3A3. Windows color (decimal): -7950914 or 12496262. OLE color: 12496262.

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

Color convert

RGB134173190-
CMYK0.290.0900.25
HSL198.21º30.11%63.53%-
HSV(B)198.21º29.47%74.51%-
XYZ34.0738.6754.38-
YUV163.28143.08107.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.96%
GREEN value IS 173 (67.97% from 255) = 34.81%
BLUE value IS 190 (74.61% from 255) = 38.23%
R=26.96%
G=34.81%
B=38.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341731900.290.0900.25198.2130.1163.53
Hex86ADBE1D9019c61e40
Octal206255276351103130636100
Binary10000110101011011011111011101100101100111000110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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