#86EBB1

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

Shades of Vista Blue #86EBB1

Tints of Vista Blue #86EBB1

Color information

#86EBB1 (or 0x86EBB1) is unknown color: approx Vista Blue. HEX triplet: 86, EB and B1. RGB value is (134,235,177). Sum of RGB (Red+Green+Blue) = 134+235+177=546 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.54% from 546); Green value is 235 (92.19% from 255 or 43.04% from 546); Blue value is 177 (69.53% from 255 or 32.42% from 546); Max value from RGB is 235 - color contains mainly: green. Hex color #86EBB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86EBB1 is #79144E. Grayscale: #C6C6C6. Windows color (decimal): -7935055 or 11660166. OLE color: 11660166.

HSL color Cylindrical-coordinate representation of color #86EBB1: hue angle of 145.54º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86EBB1 is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB134235177-
CMYK0.4300.250.08
HSL145.54º71.63%72.35%-
HSV(B)145.54º42.98%92.16%-
XYZ47.4867.6652.15-
YUV198.19116.0482.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.54%
GREEN value IS 235 (92.19% from 255) = 43.04%
BLUE value IS 177 (69.53% from 255) = 32.42%
R=24.54%
G=43.04%
B=32.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1342351770.4300.250.08145.5471.6372.35
Hex86EBB12B0198924848
Octal2063532615303110222110110
Binary10000110111010111011000110101101100110001001001010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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