#80CFA2

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

Shades of Vista Blue #80CFA2

Tints of Vista Blue #80CFA2

Color information

#80CFA2 (or 0x80CFA2) is unknown color: approx Vista Blue. HEX triplet: 80, CF and A2. RGB value is (128,207,162). Sum of RGB (Red+Green+Blue) = 128+207+162=497 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.75% from 497); Green value is 207 (81.25% from 255 or 41.65% from 497); Blue value is 162 (63.67% from 255 or 32.60% from 497); Max value from RGB is 207 - color contains mainly: green. Hex color #80CFA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CFA2 is #7F305D. Grayscale: #B2B2B2. Windows color (decimal): -8335454 or 10669952. OLE color: 10669952.

HSL color Cylindrical-coordinate representation of color #80CFA2: hue angle of 145.82º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80CFA2 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB128207162-
CMYK0.3800.220.19
HSL145.82º45.14%65.69%-
HSV(B)145.82º38.16%81.18%-
XYZ37.7451.8242.2-
YUV178.25118.8392.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.75%
GREEN value IS 207 (81.25% from 255) = 41.65%
BLUE value IS 162 (63.67% from 255) = 32.60%
R=25.75%
G=41.65%
B=32.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1282071620.3800.220.19145.8245.1465.69
Hex80CFA22601613922d42
Octal200317242460262322255102
Binary10000000110011111010001010011001011010011100100101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,207,162); }

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

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

 a { background-color: rgb(128,207,162); }

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

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

 span { border-color: rgb(128,207,162); }

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