#7FEFB1

Color #7FEFB1 Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #7FEFB1

Tints of Vista Blue #7FEFB1

Color information

#7FEFB1 (or 0x7FEFB1) is unknown color: approx Vista Blue. HEX triplet: 7F, EF and B1. RGB value is (127,239,177). Sum of RGB (Red+Green+Blue) = 127+239+177=543 (71% of max value = 765). Red value is 127 (50% from 255 or 23.39% from 543); Green value is 239 (93.75% from 255 or 44.01% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 239 - color contains mainly: green. Hex color #7FEFB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FEFB1 is #80104E. Grayscale: #C6C6C6. Windows color (decimal): -8392783 or 11661183. OLE color: 11661183.

HSL color Cylindrical-coordinate representation of color #7FEFB1: hue angle of 146.79º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FEFB1 is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB127239177-
CMYK0.4700.260.06
HSL146.79º77.78%71.76%-
HSV(B)146.79º46.86%93.73%-
XYZ47.5569.4252.49-
YUV198.44115.8977.04-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.39%
GREEN value IS 239 (93.75% from 255) = 44.01%
BLUE value IS 177 (69.53% from 255) = 32.60%
R=23.39%
G=44.01%
B=32.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1272391770.4700.260.06146.7977.7871.76
Hex7FEFB12F01A6934e48
Octal177357261570326223116110
Binary111111111101111101100011011110110101101001001110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FEFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FEFB1; }

 p { color: rgb(127,239,177); }

 H1.HeaderClassName
 {
   color: #7FEFB1;
 }
 .AnyTagClassName
 {
   color: #7FEFB1;
 }
</style>
background-color css

<style>
 a { background-color: #7FEFB1; }

 a { background-color: rgb(127,239,177); }

 div.DivClassName
 {
   background-color: #7FEFB1;
 }
 .BgClassName
 {
   background-color: #7FEFB1;
 }
</style>
border-color css

<style>
 span { border-color: #7FEFB1; }

 span { border-color: rgb(127,239,177); }

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