#7EDDAC

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

Shades of Vista Blue #7EDDAC

Tints of Vista Blue #7EDDAC

Color information

#7EDDAC (or 0x7EDDAC) is unknown color: approx Vista Blue. HEX triplet: 7E, DD and AC. RGB value is (126,221,172). Sum of RGB (Red+Green+Blue) = 126+221+172=519 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.28% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #7EDDAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDDAC is #812253. Grayscale: #BBBBBB. Windows color (decimal): -8462932 or 11328894. OLE color: 11328894.

HSL color Cylindrical-coordinate representation of color #7EDDAC: hue angle of 149.05º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EDDAC is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB126221172-
CMYK0.4300.220.13
HSL149.05º58.28%68.04%-
HSV(B)149.05º42.99%86.67%-
XYZ41.9159.1348.23-
YUV187.01119.5384.48-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.28%
GREEN value IS 221 (86.72% from 255) = 42.58%
BLUE value IS 172 (67.58% from 255) = 33.14%
R=24.28%
G=42.58%
B=33.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1262211720.4300.220.13149.0558.2868.04
Hex7EDDAC2B016D953a44
Octal176335254530261522572104
Binary111111011011101101011001010110101101101100101011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,221,172); }

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

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

 a { background-color: rgb(126,221,172); }

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

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

 span { border-color: rgb(126,221,172); }

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