#80ECB7

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

Shades of Vista Blue #80ECB7

Tints of Vista Blue #80ECB7

Color information

#80ECB7 (or 0x80ECB7) is unknown color: approx Vista Blue. HEX triplet: 80, EC and B7. RGB value is (128,236,183). Sum of RGB (Red+Green+Blue) = 128+236+183=547 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.40% from 547); Green value is 236 (92.58% from 255 or 43.14% from 547); Blue value is 183 (71.88% from 255 or 33.46% from 547); Max value from RGB is 236 - color contains mainly: green. Hex color #80ECB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80ECB7 is #7F1348. Grayscale: #C5C5C5. Windows color (decimal): -8328009 or 12053632. OLE color: 12053632.

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

Color convert

RGB128236183-
CMYK0.4600.220.07
HSL150.56º73.97%71.37%-
HSV(B)150.56º45.76%92.55%-
XYZ47.446855.42-
YUV197.67119.7278.31-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.40%
GREEN value IS 236 (92.58% from 255) = 43.14%
BLUE value IS 183 (71.88% from 255) = 33.46%
R=23.40%
G=43.14%
B=33.46%

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
Decimal1282361830.4600.220.07150.5673.9771.37
Hex80ECB72E0167974a47
Octal200354267560267227112107
Binary1000000011101100101101111011100101101111001011110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ECB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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