Html Css Color HEX #80EDA5 Vista Blue

📋 copy color: '#80EDA5'

red 128 ◦ green 237 ◦ blue 165

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

Shades of Vista Blue #80EDA5

Tints of Vista Blue #80EDA5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.72%

 BLUE value IS 165 (64.84% from 255) = 31.13%

R = 24.15%
G = 44.72%
B = 31.13%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#80EDA5 (or 0x80EDA5) is known color: Vista Blue. HEX triplet: 80, ED and A5. RGB value is (128,237,165). Sum of RGB (Red+Green+Blue) = 128+237+165=530 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.15% from 530); Green value is 237 (92.97% from 255 or 44.72% from 530); Blue value is 165 (64.84% from 255 or 31.13% from 530); Max value from RGB is 237 - color contains mainly: green. Hex color #80EDA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EDA5 is #7F125A. Grayscale: #C4C4C4. Windows color (decimal): -8327771 or 10874240. OLE color: 10874240.

HSL color Cylindrical-coordinate representation of color #80EDA5: hue angle of 140.37º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EDA5 is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 237 165 -
CMYK 0.46 0 0.30 0.07
HSL 140.37º 0.75% 0.72% -
HSV(B) 140.37º 0.46% 0.93% -
XYZ 45.98 67.87 46.28 -
YUV 196.2 110.39 79.35 -
System Red Green Blue C M Y K H S L
Decimal 128 237 165 0.46 0 0.30 0.07 140.37 0.75 0.72
Hex 80 ED A5 2E 0 1E 7 8C 4B 48
Octal 200 355 245 56 0 36 7 214 113 110
Binary 10000000 11101101 10100101 101110 0 11110 111 10001100 1001011 1001000

Color Harmonies of #80EDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EDA5

Black with #80EDA5

Text Example


Text Example

White with #80EDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,237,165); }

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

background-color css

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

 a { background-color: rgb(128,237,165); }

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

border-color css

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

 span { border-color: rgb(128,237,165); }

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