#80DEAB

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

Shades of Vista Blue #80DEAB

Tints of Vista Blue #80DEAB

Color information

#80DEAB (or 0x80DEAB) is unknown color: approx Vista Blue. HEX triplet: 80, DE and AB. RGB value is (128,222,171). Sum of RGB (Red+Green+Blue) = 128+222+171=521 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.57% from 521); Green value is 222 (87.11% from 255 or 42.61% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 222 - color contains mainly: green. Hex color #80DEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DEAB is #7F2154. Grayscale: #BCBCBC. Windows color (decimal): -8331605 or 11263616. OLE color: 11263616.

HSL color Cylindrical-coordinate representation of color #80DEAB: hue angle of 147.45º 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 #80DEAB is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB128222171-
CMYK0.4200.230.13
HSL147.45º58.75%68.63%-
HSV(B)147.45º42.34%87.06%-
XYZ42.3759.7747.83-
YUV188.08118.3685.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.57%
GREEN value IS 222 (87.11% from 255) = 42.61%
BLUE value IS 171 (67.19% from 255) = 32.82%
R=24.57%
G=42.61%
B=32.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282221710.4200.230.13147.4558.7568.63
Hex80DEAB2A017D933b45
Octal200336253520271522373105
Binary1000000011011110101010111010100101111101100100111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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