Html Css Color HEX #80EDB4 Vista Blue

📋 copy color: '#80EDB4'

red 128 ◦ green 237 ◦ blue 180

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

Shades of Vista Blue #80EDB4

Tints of Vista Blue #80EDB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.03%

R = 23.49%
G = 43.49%
B = 33.03%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#80EDB4 (or 0x80EDB4) is known color: Vista Blue. HEX triplet: 80, ED and B4. RGB value is (128,237,180). Sum of RGB (Red+Green+Blue) = 128+237+180=545 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.49% from 545); Green value is 237 (92.97% from 255 or 43.49% from 545); Blue value is 180 (70.70% from 255 or 33.03% from 545); Max value from RGB is 237 - color contains mainly: green. Hex color #80EDB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EDB4 is #7F124B. Grayscale: #C6C6C6. Windows color (decimal): -8327756 or 11857280. OLE color: 11857280.

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

Color convert

RGB 128 237 180 -
CMYK 0.46 0 0.24 0.07
HSL 148.62º 0.75% 0.72% -
HSV(B) 148.62º 0.46% 0.93% -
XYZ 47.42 68.45 53.89 -
YUV 197.91 117.89 78.13 -
System Red Green Blue C M Y K H S L
Decimal 128 237 180 0.46 0 0.24 0.07 148.62 0.75 0.72
Hex 80 ED B4 2E 0 18 7 95 4B 48
Octal 200 355 264 56 0 30 7 225 113 110
Binary 10000000 11101101 10110100 101110 0 11000 111 10010101 1001011 1001000

Color Harmonies of #80EDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EDB4

Black with #80EDB4

Text Example


Text Example

White with #80EDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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