#86ADC2

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

Shades of Nepal #86ADC2

Tints of Nepal #86ADC2

Color information

#86ADC2 (or 0x86ADC2) is unknown color: approx Nepal. HEX triplet: 86, AD and C2. RGB value is (134,173,194). Sum of RGB (Red+Green+Blue) = 134+173+194=501 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.75% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 194 (76.17% from 255 or 38.72% from 501); Max value from RGB is 194 - color contains mainly: blue. Hex color #86ADC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ADC2 is #79523D. Grayscale: #A3A3A3. Windows color (decimal): -7950910 or 12758406. OLE color: 12758406.

HSL color Cylindrical-coordinate representation of color #86ADC2: hue angle of 201º 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 #86ADC2 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB134173194-
CMYK0.310.1100.24
HSL201º32.97%64.31%-
HSV(B)201º30.93%76.08%-
XYZ34.5138.8556.72-
YUV163.73145.08106.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.75%
GREEN value IS 173 (67.97% from 255) = 34.53%
BLUE value IS 194 (76.17% from 255) = 38.72%
R=26.75%
G=34.53%
B=38.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1341731940.310.1100.2420132.9764.31
Hex86ADC21FB018c92140
Octal206255302371303031141100
Binary100001101010110111000010111111011011000110010011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ADC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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