#80DCB0

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

Shades of Vista Blue #80DCB0

Tints of Vista Blue #80DCB0

Color information

#80DCB0 (or 0x80DCB0) is unknown color: approx Vista Blue. HEX triplet: 80, DC and B0. RGB value is (128,220,176). Sum of RGB (Red+Green+Blue) = 128+220+176=524 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.43% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 176 (69.14% from 255 or 33.59% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #80DCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DCB0 is #7F234F. Grayscale: #BBBBBB. Windows color (decimal): -8332112 or 11590784. OLE color: 11590784.

HSL color Cylindrical-coordinate representation of color #80DCB0: hue angle of 151.3º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DCB0 is Cyan = 0.42, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB128220176-
CMYK0.4200.20.14
HSL151.3º56.79%68.24%-
HSV(B)151.3º41.82%86.27%-
XYZ42.3358.9150.21-
YUV187.48121.5285.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.43%
GREEN value IS 220 (86.33% from 255) = 41.98%
BLUE value IS 176 (69.14% from 255) = 33.59%
R=24.43%
G=41.98%
B=33.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1282201760.4200.20.14151.356.7968.24
Hex80DCB02A014E973944
Octal200334260520241622771104
Binary1000000011011100101100001010100101001110100101111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,220,176); }

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

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

 a { background-color: rgb(128,220,176); }

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

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

 span { border-color: rgb(128,220,176); }

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