#80EFB7

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

Shades of Vista Blue #80EFB7

Tints of Vista Blue #80EFB7

Color information

#80EFB7 (or 0x80EFB7) is unknown color: approx Vista Blue. HEX triplet: 80, EF and B7. RGB value is (128,239,183). Sum of RGB (Red+Green+Blue) = 128+239+183=550 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.27% from 550); Green value is 239 (93.75% from 255 or 43.45% from 550); Blue value is 183 (71.88% from 255 or 33.27% from 550); Max value from RGB is 239 - color contains mainly: green. Hex color #80EFB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EFB7 is #7F1048. Grayscale: #C7C7C7. Windows color (decimal): -8327241 or 12054400. OLE color: 12054400.

HSL color Cylindrical-coordinate representation of color #80EFB7: hue angle of 149.73º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EFB7 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB128239183-
CMYK0.4600.230.06
HSL149.73º77.62%71.96%-
HSV(B)149.73º46.44%93.73%-
XYZ48.3269.7455.71-
YUV199.43118.7377.05-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.27%
GREEN value IS 239 (93.75% from 255) = 43.45%
BLUE value IS 183 (71.88% from 255) = 33.27%
R=23.27%
G=43.45%
B=33.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1282391830.4600.230.06149.7377.6271.96
Hex80EFB72E0176964e48
Octal200357267560276226116110
Binary1000000011101111101101111011100101111101001011010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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