#7EDBAC

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

Shades of Vista Blue #7EDBAC

Tints of Vista Blue #7EDBAC

Color information

#7EDBAC (or 0x7EDBAC) is unknown color: approx Vista Blue. HEX triplet: 7E, DB and AC. RGB value is (126,219,172). Sum of RGB (Red+Green+Blue) = 126+219+172=517 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.37% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 219 - color contains mainly: green. Hex color #7EDBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDBAC is #812453. Grayscale: #B9B9B9. Windows color (decimal): -8463444 or 11328382. OLE color: 11328382.

HSL color Cylindrical-coordinate representation of color #7EDBAC: hue angle of 149.68º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7EDBAC is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB126219172-
CMYK0.4200.210.14
HSL149.68º56.36%67.65%-
HSV(B)149.68º42.47%85.88%-
XYZ41.3858.0848.06-
YUV185.84120.1985.32-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.37%
GREEN value IS 219 (85.94% from 255) = 42.36%
BLUE value IS 172 (67.58% from 255) = 33.27%
R=24.37%
G=42.36%
B=33.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1262191720.4200.210.14149.6856.3667.65
Hex7EDBAC2A015E963844
Octal176333254520251622670104
Binary111111011011011101011001010100101011110100101101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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