#83EAA7

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

Shades of Vista Blue #83EAA7

Tints of Vista Blue #83EAA7

Color information

#83EAA7 (or 0x83EAA7) is unknown color: approx Vista Blue. HEX triplet: 83, EA and A7. RGB value is (131,234,167). Sum of RGB (Red+Green+Blue) = 131+234+167=532 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.62% from 532); Green value is 234 (91.80% from 255 or 43.98% from 532); Blue value is 167 (65.62% from 255 or 31.39% from 532); Max value from RGB is 234 - color contains mainly: green. Hex color #83EAA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83EAA7 is #7C1558. Grayscale: #C3C3C3. Windows color (decimal): -8131929 or 11004547. OLE color: 11004547.

HSL color Cylindrical-coordinate representation of color #83EAA7: hue angle of 140.97º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83EAA7 is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB131234167-
CMYK0.4400.290.08
HSL140.97º71.03%71.57%-
HSV(B)140.97º44.02%91.76%-
XYZ45.7666.4646.98-
YUV195.56111.8881.95-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.62%
GREEN value IS 234 (91.80% from 255) = 43.98%
BLUE value IS 167 (65.62% from 255) = 31.39%
R=24.62%
G=43.98%
B=31.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1312341670.4400.290.08140.9771.0371.57
Hex83EAA72C01D88d4748
Octal2033522475403510215107110
Binary10000011111010101010011110110001110110001000110110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83EAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,234,167); }

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

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

 a { background-color: rgb(131,234,167); }

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

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

 span { border-color: rgb(131,234,167); }

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