Html Css Color HEX #80EFAE Vista Blue

📋 copy color: '#80EFAE'

red 128 ◦ green 239 ◦ blue 174

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

Shades of Vista Blue #80EFAE

Tints of Vista Blue #80EFAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 32.16%

R = 23.66%
G = 44.18%
B = 32.16%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#80EFAE (or 0x80EFAE) is known color: Vista Blue. HEX triplet: 80, EF and AE. RGB value is (128,239,174). Sum of RGB (Red+Green+Blue) = 128+239+174=541 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.66% from 541); Green value is 239 (93.75% from 255 or 44.18% from 541); Blue value is 174 (68.36% from 255 or 32.16% from 541); Max value from RGB is 239 - color contains mainly: green. Hex color #80EFAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EFAE is #7F1051. Grayscale: #C6C6C6. Windows color (decimal): -8327250 or 11464576. OLE color: 11464576.

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

Color convert

RGB 128 239 174 -
CMYK 0.46 0 0.27 0.06
HSL 144.86º 0.78% 0.72% -
HSV(B) 144.86º 0.46% 0.94% -
XYZ 47.41 69.38 50.94 -
YUV 198.4 114.23 77.79 -
System Red Green Blue C M Y K H S L
Decimal 128 239 174 0.46 0 0.27 0.06 144.86 0.78 0.72
Hex 80 EF AE 2E 0 1B 6 91 4E 48
Octal 200 357 256 56 0 33 6 221 116 110
Binary 10000000 11101111 10101110 101110 0 11011 110 10010001 1001110 1001000

Color Harmonies of #80EFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EFAE

Black with #80EFAE

Text Example


Text Example

White with #80EFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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