#80DFA9

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

Shades of Vista Blue #80DFA9

Tints of Vista Blue #80DFA9

Color information

#80DFA9 (or 0x80DFA9) is unknown color: approx Vista Blue. HEX triplet: 80, DF and A9. RGB value is (128,223,169). Sum of RGB (Red+Green+Blue) = 128+223+169=520 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.62% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 169 (66.41% from 255 or 32.5% from 520); Max value from RGB is 223 - color contains mainly: green. Hex color #80DFA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DFA9 is #7F2056. Grayscale: #BCBCBC. Windows color (decimal): -8331351 or 11132800. OLE color: 11132800.

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

Color convert

RGB128223169-
CMYK0.4300.240.13
HSL145.89º59.75%68.82%-
HSV(B)145.89º42.6%87.45%-
XYZ42.4560.2346.92-
YUV188.44117.0384.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.62%
GREEN value IS 223 (87.5% from 255) = 42.88%
BLUE value IS 169 (66.41% from 255) = 32.5%
R=24.62%
G=42.88%
B=32.5%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282231690.4300.240.13145.8959.7568.82
Hex80DFA92B018D923c45
Octal200337251530301522274105
Binary1000000011011111101010011010110110001101100100101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,223,169); }

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

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

 a { background-color: rgb(128,223,169); }

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

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

 span { border-color: rgb(128,223,169); }

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