#83EFA8

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

Shades of Vista Blue #83EFA8

Tints of Vista Blue #83EFA8

Color information

#83EFA8 (or 0x83EFA8) is unknown color: approx Vista Blue. HEX triplet: 83, EF and A8. RGB value is (131,239,168). Sum of RGB (Red+Green+Blue) = 131+239+168=538 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.35% from 538); Green value is 239 (93.75% from 255 or 44.42% from 538); Blue value is 168 (66.02% from 255 or 31.23% from 538); Max value from RGB is 239 - color contains mainly: green. Hex color #83EFA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83EFA8 is #7C1057. Grayscale: #C6C6C6. Windows color (decimal): -8130648 or 11071363. OLE color: 11071363.

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

Color convert

RGB131239168-
CMYK0.4500.300.06
HSL140.56º77.14%72.55%-
HSV(B)140.56º45.19%93.73%-
XYZ47.2969.3947.95-
YUV198.61110.7279.77-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.35%
GREEN value IS 239 (93.75% from 255) = 44.42%
BLUE value IS 168 (66.02% from 255) = 31.23%
R=24.35%
G=44.42%
B=31.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1312391680.4500.300.06140.5677.1472.55
Hex83EFA82D01E68d4d49
Octal203357250550366215115111
Binary1000001111101111101010001011010111101101000110110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83EFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,239,168); }

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

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

 a { background-color: rgb(131,239,168); }

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

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

 span { border-color: rgb(131,239,168); }

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