#80EDB8

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

Shades of Vista Blue #80EDB8

Tints of Vista Blue #80EDB8

Color information

#80EDB8 (or 0x80EDB8) is unknown color: approx Vista Blue. HEX triplet: 80, ED and B8. RGB value is (128,237,184). Sum of RGB (Red+Green+Blue) = 128+237+184=549 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.32% from 549); Green value is 237 (92.97% from 255 or 43.17% from 549); Blue value is 184 (72.27% from 255 or 33.52% from 549); Max value from RGB is 237 - color contains mainly: green. Hex color #80EDB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EDB8 is #7F1247. Grayscale: #C6C6C6. Windows color (decimal): -8327752 or 12119424. OLE color: 12119424.

HSL color Cylindrical-coordinate representation of color #80EDB8: hue angle of 150.83º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EDB8 is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB128237184-
CMYK0.4600.220.07
HSL150.83º75.17%71.57%-
HSV(B)150.83º45.99%92.94%-
XYZ47.8468.6256.07-
YUV198.37119.8977.81-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.32%
GREEN value IS 237 (92.97% from 255) = 43.17%
BLUE value IS 184 (72.27% from 255) = 33.52%
R=23.32%
G=43.17%
B=33.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1282371840.4600.220.07150.8375.1771.57
Hex80EDB82E0167974b48
Octal200355270560267227113110
Binary1000000011101101101110001011100101101111001011110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,237,184); }

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

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

 a { background-color: rgb(128,237,184); }

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

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

 span { border-color: rgb(128,237,184); }

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