Html Css Color HEX #80DFA0 Vista Blue

📋 copy color: '#80DFA0'

red 128 ◦ green 223 ◦ blue 160

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

Shades of Vista Blue #80DFA0

Tints of Vista Blue #80DFA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 31.31%

R = 25.05%
G = 43.64%
B = 31.31%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#80DFA0 (or 0x80DFA0) is known color: Vista Blue. HEX triplet: 80, DF and A0. RGB value is (128,223,160). Sum of RGB (Red+Green+Blue) = 128+223+160=511 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.05% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 160 (62.89% from 255 or 31.31% from 511); Max value from RGB is 223 - color contains mainly: green. Hex color #80DFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DFA0 is #7F205F. Grayscale: #BBBBBB. Windows color (decimal): -8331360 or 10542976. OLE color: 10542976.

HSL color Cylindrical-coordinate representation of color #80DFA0: hue angle of 140.21º 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 #80DFA0 is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 223 160 -
CMYK 0.43 0 0.28 0.13
HSL 140.21º 0.6% 0.69% -
HSV(B) 140.21º 0.43% 0.87% -
XYZ 41.63 59.9 42.63 -
YUV 187.41 112.53 85.62 -
System Red Green Blue C M Y K H S L
Decimal 128 223 160 0.43 0 0.28 0.13 140.21 0.6 0.69
Hex 80 DF A0 2B 0 1C D 8C 3C 45
Octal 200 337 240 53 0 34 15 214 74 105
Binary 10000000 11011111 10100000 101011 0 11100 1101 10001100 111100 1000101

Color Harmonies of #80DFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DFA0

Black with #80DFA0

Text Example


Text Example

White with #80DFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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