#7FEDAF

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

Shades of Vista Blue #7FEDAF

Tints of Vista Blue #7FEDAF

Color information

#7FEDAF (or 0x7FEDAF) is unknown color: approx Vista Blue. HEX triplet: 7F, ED and AF. RGB value is (127,237,175). Sum of RGB (Red+Green+Blue) = 127+237+175=539 (71% of max value = 765). Red value is 127 (50% from 255 or 23.56% from 539); Green value is 237 (92.97% from 255 or 43.97% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 237 - color contains mainly: green. Hex color #7FEDAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FEDAF is #801250. Grayscale: #C5C5C5. Windows color (decimal): -8393297 or 11529599. OLE color: 11529599.

HSL color Cylindrical-coordinate representation of color #7FEDAF: hue angle of 146.18º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FEDAF is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB127237175-
CMYK0.4600.260.07
HSL146.18º75.34%71.37%-
HSV(B)146.18º46.41%92.94%-
XYZ46.7768.1851.25-
YUV197.04115.5678.04-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.56%
GREEN value IS 237 (92.97% from 255) = 43.97%
BLUE value IS 175 (68.75% from 255) = 32.47%
R=23.56%
G=43.97%
B=32.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1272371750.4600.260.07146.1875.3471.37
Hex7FEDAF2E01A7924b47
Octal177355257560327222113107
Binary111111111101101101011111011100110101111001001010010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FEDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,237,175); }

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

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

 a { background-color: rgb(127,237,175); }

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

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

 span { border-color: rgb(127,237,175); }

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