#7DF3A9

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

Shades of Vista Blue #7DF3A9

Tints of Vista Blue #7DF3A9

Color information

#7DF3A9 (or 0x7DF3A9) is unknown color: approx Vista Blue. HEX triplet: 7D, F3 and A9. RGB value is (125,243,169). Sum of RGB (Red+Green+Blue) = 125+243+169=537 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.28% from 537); Green value is 243 (95.31% from 255 or 45.25% from 537); Blue value is 169 (66.41% from 255 or 31.47% from 537); Max value from RGB is 243 - color contains mainly: green. Hex color #7DF3A9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF3A9 is #820C56. Grayscale: #C7C7C7. Windows color (decimal): -8522839 or 11137917. OLE color: 11137917.

HSL color Cylindrical-coordinate representation of color #7DF3A9: hue angle of 142.37º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DF3A9 is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB125243169-
CMYK0.4900.300.05
HSL142.37º83.1%72.16%-
HSV(B)142.37º48.56%95.29%-
XYZ47.6771.3348.79-
YUV199.28110.9175.02-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.28%
GREEN value IS 243 (95.31% from 255) = 45.25%
BLUE value IS 169 (66.41% from 255) = 31.47%
R=23.28%
G=45.25%
B=31.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1252431690.4900.300.05142.3783.172.16
Hex7DF3A93101E58e5348
Octal175363251610365216123110
Binary111110111110011101010011100010111101011000111010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF3A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,243,169); }

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

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

 a { background-color: rgb(125,243,169); }

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

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

 span { border-color: rgb(125,243,169); }

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