#7DF7AF

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

Shades of Vista Blue #7DF7AF

Tints of Vista Blue #7DF7AF

Color information

#7DF7AF (or 0x7DF7AF) is unknown color: approx Vista Blue. HEX triplet: 7D, F7 and AF. RGB value is (125,247,175). Sum of RGB (Red+Green+Blue) = 125+247+175=547 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.85% from 547); Green value is 247 (96.88% from 255 or 45.16% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 247 - color contains mainly: green. Hex color #7DF7AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF7AF is #820850. Grayscale: #CACACA. Windows color (decimal): -8521809 or 11532157. OLE color: 11532157.

HSL color Cylindrical-coordinate representation of color #7DF7AF: hue angle of 144.59º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DF7AF is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB125247175-
CMYK0.4900.290.03
HSL144.59º88.41%72.94%-
HSV(B)144.59º49.39%96.86%-
XYZ49.4673.9852.23-
YUV202.31112.5872.85-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.85%
GREEN value IS 247 (96.88% from 255) = 45.16%
BLUE value IS 175 (68.75% from 255) = 31.99%
R=22.85%
G=45.16%
B=31.99%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1252471750.4900.290.03144.5988.4172.94
Hex7DF7AF3101D3915849
Octal175367257610353221130111
Binary11111011111011110101111110001011101111001000110110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,247,175); }

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

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

 a { background-color: rgb(125,247,175); }

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

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

 span { border-color: rgb(125,247,175); }

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