#80CCA3

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

Shades of Vista Blue #80CCA3

Tints of Vista Blue #80CCA3

Color information

#80CCA3 (or 0x80CCA3) is unknown color: approx Vista Blue. HEX triplet: 80, CC and A3. RGB value is (128,204,163). Sum of RGB (Red+Green+Blue) = 128+204+163=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 163 (64.06% from 255 or 32.93% from 495); Max value from RGB is 204 - color contains mainly: green. Hex color #80CCA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CCA3 is #7F335C. Grayscale: #B0B0B0. Windows color (decimal): -8336221 or 10734720. OLE color: 10734720.

HSL color Cylindrical-coordinate representation of color #80CCA3: hue angle of 147.63º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80CCA3 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB128204163-
CMYK0.3700.200.2
HSL147.63º42.7%65.1%-
HSV(B)147.63º37.25%80%-
XYZ37.1150.4242.43-
YUV176.6120.3293.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.86%
GREEN value IS 204 (80.08% from 255) = 41.21%
BLUE value IS 163 (64.06% from 255) = 32.93%
R=25.86%
G=41.21%
B=32.93%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1282041630.3700.200.2147.6342.765.1
Hex80CCA32501414942b41
Octal200314243450242422453101
Binary10000000110011001010001110010101010010100100101001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,204,163); }

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

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

 a { background-color: rgb(128,204,163); }

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

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

 span { border-color: rgb(128,204,163); }

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