#7FEFA9

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

Shades of Vista Blue #7FEFA9

Tints of Vista Blue #7FEFA9

Color information

#7FEFA9 (or 0x7FEFA9) is unknown color: approx Vista Blue. HEX triplet: 7F, EF and A9. RGB value is (127,239,169). Sum of RGB (Red+Green+Blue) = 127+239+169=535 (70% of max value = 765). Red value is 127 (50% from 255 or 23.74% from 535); Green value is 239 (93.75% from 255 or 44.67% from 535); Blue value is 169 (66.41% from 255 or 31.59% from 535); Max value from RGB is 239 - color contains mainly: green. Hex color #7FEFA9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FEFA9 is #801056. Grayscale: #C5C5C5. Windows color (decimal): -8392791 or 11136895. OLE color: 11136895.

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

Color convert

RGB127239169-
CMYK0.4700.290.06
HSL142.5º77.78%71.76%-
HSV(B)142.5º46.86%93.73%-
XYZ46.7869.1148.41-
YUV197.53111.8977.69-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.74%
GREEN value IS 239 (93.75% from 255) = 44.67%
BLUE value IS 169 (66.41% from 255) = 31.59%
R=23.74%
G=44.67%
B=31.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1272391690.4700.290.06142.577.7871.76
Hex7FEFA92F01D68e4e48
Octal177357251570356216116110
Binary111111111101111101010011011110111011101000111010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FEFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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