Html Css Color HEX #80D6A5 Vista Blue

📋 copy color: '#80D6A5'

red 128 ◦ green 214 ◦ blue 165

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

Shades of Vista Blue #80D6A5

Tints of Vista Blue #80D6A5

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.21%

 BLUE value IS 165 (64.84% from 255) = 32.54%

R = 25.25%
G = 42.21%
B = 32.54%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#80D6A5 (or 0x80D6A5) is known color: Vista Blue. HEX triplet: 80, D6 and A5. RGB value is (128,214,165). Sum of RGB (Red+Green+Blue) = 128+214+165=507 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.25% from 507); Green value is 214 (83.98% from 255 or 42.21% from 507); Blue value is 165 (64.84% from 255 or 32.54% from 507); Max value from RGB is 214 - color contains mainly: green. Hex color #80D6A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D6A5 is #7F295A. Grayscale: #B6B6B6. Windows color (decimal): -8333659 or 10868352. OLE color: 10868352.

HSL color Cylindrical-coordinate representation of color #80D6A5: hue angle of 145.81º degrees, saturation: 0.51, 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 #80D6A5 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 214 165 -
CMYK 0.40 0 0.23 0.16
HSL 145.81º 0.51% 0.67% -
HSV(B) 145.81º 0.4% 0.84% -
XYZ 39.74 55.4 44.2 -
YUV 182.7 118.01 88.98 -
System Red Green Blue C M Y K H S L
Decimal 128 214 165 0.40 0 0.23 0.16 145.81 0.51 0.67
Hex 80 D6 A5 28 0 17 10 92 33 43
Octal 200 326 245 50 0 27 20 222 63 103
Binary 10000000 11010110 10100101 101000 0 10111 10000 10010010 110011 1000011

Color Harmonies of #80D6A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D6A5

Black with #80D6A5

Text Example


Text Example

White with #80D6A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,214,165); }

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

background-color css

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

 a { background-color: rgb(128,214,165); }

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

border-color css

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

 span { border-color: rgb(128,214,165); }

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