#83E6A5

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

Shades of Vista Blue #83E6A5

Tints of Vista Blue #83E6A5

Color information

#83E6A5 (or 0x83E6A5) is unknown color: approx Vista Blue. HEX triplet: 83, E6 and A5. RGB value is (131,230,165). Sum of RGB (Red+Green+Blue) = 131+230+165=526 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.90% from 526); Green value is 230 (90.23% from 255 or 43.73% from 526); Blue value is 165 (64.84% from 255 or 31.37% from 526); Max value from RGB is 230 - color contains mainly: green. Hex color #83E6A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83E6A5 is #7C195A. Grayscale: #C1C1C1. Windows color (decimal): -8132955 or 10872451. OLE color: 10872451.

HSL color Cylindrical-coordinate representation of color #83E6A5: hue angle of 140.61º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #83E6A5 is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB131230165-
CMYK0.4300.280.10
HSL140.61º66.44%70.78%-
HSV(B)140.61º43.04%90.2%-
XYZ44.4564.1445.63-
YUV192.99112.283.79-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.90%
GREEN value IS 230 (90.23% from 255) = 43.73%
BLUE value IS 165 (64.84% from 255) = 31.37%
R=24.90%
G=43.73%
B=31.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1312301650.4300.280.10140.6166.4470.78
Hex83E6A52B01CA8d4247
Octal2033462455303412215102107
Binary10000011111001101010010110101101110010101000110110000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83E6A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,230,165); }

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

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

 a { background-color: rgb(131,230,165); }

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

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

 span { border-color: rgb(131,230,165); }

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