#86F3A9

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

Shades of Vista Blue #86F3A9

Tints of Vista Blue #86F3A9

Color information

#86F3A9 (or 0x86F3A9) is unknown color: approx Vista Blue. HEX triplet: 86, F3 and A9. RGB value is (134,243,169). Sum of RGB (Red+Green+Blue) = 134+243+169=546 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.54% from 546); Green value is 243 (95.31% from 255 or 44.51% from 546); Blue value is 169 (66.41% from 255 or 30.95% from 546); Max value from RGB is 243 - color contains mainly: green. Hex color #86F3A9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F3A9 is #790C56. Grayscale: #CACACA. Windows color (decimal): -7933015 or 11137926. OLE color: 11137926.

HSL color Cylindrical-coordinate representation of color #86F3A9: hue angle of 139.27º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86F3A9 is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB134243169-
CMYK0.4500.300.05
HSL139.27º81.95%73.92%-
HSV(B)139.27º44.86%95.29%-
XYZ49.0472.0348.86-
YUV201.97109.3979.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.54%
GREEN value IS 243 (95.31% from 255) = 44.51%
BLUE value IS 169 (66.41% from 255) = 30.95%
R=24.54%
G=44.51%
B=30.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1342431690.4500.300.05139.2781.9573.92
Hex86F3A92D01E58b524a
Octal206363251550365213122112
Binary1000011011110011101010011011010111101011000101110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F3A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,243,169); }

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

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

 a { background-color: rgb(134,243,169); }

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

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

 span { border-color: rgb(134,243,169); }

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