#7DEFA9

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

Shades of Vista Blue #7DEFA9

Tints of Vista Blue #7DEFA9

Color information

#7DEFA9 (or 0x7DEFA9) is unknown color: approx Vista Blue. HEX triplet: 7D, EF and A9. RGB value is (125,239,169). Sum of RGB (Red+Green+Blue) = 125+239+169=533 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.45% from 533); Green value is 239 (93.75% from 255 or 44.84% from 533); Blue value is 169 (66.41% from 255 or 31.71% from 533); Max value from RGB is 239 - color contains mainly: green. Hex color #7DEFA9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DEFA9 is #821056. Grayscale: #C5C5C5. Windows color (decimal): -8523863 or 11136893. OLE color: 11136893.

HSL color Cylindrical-coordinate representation of color #7DEFA9: hue angle of 143.16º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DEFA9 is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB125239169-
CMYK0.4800.290.06
HSL143.16º78.08%71.37%-
HSV(B)143.16º47.7%93.73%-
XYZ46.4968.9648.4-
YUV196.93112.2376.69-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.45%
GREEN value IS 239 (93.75% from 255) = 44.84%
BLUE value IS 169 (66.41% from 255) = 31.71%
R=23.45%
G=44.84%
B=31.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1252391690.4800.290.06143.1678.0871.37
Hex7DEFA93001D68f4e47
Octal175357251600356217116107
Binary111110111101111101010011100000111011101000111110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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