#86E1B7

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

Shades of Vista Blue #86E1B7

Tints of Vista Blue #86E1B7

Color information

#86E1B7 (or 0x86E1B7) is unknown color: approx Vista Blue. HEX triplet: 86, E1 and B7. RGB value is (134,225,183). Sum of RGB (Red+Green+Blue) = 134+225+183=542 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.72% from 542); Green value is 225 (88.28% from 255 or 41.51% from 542); Blue value is 183 (71.88% from 255 or 33.76% from 542); Max value from RGB is 225 - color contains mainly: green. Hex color #86E1B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86E1B7 is #791E48. Grayscale: #C1C1C1. Windows color (decimal): -7937609 or 12050822. OLE color: 12050822.

HSL color Cylindrical-coordinate representation of color #86E1B7: hue angle of 152.31º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86E1B7 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB134225183-
CMYK0.4000.190.12
HSL152.31º60.26%70.39%-
HSV(B)152.31º40.44%88.24%-
XYZ45.362.3454.44-
YUV193122.3585.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.72%
GREEN value IS 225 (88.28% from 255) = 41.51%
BLUE value IS 183 (71.88% from 255) = 33.76%
R=24.72%
G=41.51%
B=33.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1342251830.4000.190.12152.3160.2670.39
Hex86E1B728013C983c46
Octal206341267500231423074106
Binary1000011011100001101101111010000100111100100110001111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,225,183); }

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

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

 a { background-color: rgb(134,225,183); }

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

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

 span { border-color: rgb(134,225,183); }

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