#86EBB4

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

Shades of Vista Blue #86EBB4

Tints of Vista Blue #86EBB4

Color information

#86EBB4 (or 0x86EBB4) is unknown color: approx Vista Blue. HEX triplet: 86, EB and B4. RGB value is (134,235,180). Sum of RGB (Red+Green+Blue) = 134+235+180=549 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.41% from 549); Green value is 235 (92.19% from 255 or 42.81% from 549); Blue value is 180 (70.70% from 255 or 32.79% from 549); Max value from RGB is 235 - color contains mainly: green. Hex color #86EBB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86EBB4 is #79144B. Grayscale: #C6C6C6. Windows color (decimal): -7935052 or 11856774. OLE color: 11856774.

HSL color Cylindrical-coordinate representation of color #86EBB4: hue angle of 147.33º 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 #86EBB4 is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB134235180-
CMYK0.4300.230.08
HSL147.33º71.63%72.35%-
HSV(B)147.33º42.98%92.16%-
XYZ47.7867.7853.74-
YUV198.53117.5481.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.41%
GREEN value IS 235 (92.19% from 255) = 42.81%
BLUE value IS 180 (70.70% from 255) = 32.79%
R=24.41%
G=42.81%
B=32.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1342351800.4300.230.08147.3371.6372.35
Hex86EBB42B0178934848
Octal2063532645302710223110110
Binary10000110111010111011010010101101011110001001001110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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