Html Css Color HEX #80EFA7 Vista Blue

📋 copy color: '#80EFA7'

red 128 ◦ green 239 ◦ blue 167

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

Shades of Vista Blue #80EFA7

Tints of Vista Blue #80EFA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 31.27%

R = 23.97%
G = 44.76%
B = 31.27%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#80EFA7 (or 0x80EFA7) is known color: Vista Blue. HEX triplet: 80, EF and A7. RGB value is (128,239,167). Sum of RGB (Red+Green+Blue) = 128+239+167=534 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.97% from 534); Green value is 239 (93.75% from 255 or 44.76% from 534); Blue value is 167 (65.62% from 255 or 31.27% from 534); Max value from RGB is 239 - color contains mainly: green. Hex color #80EFA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EFA7 is #7F1058. Grayscale: #C5C5C5. Windows color (decimal): -8327257 or 11005824. OLE color: 11005824.

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

Color convert

RGB 128 239 167 -
CMYK 0.46 0 0.30 0.06
HSL 141.08º 0.78% 0.72% -
HSV(B) 141.08º 0.46% 0.94% -
XYZ 46.74 69.11 47.44 -
YUV 197.6 110.73 78.35 -
System Red Green Blue C M Y K H S L
Decimal 128 239 167 0.46 0 0.30 0.06 141.08 0.78 0.72
Hex 80 EF A7 2E 0 1E 6 8D 4E 48
Octal 200 357 247 56 0 36 6 215 116 110
Binary 10000000 11101111 10100111 101110 0 11110 110 10001101 1001110 1001000

Color Harmonies of #80EFA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EFA7

Black with #80EFA7

Text Example


Text Example

White with #80EFA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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