#80DEB0

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

Shades of Vista Blue #80DEB0

Tints of Vista Blue #80DEB0

Color information

#80DEB0 (or 0x80DEB0) is unknown color: approx Vista Blue. HEX triplet: 80, DE and B0. RGB value is (128,222,176). Sum of RGB (Red+Green+Blue) = 128+222+176=526 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.33% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 222 - color contains mainly: green. Hex color #80DEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DEB0 is #7F214F. Grayscale: #BCBCBC. Windows color (decimal): -8331600 or 11591296. OLE color: 11591296.

HSL color Cylindrical-coordinate representation of color #80DEB0: hue angle of 150.64º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DEB0 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB128222176-
CMYK0.4200.210.13
HSL150.64º58.75%68.63%-
HSV(B)150.64º42.34%87.06%-
XYZ42.8659.9750.39-
YUV188.65120.8684.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.33%
GREEN value IS 222 (87.11% from 255) = 42.21%
BLUE value IS 176 (69.14% from 255) = 33.46%
R=24.33%
G=42.21%
B=33.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282221760.4200.210.13150.6458.7568.63
Hex80DEB02A015D973b45
Octal200336260520251522773105
Binary1000000011011110101100001010100101011101100101111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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