#7FE7B3

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

Shades of Vista Blue #7FE7B3

Tints of Vista Blue #7FE7B3

Color information

#7FE7B3 (or 0x7FE7B3) is unknown color: approx Vista Blue. HEX triplet: 7F, E7 and B3. RGB value is (127,231,179). Sum of RGB (Red+Green+Blue) = 127+231+179=537 (71% of max value = 765). Red value is 127 (50% from 255 or 23.65% from 537); Green value is 231 (90.62% from 255 or 43.02% from 537); Blue value is 179 (70.31% from 255 or 33.33% from 537); Max value from RGB is 231 - color contains mainly: green. Hex color #7FE7B3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FE7B3 is #80184C. Grayscale: #C2C2C2. Windows color (decimal): -8394829 or 11790207. OLE color: 11790207.

HSL color Cylindrical-coordinate representation of color #7FE7B3: hue angle of 150º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FE7B3 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB127231179-
CMYK0.4500.230.09
HSL150º68.42%70.2%-
HSV(B)150º45.02%90.59%-
XYZ45.4664.9252.78-
YUV193.98119.5480.23-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.65%
GREEN value IS 231 (90.62% from 255) = 43.02%
BLUE value IS 179 (70.31% from 255) = 33.33%
R=23.65%
G=43.02%
B=33.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1272311790.4500.230.0915068.4270.2
Hex7FE7B32D0179964446
Octal1773472635502711226104106
Binary1111111111001111011001110110101011110011001011010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FE7B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,231,179); }

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

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

 a { background-color: rgb(127,231,179); }

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

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

 span { border-color: rgb(127,231,179); }

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