#83EDA5

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

Shades of Vista Blue #83EDA5

Tints of Vista Blue #83EDA5

Color information

#83EDA5 (or 0x83EDA5) is unknown color: approx Vista Blue. HEX triplet: 83, ED and A5. RGB value is (131,237,165). Sum of RGB (Red+Green+Blue) = 131+237+165=533 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.58% from 533); Green value is 237 (92.97% from 255 or 44.47% from 533); Blue value is 165 (64.84% from 255 or 30.96% from 533); Max value from RGB is 237 - color contains mainly: green. Hex color #83EDA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83EDA5 is #7C125A. Grayscale: #C5C5C5. Windows color (decimal): -8131163 or 10874243. OLE color: 10874243.

HSL color Cylindrical-coordinate representation of color #83EDA5: hue angle of 139.25º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83EDA5 is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB131237165-
CMYK0.4500.300.07
HSL139.25º74.65%72.16%-
HSV(B)139.25º44.73%92.94%-
XYZ46.4468.1146.3-
YUV197.1109.8880.85-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.58%
GREEN value IS 237 (92.97% from 255) = 44.47%
BLUE value IS 165 (64.84% from 255) = 30.96%
R=24.58%
G=44.47%
B=30.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1312371650.4500.300.07139.2574.6572.16
Hex83EDA52D01E78b4b48
Octal203355245550367213113110
Binary1000001111101101101001011011010111101111000101110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83EDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,237,165); }

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

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

 a { background-color: rgb(131,237,165); }

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

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

 span { border-color: rgb(131,237,165); }

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