#83E1AF

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

Shades of Vista Blue #83E1AF

Tints of Vista Blue #83E1AF

Color information

#83E1AF (or 0x83E1AF) is unknown color: approx Vista Blue. HEX triplet: 83, E1 and AF. RGB value is (131,225,175). Sum of RGB (Red+Green+Blue) = 131+225+175=531 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.67% from 531); Green value is 225 (88.28% from 255 or 42.37% from 531); Blue value is 175 (68.75% from 255 or 32.96% from 531); Max value from RGB is 225 - color contains mainly: green. Hex color #83E1AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83E1AF is #7C1E50. Grayscale: #BFBFBF. Windows color (decimal): -8134225 or 11526531. OLE color: 11526531.

HSL color Cylindrical-coordinate representation of color #83E1AF: hue angle of 148.09º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #83E1AF is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB131225175-
CMYK0.4200.220.12
HSL148.09º61.04%69.8%-
HSV(B)148.09º41.78%88.24%-
XYZ44.0261.7750.16-
YUV191.19118.8685.07-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.67%
GREEN value IS 225 (88.28% from 255) = 42.37%
BLUE value IS 175 (68.75% from 255) = 32.96%
R=24.67%
G=42.37%
B=32.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1312251750.4200.220.12148.0961.0469.8
Hex83E1AF2A016C943d46
Octal203341257520261422475106
Binary1000001111100001101011111010100101101100100101001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83E1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,225,175); }

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

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

 a { background-color: rgb(131,225,175); }

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

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

 span { border-color: rgb(131,225,175); }

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