Html Css Color HEX #80EFA6 Vista Blue

📋 copy color: '#80EFA6'

red 128 ◦ green 239 ◦ blue 166

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

Shades of Vista Blue #80EFA6

Tints of Vista Blue #80EFA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 31.14%

R = 24.02%
G = 44.84%
B = 31.14%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#80EFA6 (or 0x80EFA6) is known color: Vista Blue. HEX triplet: 80, EF and A6. RGB value is (128,239,166). Sum of RGB (Red+Green+Blue) = 128+239+166=533 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.02% from 533); Green value is 239 (93.75% from 255 or 44.84% from 533); Blue value is 166 (65.23% from 255 or 31.14% from 533); Max value from RGB is 239 - color contains mainly: green. Hex color #80EFA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EFA6 is #7F1059. Grayscale: #C5C5C5. Windows color (decimal): -8327258 or 10940288. OLE color: 10940288.

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

Color convert

RGB 128 239 166 -
CMYK 0.46 0 0.31 0.06
HSL 140.54º 0.78% 0.72% -
HSV(B) 140.54º 0.46% 0.94% -
XYZ 46.65 69.08 46.95 -
YUV 197.49 110.23 78.44 -
System Red Green Blue C M Y K H S L
Decimal 128 239 166 0.46 0 0.31 0.06 140.54 0.78 0.72
Hex 80 EF A6 2E 0 1F 6 8D 4E 48
Octal 200 357 246 56 0 37 6 215 116 110
Binary 10000000 11101111 10100110 101110 0 11111 110 10001101 1001110 1001000

Color Harmonies of #80EFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EFA6

Black with #80EFA6

Text Example


Text Example

White with #80EFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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