#83EFB7

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

Shades of Vista Blue #83EFB7

Tints of Vista Blue #83EFB7

Color information

#83EFB7 (or 0x83EFB7) is unknown color: approx Vista Blue. HEX triplet: 83, EF and B7. RGB value is (131,239,183). Sum of RGB (Red+Green+Blue) = 131+239+183=553 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.69% from 553); Green value is 239 (93.75% from 255 or 43.22% from 553); Blue value is 183 (71.88% from 255 or 33.09% from 553); Max value from RGB is 239 - color contains mainly: green. Hex color #83EFB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EFB7 is #7C1048. Grayscale: #C8C8C8. Windows color (decimal): -8130633 or 12054403. OLE color: 12054403.

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

Color convert

RGB131239183-
CMYK0.4500.230.06
HSL148.89º77.14%72.55%-
HSV(B)148.89º45.19%93.73%-
XYZ48.7769.9855.74-
YUV200.32118.2278.55-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.69%
GREEN value IS 239 (93.75% from 255) = 43.22%
BLUE value IS 183 (71.88% from 255) = 33.09%
R=23.69%
G=43.22%
B=33.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1312391830.4500.230.06148.8977.1472.55
Hex83EFB72D0176954d49
Octal203357267550276225115111
Binary1000001111101111101101111011010101111101001010110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83EFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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