Html Css Color HEX #80EFA9 Vista Blue

📋 copy color: '#80EFA9'

red 128 ◦ green 239 ◦ blue 169

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

Shades of Vista Blue #80EFA9

Tints of Vista Blue #80EFA9

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.59%

 BLUE value IS 169 (66.41% from 255) = 31.53%

R = 23.88%
G = 44.59%
B = 31.53%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#80EFA9 (or 0x80EFA9) is known color: Vista Blue. HEX triplet: 80, EF and A9. RGB value is (128,239,169). Sum of RGB (Red+Green+Blue) = 128+239+169=536 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.88% from 536); Green value is 239 (93.75% from 255 or 44.59% from 536); Blue value is 169 (66.41% from 255 or 31.53% from 536); Max value from RGB is 239 - color contains mainly: green. Hex color #80EFA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EFA9 is #7F1056. Grayscale: #C6C6C6. Windows color (decimal): -8327255 or 11136896. OLE color: 11136896.

HSL color Cylindrical-coordinate representation of color #80EFA9: hue angle of 142.16º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EFA9 is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 128 239 169 -
CMYK 0.46 0 0.29 0.06
HSL 142.16º 0.78% 0.72% -
HSV(B) 142.16º 0.46% 0.94% -
XYZ 46.93 69.19 48.42 -
YUV 197.83 111.73 78.19 -
System Red Green Blue C M Y K H S L
Decimal 128 239 169 0.46 0 0.29 0.06 142.16 0.78 0.72
Hex 80 EF A9 2E 0 1D 6 8E 4E 48
Octal 200 357 251 56 0 35 6 216 116 110
Binary 10000000 11101111 10101001 101110 0 11101 110 10001110 1001110 1001000

Color Harmonies of #80EFA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EFA9

Black with #80EFA9

Text Example


Text Example

White with #80EFA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,239,169); }

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

background-color css

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

 a { background-color: rgb(128,239,169); }

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

border-color css

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

 span { border-color: rgb(128,239,169); }

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