#80ECAF

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

Shades of Vista Blue #80ECAF

Tints of Vista Blue #80ECAF

Color information

#80ECAF (or 0x80ECAF) is unknown color: approx Vista Blue. HEX triplet: 80, EC and AF. RGB value is (128,236,175). Sum of RGB (Red+Green+Blue) = 128+236+175=539 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.75% from 539); Green value is 236 (92.58% from 255 or 43.78% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 236 - color contains mainly: green. Hex color #80ECAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80ECAF is #7F1350. Grayscale: #C4C4C4. Windows color (decimal): -8328017 or 11529344. OLE color: 11529344.

HSL color Cylindrical-coordinate representation of color #80ECAF: hue angle of 146.11º 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 #80ECAF is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB128236175-
CMYK0.4600.260.07
HSL146.11º73.97%71.37%-
HSV(B)146.11º45.76%92.55%-
XYZ46.6467.6851.16-
YUV196.75115.7278.96-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.75%
GREEN value IS 236 (92.58% from 255) = 43.78%
BLUE value IS 175 (68.75% from 255) = 32.47%
R=23.75%
G=43.78%
B=32.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1282361750.4600.260.07146.1173.9771.37
Hex80ECAF2E01A7924a47
Octal200354257560327222112107
Binary1000000011101100101011111011100110101111001001010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ECAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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