Html Css Color HEX #80EFAA Vista Blue

📋 copy color: '#80EFAA'

red 128 ◦ green 239 ◦ blue 170

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

Shades of Vista Blue #80EFAA

Tints of Vista Blue #80EFAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.66%

R = 23.84%
G = 44.51%
B = 31.66%

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

#80EFAA (or 0x80EFAA) is known color: Vista Blue. HEX triplet: 80, EF and AA. RGB value is (128,239,170). Sum of RGB (Red+Green+Blue) = 128+239+170=537 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.84% from 537); Green value is 239 (93.75% from 255 or 44.51% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 239 - color contains mainly: green. Hex color #80EFAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EFAA is #7F1055. Grayscale: #C6C6C6. Windows color (decimal): -8327254 or 11202432. OLE color: 11202432.

HSL color Cylindrical-coordinate representation of color #80EFAA: hue angle of 142.7º 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 #80EFAA is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 128 239 170 -
CMYK 0.46 0 0.29 0.06
HSL 142.7º 0.78% 0.72% -
HSV(B) 142.7º 0.46% 0.94% -
XYZ 47.02 69.22 48.91 -
YUV 197.95 112.23 78.11 -
System Red Green Blue C M Y K H S L
Decimal 128 239 170 0.46 0 0.29 0.06 142.7 0.78 0.72
Hex 80 EF AA 2E 0 1D 6 8F 4E 48
Octal 200 357 252 56 0 35 6 217 116 110
Binary 10000000 11101111 10101010 101110 0 11101 110 10001111 1001110 1001000

Color Harmonies of #80EFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EFAA

Black with #80EFAA

Text Example


Text Example

White with #80EFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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