#86F3AB

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

Shades of Vista Blue #86F3AB

Tints of Vista Blue #86F3AB

Color information

#86F3AB (or 0x86F3AB) is unknown color: approx Vista Blue. HEX triplet: 86, F3 and AB. RGB value is (134,243,171). Sum of RGB (Red+Green+Blue) = 134+243+171=548 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.45% from 548); Green value is 243 (95.31% from 255 or 44.34% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 243 - color contains mainly: green. Hex color #86F3AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F3AB is #790C54. Grayscale: #CACACA. Windows color (decimal): -7933013 or 11268998. OLE color: 11268998.

HSL color Cylindrical-coordinate representation of color #86F3AB: hue angle of 140.37º 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 #86F3AB is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB134243171-
CMYK0.4500.300.05
HSL140.37º81.95%73.92%-
HSV(B)140.37º44.86%95.29%-
XYZ49.2372.1149.85-
YUV202.2110.3979.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.45%
GREEN value IS 243 (95.31% from 255) = 44.34%
BLUE value IS 171 (67.19% from 255) = 31.20%
R=24.45%
G=44.34%
B=31.20%

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
Decimal1342431710.4500.300.05140.3781.9573.92
Hex86F3AB2D01E58c524a
Octal206363253550365214122112
Binary1000011011110011101010111011010111101011000110010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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