#7EDAAE

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

Shades of Vista Blue #7EDAAE

Tints of Vista Blue #7EDAAE

Color information

#7EDAAE (or 0x7EDAAE) is unknown color: approx Vista Blue. HEX triplet: 7E, DA and AE. RGB value is (126,218,174). Sum of RGB (Red+Green+Blue) = 126+218+174=518 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.32% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 218 - color contains mainly: green. Hex color #7EDAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDAAE is #812551. Grayscale: #B9B9B9. Windows color (decimal): -8463698 or 11459198. OLE color: 11459198.

HSL color Cylindrical-coordinate representation of color #7EDAAE: hue angle of 151.3º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7EDAAE is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB126218174-
CMYK0.4200.200.15
HSL151.3º55.42%67.45%-
HSV(B)151.3º42.2%85.49%-
XYZ41.3257.6348.99-
YUV185.48121.5285.58-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.32%
GREEN value IS 218 (85.55% from 255) = 42.08%
BLUE value IS 174 (68.36% from 255) = 33.59%
R=24.32%
G=42.08%
B=33.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1262181740.4200.200.15151.355.4267.45
Hex7EDAAE2A014F973743
Octal176332256520241722767103
Binary111111011011010101011101010100101001111100101111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,218,174); }

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

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

 a { background-color: rgb(126,218,174); }

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

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

 span { border-color: rgb(126,218,174); }

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