#7DEFA8

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

Shades of Vista Blue #7DEFA8

Tints of Vista Blue #7DEFA8

Color information

#7DEFA8 (or 0x7DEFA8) is unknown color: approx Vista Blue. HEX triplet: 7D, EF and A8. RGB value is (125,239,168). Sum of RGB (Red+Green+Blue) = 125+239+168=532 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.50% from 532); Green value is 239 (93.75% from 255 or 44.92% from 532); Blue value is 168 (66.02% from 255 or 31.58% from 532); Max value from RGB is 239 - color contains mainly: green. Hex color #7DEFA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DEFA8 is #821057. Grayscale: #C4C4C4. Windows color (decimal): -8523864 or 11071357. OLE color: 11071357.

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

Color convert

RGB125239168-
CMYK0.4800.300.06
HSL142.63º78.08%71.37%-
HSV(B)142.63º47.7%93.73%-
XYZ46.3968.9247.9-
YUV196.82111.7376.77-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.50%
GREEN value IS 239 (93.75% from 255) = 44.92%
BLUE value IS 168 (66.02% from 255) = 31.58%
R=23.50%
G=44.92%
B=31.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1252391680.4800.300.06142.6378.0871.37
Hex7DEFA83001E68f4e47
Octal175357250600366217116107
Binary111110111101111101010001100000111101101000111110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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