#80DEA3

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

Shades of Vista Blue #80DEA3

Tints of Vista Blue #80DEA3

Color information

#80DEA3 (or 0x80DEA3) is unknown color: approx Vista Blue. HEX triplet: 80, DE and A3. RGB value is (128,222,163). Sum of RGB (Red+Green+Blue) = 128+222+163=513 (67% of max value = 765). Red value is 128 (50.39% from 255 or 24.95% from 513); Green value is 222 (87.11% from 255 or 43.27% from 513); Blue value is 163 (64.06% from 255 or 31.77% from 513); Max value from RGB is 222 - color contains mainly: green. Hex color #80DEA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DEA3 is #7F215C. Grayscale: #BBBBBB. Windows color (decimal): -8331613 or 10739328. OLE color: 10739328.

HSL color Cylindrical-coordinate representation of color #80DEA3: hue angle of 142.34º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DEA3 is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB128222163-
CMYK0.4200.270.13
HSL142.34º58.75%68.63%-
HSV(B)142.34º42.34%87.06%-
XYZ41.6359.4843.94-
YUV187.17114.3685.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.95%
GREEN value IS 222 (87.11% from 255) = 43.27%
BLUE value IS 163 (64.06% from 255) = 31.77%
R=24.95%
G=43.27%
B=31.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282221630.4200.270.13142.3458.7568.63
Hex80DEA32A01BD8e3b45
Octal200336243520331521673105
Binary1000000011011110101000111010100110111101100011101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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