#83E1B6

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

Shades of Vista Blue #83E1B6

Tints of Vista Blue #83E1B6

Color information

#83E1B6 (or 0x83E1B6) is unknown color: approx Vista Blue. HEX triplet: 83, E1 and B6. RGB value is (131,225,182). Sum of RGB (Red+Green+Blue) = 131+225+182=538 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.35% from 538); Green value is 225 (88.28% from 255 or 41.82% from 538); Blue value is 182 (71.48% from 255 or 33.83% from 538); Max value from RGB is 225 - color contains mainly: green. Hex color #83E1B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83E1B6 is #7C1E49. Grayscale: #C0C0C0. Windows color (decimal): -8134218 or 11985283. OLE color: 11985283.

HSL color Cylindrical-coordinate representation of color #83E1B6: hue angle of 152.55º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #83E1B6 is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB131225182-
CMYK0.4200.190.12
HSL152.55º61.04%69.8%-
HSV(B)152.55º41.78%88.24%-
XYZ44.7362.0553.88-
YUV191.99122.3684.5-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.35%
GREEN value IS 225 (88.28% from 255) = 41.82%
BLUE value IS 182 (71.48% from 255) = 33.83%
R=24.35%
G=41.82%
B=33.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1312251820.4200.190.12152.5561.0469.8
Hex83E1B62A013C993d46
Octal203341266520231423175106
Binary1000001111100001101101101010100100111100100110011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83E1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83E1B6; }

 p { color: rgb(131,225,182); }

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

<style>
 a { background-color: #83E1B6; }

 a { background-color: rgb(131,225,182); }

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

<style>
 span { border-color: #83E1B6; }

 span { border-color: rgb(131,225,182); }

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