Html Css Color HEX #80D9AF Vista Blue

📋 copy color: '#80D9AF'

red 128 ◦ green 217 ◦ blue 175

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

Shades of Vista Blue #80D9AF

Tints of Vista Blue #80D9AF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.73%

 BLUE value IS 175 (68.75% from 255) = 33.65%

R = 24.62%
G = 41.73%
B = 33.65%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#80D9AF (or 0x80D9AF) is known color: Vista Blue. HEX triplet: 80, D9 and AF. RGB value is (128,217,175). Sum of RGB (Red+Green+Blue) = 128+217+175=520 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.62% from 520); Green value is 217 (85.16% from 255 or 41.73% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 217 - color contains mainly: green. Hex color #80D9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D9AF is #7F2650. Grayscale: #B9B9B9. Windows color (decimal): -8332881 or 11524480. OLE color: 11524480.

HSL color Cylindrical-coordinate representation of color #80D9AF: hue angle of 151.69º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80D9AF is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 217 175 -
CMYK 0.41 0 0.19 0.15
HSL 151.69º 0.54% 0.68% -
HSV(B) 151.69º 0.41% 0.85% -
XYZ 41.45 57.31 49.43 -
YUV 185.6 122.01 86.92 -
System Red Green Blue C M Y K H S L
Decimal 128 217 175 0.41 0 0.19 0.15 151.69 0.54 0.68
Hex 80 D9 AF 29 0 13 F 98 36 44
Octal 200 331 257 51 0 23 17 230 66 104
Binary 10000000 11011001 10101111 101001 0 10011 1111 10011000 110110 1000100

Color Harmonies of #80D9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D9AF

Black with #80D9AF

Text Example


Text Example

White with #80D9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,217,175); }

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

background-color css

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

 a { background-color: rgb(128,217,175); }

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

border-color css

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

 span { border-color: rgb(128,217,175); }

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