#86D3A8

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

Shades of Vista Blue #86D3A8

Tints of Vista Blue #86D3A8

Color information

#86D3A8 (or 0x86D3A8) is unknown color: approx Vista Blue. HEX triplet: 86, D3 and A8. RGB value is (134,211,168). Sum of RGB (Red+Green+Blue) = 134+211+168=513 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.12% from 513); Green value is 211 (82.81% from 255 or 41.13% from 513); Blue value is 168 (66.02% from 255 or 32.75% from 513); Max value from RGB is 211 - color contains mainly: green. Hex color #86D3A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D3A8 is #792C57. Grayscale: #B7B7B7. Windows color (decimal): -7941208 or 11064198. OLE color: 11064198.

HSL color Cylindrical-coordinate representation of color #86D3A8: hue angle of 146.49º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86D3A8 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB134211168-
CMYK0.3600.200.17
HSL146.49º46.67%67.65%-
HSV(B)146.49º36.49%82.75%-
XYZ40.1954.4845.44-
YUV183.08119.4993-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.12%
GREEN value IS 211 (82.81% from 255) = 41.13%
BLUE value IS 168 (66.02% from 255) = 32.75%
R=26.12%
G=41.13%
B=32.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1342111680.3600.200.17146.4946.6767.65
Hex86D3A82401411922f44
Octal206323250440242122257104
Binary10000110110100111010100010010001010010001100100101011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D3A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,211,168); }

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

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

 a { background-color: rgb(134,211,168); }

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

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

 span { border-color: rgb(134,211,168); }

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