#80CFA8

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

Shades of Vista Blue #80CFA8

Tints of Vista Blue #80CFA8

Color information

#80CFA8 (or 0x80CFA8) is unknown color: approx Vista Blue. HEX triplet: 80, CF and A8. RGB value is (128,207,168). Sum of RGB (Red+Green+Blue) = 128+207+168=503 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.45% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 168 (66.02% from 255 or 33.40% from 503); Max value from RGB is 207 - color contains mainly: green. Hex color #80CFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CFA8 is #7F3057. Grayscale: #B3B3B3. Windows color (decimal): -8335448 or 11063168. OLE color: 11063168.

HSL color Cylindrical-coordinate representation of color #80CFA8: hue angle of 150.38º 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 #80CFA8 is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB128207168-
CMYK0.3800.190.19
HSL150.38º45.14%65.69%-
HSV(B)150.38º38.16%81.18%-
XYZ38.2852.0445.07-
YUV178.93121.8391.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.45%
GREEN value IS 207 (81.25% from 255) = 41.15%
BLUE value IS 168 (66.02% from 255) = 33.40%
R=25.45%
G=41.15%
B=33.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1282071680.3800.190.19150.3845.1465.69
Hex80CFA82601313962d42
Octal200317250460232322655102
Binary10000000110011111010100010011001001110011100101101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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