#7FDF9F

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

Shades of Vista Blue #7FDF9F

Tints of Vista Blue #7FDF9F

Color information

#7FDF9F (or 0x7FDF9F) is unknown color: approx Vista Blue. HEX triplet: 7F, DF and 9F. RGB value is (127,223,159). Sum of RGB (Red+Green+Blue) = 127+223+159=509 (67% of max value = 765). Red value is 127 (50% from 255 or 24.95% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 159 (62.5% from 255 or 31.24% from 509); Max value from RGB is 223 - color contains mainly: green. Hex color #7FDF9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDF9F is #802060. Grayscale: #BBBBBB. Windows color (decimal): -8396897 or 10477439. OLE color: 10477439.

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

Color convert

RGB127223159-
CMYK0.4300.290.13
HSL140º60%68.63%-
HSV(B)140º43.05%87.45%-
XYZ41.459.7942.16-
YUV187112.285.2-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.95%
GREEN value IS 223 (87.5% from 255) = 43.81%
BLUE value IS 159 (62.5% from 255) = 31.24%
R=24.95%
G=43.81%
B=31.24%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1272231590.4300.290.131406068.63
Hex7FDF9F2B01DD8c3c45
Octal177337237530351521474105
Binary111111111011111100111111010110111011101100011001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FDF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,223,159); }

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

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

 a { background-color: rgb(127,223,159); }

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

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

 span { border-color: rgb(127,223,159); }

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