#83D7A5

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

Shades of Vista Blue #83D7A5

Tints of Vista Blue #83D7A5

Color information

#83D7A5 (or 0x83D7A5) is unknown color: approx Vista Blue. HEX triplet: 83, D7 and A5. RGB value is (131,215,165). Sum of RGB (Red+Green+Blue) = 131+215+165=511 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.64% from 511); Green value is 215 (84.38% from 255 or 42.07% from 511); Blue value is 165 (64.84% from 255 or 32.29% from 511); Max value from RGB is 215 - color contains mainly: green. Hex color #83D7A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83D7A5 is #7C285A. Grayscale: #B8B8B8. Windows color (decimal): -8136795 or 10868611. OLE color: 10868611.

HSL color Cylindrical-coordinate representation of color #83D7A5: hue angle of 144.29º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83D7A5 is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB131215165-
CMYK0.3900.230.16
HSL144.29º51.22%67.84%-
HSV(B)144.29º39.07%84.31%-
XYZ40.4556.1444.3-
YUV184.18117.1790.07-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.64%
GREEN value IS 215 (84.38% from 255) = 42.07%
BLUE value IS 165 (64.84% from 255) = 32.29%
R=25.64%
G=42.07%
B=32.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1312151650.3900.230.16144.2951.2267.84
Hex83D7A52701710903344
Octal203327245470272022063104
Binary10000011110101111010010110011101011110000100100001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83D7A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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