#7DF9AB

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

Shades of Vista Blue #7DF9AB

Tints of Vista Blue #7DF9AB

Color information

#7DF9AB (or 0x7DF9AB) is unknown color: approx Vista Blue. HEX triplet: 7D, F9 and AB. RGB value is (125,249,171). Sum of RGB (Red+Green+Blue) = 125+249+171=545 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.94% from 545); Green value is 249 (97.66% from 255 or 45.69% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 249 - color contains mainly: green. Hex color #7DF9AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF9AB is #820654. Grayscale: #CBCBCB. Windows color (decimal): -8521301 or 11270525. OLE color: 11270525.

HSL color Cylindrical-coordinate representation of color #7DF9AB: hue angle of 142.26º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DF9AB is Cyan = 0.50, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB125249171-
CMYK0.5000.310.02
HSL142.26º91.18%73.33%-
HSV(B)142.26º49.8%97.65%-
XYZ49.6875.0550.4-
YUV203.03109.9272.34-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.94%
GREEN value IS 249 (97.66% from 255) = 45.69%
BLUE value IS 171 (67.19% from 255) = 31.38%
R=22.94%
G=45.69%
B=31.38%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1252491710.5000.310.02142.2691.1873.33
Hex7DF9AB3201F28e5b49
Octal175371253620372216133111
Binary11111011111100110101011110010011111101000111010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,249,171); }

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

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

 a { background-color: rgb(125,249,171); }

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

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

 span { border-color: rgb(125,249,171); }

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