#86ACC3

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

Shades of Nepal #86ACC3

Tints of Nepal #86ACC3

Color information

#86ACC3 (or 0x86ACC3) is unknown color: approx Nepal. HEX triplet: 86, AC and C3. RGB value is (134,172,195). Sum of RGB (Red+Green+Blue) = 134+172+195=501 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.75% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 195 (76.56% from 255 or 38.92% from 501); Max value from RGB is 195 - color contains mainly: blue. Hex color #86ACC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ACC3 is #79533C. Grayscale: #A3A3A3. Windows color (decimal): -7951165 or 12823686. OLE color: 12823686.

HSL color Cylindrical-coordinate representation of color #86ACC3: hue angle of 202.62º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #86ACC3 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB134172195-
CMYK0.310.1200.24
HSL202.62º33.7%64.51%-
HSV(B)202.62º31.28%76.47%-
XYZ34.4338.5157.25-
YUV163.26145.91107.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.75%
GREEN value IS 172 (67.58% from 255) = 34.33%
BLUE value IS 195 (76.56% from 255) = 38.92%
R=26.75%
G=34.33%
B=38.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1341721950.310.1200.24202.6233.764.51
Hex86ACC31FC018cb2241
Octal206254303371403031342101
Binary100001101010110011000011111111100011000110010111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ACC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,172,195); }

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

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

 a { background-color: rgb(134,172,195); }

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

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

 span { border-color: rgb(134,172,195); }

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