Html Css Color HEX #80D8AF Vista Blue

📋 copy color: '#80D8AF'

red 128 ◦ green 216 ◦ blue 175

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

Shades of Vista Blue #80D8AF

Tints of Vista Blue #80D8AF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.62%

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

R = 24.66%
G = 41.62%
B = 33.72%

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

#80D8AF (or 0x80D8AF) is known color: Vista Blue. HEX triplet: 80, D8 and AF. RGB value is (128,216,175). Sum of RGB (Red+Green+Blue) = 128+216+175=519 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.66% from 519); Green value is 216 (84.77% from 255 or 41.62% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 216 - color contains mainly: green. Hex color #80D8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D8AF is #7F2750. Grayscale: #B9B9B9. Windows color (decimal): -8333137 or 11524224. OLE color: 11524224.

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

Color convert

RGB 128 216 175 -
CMYK 0.41 0 0.19 0.15
HSL 152.05º 0.53% 0.67% -
HSV(B) 152.05º 0.41% 0.85% -
XYZ 41.2 56.8 49.35 -
YUV 185.01 122.35 87.33 -
System Red Green Blue C M Y K H S L
Decimal 128 216 175 0.41 0 0.19 0.15 152.05 0.53 0.67
Hex 80 D8 AF 29 0 13 F 98 35 43
Octal 200 330 257 51 0 23 17 230 65 103
Binary 10000000 11011000 10101111 101001 0 10011 1111 10011000 110101 1000011

Color Harmonies of #80D8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D8AF

Black with #80D8AF

Text Example


Text Example

White with #80D8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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