#86FAB1

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

Shades of Vista Blue #86FAB1

Tints of Vista Blue #86FAB1

Color information

#86FAB1 (or 0x86FAB1) is unknown color: approx Vista Blue. HEX triplet: 86, FA and B1. RGB value is (134,250,177). Sum of RGB (Red+Green+Blue) = 134+250+177=561 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.89% from 561); Green value is 250 (98.05% from 255 or 44.56% from 561); Blue value is 177 (69.53% from 255 or 31.55% from 561); Max value from RGB is 250 - color contains mainly: green. Hex color #86FAB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FAB1 is #79054E. Grayscale: #CFCFCF. Windows color (decimal): -7931215 or 11664006. OLE color: 11664006.

HSL color Cylindrical-coordinate representation of color #86FAB1: hue angle of 142.24º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86FAB1 is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB134250177-
CMYK0.4600.290.02
HSL142.24º92.06%75.29%-
HSV(B)142.24º46.4%98.04%-
XYZ51.9576.6153.64-
YUV206.99111.0775.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.89%
GREEN value IS 250 (98.05% from 255) = 44.56%
BLUE value IS 177 (69.53% from 255) = 31.55%
R=23.89%
G=44.56%
B=31.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1342501770.4600.290.02142.2492.0675.29
Hex86FAB12E01D28e5c4b
Octal206372261560352216134113
Binary100001101111101010110001101110011101101000111010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,250,177); }

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

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

 a { background-color: rgb(134,250,177); }

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

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

 span { border-color: rgb(134,250,177); }

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