#80D8A3

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

Shades of Vista Blue #80D8A3

Tints of Vista Blue #80D8A3

Color information

#80D8A3 (or 0x80D8A3) is unknown color: approx Vista Blue. HEX triplet: 80, D8 and A3. RGB value is (128,216,163). Sum of RGB (Red+Green+Blue) = 128+216+163=507 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.25% from 507); Green value is 216 (84.77% from 255 or 42.60% from 507); Blue value is 163 (64.06% from 255 or 32.15% from 507); Max value from RGB is 216 - color contains mainly: green. Hex color #80D8A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D8A3 is #7F275C. Grayscale: #B7B7B7. Windows color (decimal): -8333149 or 10737792. OLE color: 10737792.

HSL color Cylindrical-coordinate representation of color #80D8A3: hue angle of 143.86º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80D8A3 is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB128216163-
CMYK0.4100.250.15
HSL143.86º53.01%67.45%-
HSV(B)143.86º40.74%84.71%-
XYZ40.0756.3543.41-
YUV183.65116.3588.31-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.25%
GREEN value IS 216 (84.77% from 255) = 42.60%
BLUE value IS 163 (64.06% from 255) = 32.15%
R=25.25%
G=42.60%
B=32.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1282161630.4100.250.15143.8653.0167.45
Hex80D8A329019F903543
Octal200330243510311722065103
Binary1000000011011000101000111010010110011111100100001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D8A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,216,163); }

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

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

 a { background-color: rgb(128,216,163); }

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

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

 span { border-color: rgb(128,216,163); }

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