Html Css Color HEX #80D99E Vista Blue

📋 copy color: '#80D99E'

red 128 ◦ green 217 ◦ blue 158

#80D99E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vista Blue #80D99E

Tints of Vista Blue #80D99E

RGB

 RED value IS 128 (50.39% from 255) = 25.45%

 GREEN value IS 217 (85.16% from 255) = 43.14%

 BLUE value IS 158 (62.11% from 255) = 31.41%

R = 25.45%
G = 43.14%
B = 31.41%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#80D99E (or 0x80D99E) is known color: Vista Blue. HEX triplet: 80, D9 and 9E. RGB value is (128,217,158). Sum of RGB (Red+Green+Blue) = 128+217+158=503 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.45% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 158 (62.11% from 255 or 31.41% from 503); Max value from RGB is 217 - color contains mainly: green. Hex color #80D99E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D99E is #7F2661. Grayscale: #B7B7B7. Windows color (decimal): -8332898 or 10410368. OLE color: 10410368.

HSL color Cylindrical-coordinate representation of color #80D99E: hue angle of 140.22º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80D99E is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 217 158 -
CMYK 0.41 0 0.27 0.15
HSL 140.22º 0.54% 0.68% -
HSV(B) 140.22º 0.41% 0.85% -
XYZ 39.89 56.68 41.19 -
YUV 183.66 113.51 88.3 -
System Red Green Blue C M Y K H S L
Decimal 128 217 158 0.41 0 0.27 0.15 140.22 0.54 0.68
Hex 80 D9 9E 29 0 1B F 8C 36 44
Octal 200 331 236 51 0 33 17 214 66 104
Binary 10000000 11011001 10011110 101001 0 11011 1111 10001100 110110 1000100

Color Harmonies of #80D99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D99E

Black with #80D99E

Text Example


Text Example

White with #80D99E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,217,158); }

 H1.HeaderClassName
 {
   color: #80D99E;
 }
 .AnyTagClassName
 {
   color: #80D99E;
 }
</style>

background-color css

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

 a { background-color: rgb(128,217,158); }

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

border-color css

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

 span { border-color: rgb(128,217,158); }

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