Html Css Color HEX #80DF9F Vista Blue

📋 copy color: '#80DF9F'

red 128 ◦ green 223 ◦ blue 159

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

Shades of Vista Blue #80DF9F

Tints of Vista Blue #80DF9F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.73%

 BLUE value IS 159 (62.5% from 255) = 31.18%

R = 25.1%
G = 43.73%
B = 31.18%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#80DF9F (or 0x80DF9F) is known color: Vista Blue. HEX triplet: 80, DF and 9F. RGB value is (128,223,159). Sum of RGB (Red+Green+Blue) = 128+223+159=510 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.10% from 510); Green value is 223 (87.5% from 255 or 43.73% from 510); Blue value is 159 (62.5% from 255 or 31.18% from 510); Max value from RGB is 223 - color contains mainly: green. Hex color #80DF9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DF9F is #7F2060. Grayscale: #BBBBBB. Windows color (decimal): -8331361 or 10477440. OLE color: 10477440.

HSL color Cylindrical-coordinate representation of color #80DF9F: hue angle of 139.58º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80DF9F is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 223 159 -
CMYK 0.43 0 0.29 0.13
HSL 139.58º 0.6% 0.69% -
HSV(B) 139.58º 0.43% 0.87% -
XYZ 41.55 59.87 42.17 -
YUV 187.3 112.03 85.7 -
System Red Green Blue C M Y K H S L
Decimal 128 223 159 0.43 0 0.29 0.13 139.58 0.6 0.69
Hex 80 DF 9F 2B 0 1D D 8C 3C 45
Octal 200 337 237 53 0 35 15 214 74 105
Binary 10000000 11011111 10011111 101011 0 11101 1101 10001100 111100 1000101

Color Harmonies of #80DF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DF9F

Black with #80DF9F

Text Example


Text Example

White with #80DF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,223,159); }

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

background-color css

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

 a { background-color: rgb(128,223,159); }

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

border-color css

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

 span { border-color: rgb(128,223,159); }

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