#86EFB2

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

Shades of Vista Blue #86EFB2

Tints of Vista Blue #86EFB2

Color information

#86EFB2 (or 0x86EFB2) is unknown color: approx Vista Blue. HEX triplet: 86, EF and B2. RGB value is (134,239,178). Sum of RGB (Red+Green+Blue) = 134+239+178=551 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.32% from 551); Green value is 239 (93.75% from 255 or 43.38% from 551); Blue value is 178 (69.92% from 255 or 32.30% from 551); Max value from RGB is 239 - color contains mainly: green. Hex color #86EFB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86EFB2 is #79104D. Grayscale: #C8C8C8. Windows color (decimal): -7934030 or 11726726. OLE color: 11726726.

HSL color Cylindrical-coordinate representation of color #86EFB2: hue angle of 145.14º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86EFB2 is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB134239178-
CMYK0.4400.260.06
HSL145.14º76.64%73.14%-
HSV(B)145.14º43.93%93.73%-
XYZ48.7370.0253.07-
YUV200.65115.2180.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.32%
GREEN value IS 239 (93.75% from 255) = 43.38%
BLUE value IS 178 (69.92% from 255) = 32.30%
R=24.32%
G=43.38%
B=32.30%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1342391780.4400.260.06145.1476.6473.14
Hex86EFB22C01A6914d49
Octal206357262540326221115111
Binary1000011011101111101100101011000110101101001000110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,239,178); }

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

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

 a { background-color: rgb(134,239,178); }

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

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

 span { border-color: rgb(134,239,178); }

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