#83D0A5

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

Shades of Vista Blue #83D0A5

Tints of Vista Blue #83D0A5

Color information

#83D0A5 (or 0x83D0A5) is unknown color: approx Vista Blue. HEX triplet: 83, D0 and A5. RGB value is (131,208,165). Sum of RGB (Red+Green+Blue) = 131+208+165=504 (66% of max value = 765). Red value is 131 (51.56% from 255 or 25.99% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 165 (64.84% from 255 or 32.74% from 504); Max value from RGB is 208 - color contains mainly: green. Hex color #83D0A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83D0A5 is #7C2F5A. Grayscale: #B4B4B4. Windows color (decimal): -8138587 or 10866819. OLE color: 10866819.

HSL color Cylindrical-coordinate representation of color #83D0A5: hue angle of 146.49º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83D0A5 is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB131208165-
CMYK0.3700.210.18
HSL146.49º45.03%66.47%-
HSV(B)146.49º37.02%81.57%-
XYZ38.7152.6543.72-
YUV180.08119.4993-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.99%
GREEN value IS 208 (81.64% from 255) = 41.27%
BLUE value IS 165 (64.84% from 255) = 32.74%
R=25.99%
G=41.27%
B=32.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1312081650.3700.210.18146.4945.0366.47
Hex83D0A52501512922d42
Octal203320245450252222255102
Binary10000011110100001010010110010101010110010100100101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83D0A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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