#83eaab

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

Shades of Vista Blue #83EAAB

Tints of Vista Blue #83EAAB

Color information

#83EAAB (or 0x83EAAB) is unknown color: approx Vista Blue. HEX triplet: 83, EA and AB. RGB value is (131,234,171). Sum of RGB (Red+Green+Blue) = 131+234+171=536 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.44% from 536); Green value is 234 (91.80% from 255 or 43.66% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 234 - color contains mainly: green. Hex color #83EAAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83EAAB is #7C1554. Grayscale: #C4C4C4. Windows color (decimal): -8131925 or 11266691. OLE color: 11266691.

HSL color Cylindrical-coordinate representation of color #83EAAB: hue angle of 143.3º 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 #83EAAB is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB131234171-
CMYK0.4400.270.08
HSL143.3º71.03%71.57%-
HSV(B)143.3º44.02%91.76%-
XYZ46.1366.6148.95-
YUV196.02113.8881.62-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.44%
GREEN value IS 234 (91.80% from 255) = 43.66%
BLUE value IS 171 (67.19% from 255) = 31.90%
R=24.44%
G=43.66%
B=31.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1312341710.4400.270.08143.371.0371.57
Hex83EAAB2C01B88f4748
Octal2033522535403310217107110
Binary10000011111010101010101110110001101110001000111110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83eaab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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