#80DFAB

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

Shades of Vista Blue #80DFAB

Tints of Vista Blue #80DFAB

Color information

#80DFAB (or 0x80DFAB) is unknown color: approx Vista Blue. HEX triplet: 80, DF and AB. RGB value is (128,223,171). Sum of RGB (Red+Green+Blue) = 128+223+171=522 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.52% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 223 - color contains mainly: green. Hex color #80DFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DFAB is #7F2054. Grayscale: #BCBCBC. Windows color (decimal): -8331349 or 11263872. OLE color: 11263872.

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

Color convert

RGB128223171-
CMYK0.4300.230.13
HSL147.16º59.75%68.82%-
HSV(B)147.16º42.6%87.45%-
XYZ42.6460.347.92-
YUV188.67118.0384.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.52%
GREEN value IS 223 (87.5% from 255) = 42.72%
BLUE value IS 171 (67.19% from 255) = 32.76%
R=24.52%
G=42.72%
B=32.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282231710.4300.230.13147.1659.7568.82
Hex80DFAB2B017D933c45
Octal200337253530271522374105
Binary1000000011011111101010111010110101111101100100111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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