Html Css Color HEX #80EFAC Vista Blue

📋 copy color: '#80EFAC'

red 128 ◦ green 239 ◦ blue 172

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

Shades of Vista Blue #80EFAC

Tints of Vista Blue #80EFAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.91%

R = 23.75%
G = 44.34%
B = 31.91%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#80EFAC (or 0x80EFAC) is known color: Vista Blue. HEX triplet: 80, EF and AC. RGB value is (128,239,172). Sum of RGB (Red+Green+Blue) = 128+239+172=539 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.75% from 539); Green value is 239 (93.75% from 255 or 44.34% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 239 - color contains mainly: green. Hex color #80EFAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EFAC is #7F1053. Grayscale: #C6C6C6. Windows color (decimal): -8327252 or 11333504. OLE color: 11333504.

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

Color convert

RGB 128 239 172 -
CMYK 0.46 0 0.28 0.06
HSL 143.78º 0.78% 0.72% -
HSV(B) 143.78º 0.46% 0.94% -
XYZ 47.21 69.3 49.92 -
YUV 198.17 113.23 77.95 -
System Red Green Blue C M Y K H S L
Decimal 128 239 172 0.46 0 0.28 0.06 143.78 0.78 0.72
Hex 80 EF AC 2E 0 1C 6 90 4E 48
Octal 200 357 254 56 0 34 6 220 116 110
Binary 10000000 11101111 10101100 101110 0 11100 110 10010000 1001110 1001000

Color Harmonies of #80EFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EFAC

Black with #80EFAC

Text Example


Text Example

White with #80EFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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