Html Css Color HEX #80D5AF Vista Blue

📋 copy color: '#80D5AF'

red 128 ◦ green 213 ◦ blue 175

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

Shades of Vista Blue #80D5AF

Tints of Vista Blue #80D5AF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.28%

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

R = 24.81%
G = 41.28%
B = 33.91%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#80D5AF (or 0x80D5AF) is known color: Vista Blue. HEX triplet: 80, D5 and AF. RGB value is (128,213,175). Sum of RGB (Red+Green+Blue) = 128+213+175=516 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.81% from 516); Green value is 213 (83.59% from 255 or 41.28% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 213 - color contains mainly: green. Hex color #80D5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D5AF is #7F2A50. Grayscale: #B7B7B7. Windows color (decimal): -8333905 or 11523456. OLE color: 11523456.

HSL color Cylindrical-coordinate representation of color #80D5AF: hue angle of 153.18º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80D5AF is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 213 175 -
CMYK 0.40 0 0.18 0.16
HSL 153.18º 0.5% 0.67% -
HSV(B) 153.18º 0.4% 0.84% -
XYZ 40.43 55.27 49.1 -
YUV 183.25 123.34 88.59 -
System Red Green Blue C M Y K H S L
Decimal 128 213 175 0.40 0 0.18 0.16 153.18 0.5 0.67
Hex 80 D5 AF 28 0 12 10 99 32 43
Octal 200 325 257 50 0 22 20 231 62 103
Binary 10000000 11010101 10101111 101000 0 10010 10000 10011001 110010 1000011

Color Harmonies of #80D5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D5AF

Black with #80D5AF

Text Example


Text Example

White with #80D5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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