#80DEAF

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

Shades of Vista Blue #80DEAF

Tints of Vista Blue #80DEAF

Color information

#80DEAF (or 0x80DEAF) is unknown color: approx Vista Blue. HEX triplet: 80, DE and AF. RGB value is (128,222,175). Sum of RGB (Red+Green+Blue) = 128+222+175=525 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.38% from 525); Green value is 222 (87.11% from 255 or 42.29% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 222 - color contains mainly: green. Hex color #80DEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DEAF is #7F2150. Grayscale: #BCBCBC. Windows color (decimal): -8331601 or 11525760. OLE color: 11525760.

HSL color Cylindrical-coordinate representation of color #80DEAF: hue angle of 150º 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 #80DEAF is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB128222175-
CMYK0.4200.210.13
HSL150º58.75%68.63%-
HSV(B)150º42.34%87.06%-
XYZ42.7659.9349.87-
YUV188.54120.3684.82-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.38%
GREEN value IS 222 (87.11% from 255) = 42.29%
BLUE value IS 175 (68.75% from 255) = 33.33%
R=24.38%
G=42.29%
B=33.33%

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
Decimal1282221750.4200.210.1315058.7568.63
Hex80DEAF2A015D963b45
Octal200336257520251522673105
Binary1000000011011110101011111010100101011101100101101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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