#83EFB4

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

Shades of Vista Blue #83EFB4

Tints of Vista Blue #83EFB4

Color information

#83EFB4 (or 0x83EFB4) is unknown color: approx Vista Blue. HEX triplet: 83, EF and B4. RGB value is (131,239,180). Sum of RGB (Red+Green+Blue) = 131+239+180=550 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.82% from 550); Green value is 239 (93.75% from 255 or 43.45% from 550); Blue value is 180 (70.70% from 255 or 32.73% from 550); Max value from RGB is 239 - color contains mainly: green. Hex color #83EFB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EFB4 is #7C104B. Grayscale: #C8C8C8. Windows color (decimal): -8130636 or 11857795. OLE color: 11857795.

HSL color Cylindrical-coordinate representation of color #83EFB4: hue angle of 147.22º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83EFB4 is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB131239180-
CMYK0.4500.250.06
HSL147.22º77.14%72.55%-
HSV(B)147.22º45.19%93.73%-
XYZ48.4669.8554.11-
YUV199.98116.7278.8-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.82%
GREEN value IS 239 (93.75% from 255) = 43.45%
BLUE value IS 180 (70.70% from 255) = 32.73%
R=23.82%
G=43.45%
B=32.73%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1312391800.4500.250.06147.2277.1472.55
Hex83EFB42D0196934d49
Octal203357264550316223115111
Binary1000001111101111101101001011010110011101001001110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83EFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,239,180); }

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

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

 a { background-color: rgb(131,239,180); }

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

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

 span { border-color: rgb(131,239,180); }

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