#83DEA3

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

Shades of Vista Blue #83DEA3

Tints of Vista Blue #83DEA3

Color information

#83DEA3 (or 0x83DEA3) is unknown color: approx Vista Blue. HEX triplet: 83, DE and A3. RGB value is (131,222,163). Sum of RGB (Red+Green+Blue) = 131+222+163=516 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.39% from 516); Green value is 222 (87.11% from 255 or 43.02% from 516); Blue value is 163 (64.06% from 255 or 31.59% from 516); Max value from RGB is 222 - color contains mainly: green. Hex color #83DEA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DEA3 is #7C215C. Grayscale: #BCBCBC. Windows color (decimal): -8135005 or 10739331. OLE color: 10739331.

HSL color Cylindrical-coordinate representation of color #83DEA3: hue angle of 141.1º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83DEA3 is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB131222163-
CMYK0.4100.270.13
HSL141.1º57.96%69.22%-
HSV(B)141.1º40.99%87.06%-
XYZ42.0959.7143.96-
YUV188.06113.8587.3-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.39%
GREEN value IS 222 (87.11% from 255) = 43.02%
BLUE value IS 163 (64.06% from 255) = 31.59%
R=25.39%
G=43.02%
B=31.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1312221630.4100.270.13141.157.9669.22
Hex83DEA32901BD8d3a45
Octal203336243510331521572105
Binary1000001111011110101000111010010110111101100011011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,222,163); }

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

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

 a { background-color: rgb(131,222,163); }

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

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

 span { border-color: rgb(131,222,163); }

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