#83DEA4

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

Shades of Vista Blue #83DEA4

Tints of Vista Blue #83DEA4

Color information

#83DEA4 (or 0x83DEA4) is unknown color: approx Vista Blue. HEX triplet: 83, DE and A4. RGB value is (131,222,164). Sum of RGB (Red+Green+Blue) = 131+222+164=517 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.34% from 517); Green value is 222 (87.11% from 255 or 42.94% from 517); Blue value is 164 (64.45% from 255 or 31.72% from 517); Max value from RGB is 222 - color contains mainly: green. Hex color #83DEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DEA4 is #7C215B. Grayscale: #BCBCBC. Windows color (decimal): -8135004 or 10804867. OLE color: 10804867.

HSL color Cylindrical-coordinate representation of color #83DEA4: hue angle of 141.76º 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 #83DEA4 is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB131222164-
CMYK0.4100.260.13
HSL141.76º57.96%69.22%-
HSV(B)141.76º40.99%87.06%-
XYZ42.1859.7544.43-
YUV188.18114.3587.22-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.34%
GREEN value IS 222 (87.11% from 255) = 42.94%
BLUE value IS 164 (64.45% from 255) = 31.72%
R=25.34%
G=42.94%
B=31.72%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1312221640.4100.260.13141.7657.9669.22
Hex83DEA42901AD8e3a45
Octal203336244510321521672105
Binary1000001111011110101001001010010110101101100011101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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