#80DFA0

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

Shades of Vista Blue #80DFA0

Tints of Vista Blue #80DFA0

Color information

#80DFA0 (or 0x80DFA0) is unknown color: approx Vista Blue. HEX triplet: 80, DF and A0. RGB value is (128,223,160). Sum of RGB (Red+Green+Blue) = 128+223+160=511 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.05% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 160 (62.89% from 255 or 31.31% from 511); Max value from RGB is 223 - color contains mainly: green. Hex color #80DFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DFA0 is #7F205F. Grayscale: #BBBBBB. Windows color (decimal): -8331360 or 10542976. OLE color: 10542976.

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

Color convert

RGB128223160-
CMYK0.4300.280.13
HSL140.21º59.75%68.82%-
HSV(B)140.21º42.6%87.45%-
XYZ41.6359.942.63-
YUV187.41112.5385.62-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.05%
GREEN value IS 223 (87.5% from 255) = 43.64%
BLUE value IS 160 (62.89% from 255) = 31.31%
R=25.05%
G=43.64%
B=31.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282231600.4300.280.13140.2159.7568.82
Hex80DFA02B01CD8c3c45
Octal200337240530341521474105
Binary1000000011011111101000001010110111001101100011001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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