#83EDBA

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

Shades of Vista Blue #83EDBA

Tints of Vista Blue #83EDBA

Color information

#83EDBA (or 0x83EDBA) is unknown color: approx Vista Blue. HEX triplet: 83, ED and BA. RGB value is (131,237,186). Sum of RGB (Red+Green+Blue) = 131+237+186=554 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.65% from 554); Green value is 237 (92.97% from 255 or 42.78% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 237 - color contains mainly: green. Hex color #83EDBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EDBA is #7C1245. Grayscale: #C7C7C7. Windows color (decimal): -8131142 or 12250499. OLE color: 12250499.

HSL color Cylindrical-coordinate representation of color #83EDBA: hue angle of 151.13º 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 #83EDBA is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB131237186-
CMYK0.4500.220.07
HSL151.13º74.65%72.16%-
HSV(B)151.13º44.73%92.94%-
XYZ48.5168.9457.2-
YUV199.49120.3879.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.65%
GREEN value IS 237 (92.97% from 255) = 42.78%
BLUE value IS 186 (73.05% from 255) = 33.57%
R=23.65%
G=42.78%
B=33.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1312371860.4500.220.07151.1374.6572.16
Hex83EDBA2D0167974b48
Octal203355272550267227113110
Binary1000001111101101101110101011010101101111001011110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83EDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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