#83EFB8

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

Shades of Vista Blue #83EFB8

Tints of Vista Blue #83EFB8

Color information

#83EFB8 (or 0x83EFB8) is unknown color: approx Vista Blue. HEX triplet: 83, EF and B8. RGB value is (131,239,184). Sum of RGB (Red+Green+Blue) = 131+239+184=554 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.65% from 554); Green value is 239 (93.75% from 255 or 43.14% from 554); Blue value is 184 (72.27% from 255 or 33.21% from 554); Max value from RGB is 239 - color contains mainly: green. Hex color #83EFB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EFB8 is #7C1047. Grayscale: #C8C8C8. Windows color (decimal): -8130632 or 12119939. OLE color: 12119939.

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

Color convert

RGB131239184-
CMYK0.4500.230.06
HSL149.44º77.14%72.55%-
HSV(B)149.44º45.19%93.73%-
XYZ48.8870.0256.29-
YUV200.44118.7278.47-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.65%
GREEN value IS 239 (93.75% from 255) = 43.14%
BLUE value IS 184 (72.27% from 255) = 33.21%
R=23.65%
G=43.14%
B=33.21%

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
Decimal1312391840.4500.230.06149.4477.1472.55
Hex83EFB82D0176954d49
Octal203357270550276225115111
Binary1000001111101111101110001011010101111101001010110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83EFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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