Html Css Color HEX #80EDB7 Vista Blue

📋 copy color: '#80EDB7'

red 128 ◦ green 237 ◦ blue 183

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

Shades of Vista Blue #80EDB7

Tints of Vista Blue #80EDB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.39%

R = 23.36%
G = 43.25%
B = 33.39%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#80EDB7 (or 0x80EDB7) is known color: Vista Blue. HEX triplet: 80, ED and B7. RGB value is (128,237,183). Sum of RGB (Red+Green+Blue) = 128+237+183=548 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.36% from 548); Green value is 237 (92.97% from 255 or 43.25% from 548); Blue value is 183 (71.88% from 255 or 33.39% from 548); Max value from RGB is 237 - color contains mainly: green. Hex color #80EDB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80EDB7 is #7F1248. Grayscale: #C6C6C6. Windows color (decimal): -8327753 or 12053888. OLE color: 12053888.

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

Color convert

RGB 128 237 183 -
CMYK 0.46 0 0.23 0.07
HSL 150.28º 0.75% 0.72% -
HSV(B) 150.28º 0.46% 0.93% -
XYZ 47.73 68.58 55.52 -
YUV 198.25 119.39 77.89 -
System Red Green Blue C M Y K H S L
Decimal 128 237 183 0.46 0 0.23 0.07 150.28 0.75 0.72
Hex 80 ED B7 2E 0 17 7 96 4B 48
Octal 200 355 267 56 0 27 7 226 113 110
Binary 10000000 11101101 10110111 101110 0 10111 111 10010110 1001011 1001000

Color Harmonies of #80EDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EDB7

Black with #80EDB7

Text Example


Text Example

White with #80EDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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