Html Css Color HEX #80F7B0 Vista Blue

📋 copy color: '#80F7B0'

red 128 ◦ green 247 ◦ blue 176

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

Shades of Vista Blue #80F7B0

Tints of Vista Blue #80F7B0

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.83%

 BLUE value IS 176 (69.14% from 255) = 31.94%

R = 23.23%
G = 44.83%
B = 31.94%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#80F7B0 (or 0x80F7B0) is known color: Vista Blue. HEX triplet: 80, F7 and B0. RGB value is (128,247,176). Sum of RGB (Red+Green+Blue) = 128+247+176=551 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.23% from 551); Green value is 247 (96.88% from 255 or 44.83% from 551); Blue value is 176 (69.14% from 255 or 31.94% from 551); Max value from RGB is 247 - color contains mainly: green. Hex color #80F7B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F7B0 is #7F084F. Grayscale: #CBCBCB. Windows color (decimal): -8325200 or 11597696. OLE color: 11597696.

HSL color Cylindrical-coordinate representation of color #80F7B0: hue angle of 144.2º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80F7B0 is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB 128 247 176 -
CMYK 0.48 0 0.29 0.03
HSL 144.2º 0.88% 0.74% -
HSV(B) 144.2º 0.48% 0.97% -
XYZ 50 74.25 52.77 -
YUV 203.33 112.58 74.27 -
System Red Green Blue C M Y K H S L
Decimal 128 247 176 0.48 0 0.29 0.03 144.2 0.88 0.74
Hex 80 F7 B0 30 0 1D 3 90 58 4A
Octal 200 367 260 60 0 35 3 220 130 112
Binary 10000000 11110111 10110000 110000 0 11101 11 10010000 1011000 1001010

Color Harmonies of #80F7B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F7B0

Black with #80F7B0

Text Example


Text Example

White with #80F7B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,247,176); }

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

background-color css

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

 a { background-color: rgb(128,247,176); }

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

border-color css

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

 span { border-color: rgb(128,247,176); }

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