#7EEDB6

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

Shades of Vista Blue #7EEDB6

Tints of Vista Blue #7EEDB6

Color information

#7EEDB6 (or 0x7EEDB6) is unknown color: approx Vista Blue. HEX triplet: 7E, ED and B6. RGB value is (126,237,182). Sum of RGB (Red+Green+Blue) = 126+237+182=545 (72% of max value = 765). Red value is 126 (49.61% from 255 or 23.12% from 545); Green value is 237 (92.97% from 255 or 43.49% from 545); Blue value is 182 (71.48% from 255 or 33.39% from 545); Max value from RGB is 237 - color contains mainly: green. Hex color #7EEDB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EEDB6 is #811249. Grayscale: #C5C5C5. Windows color (decimal): -8458826 or 11988350. OLE color: 11988350.

HSL color Cylindrical-coordinate representation of color #7EEDB6: hue angle of 150.27º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EEDB6 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB126237182-
CMYK0.4700.230.07
HSL150.27º75.51%71.18%-
HSV(B)150.27º46.84%92.94%-
XYZ47.3368.3854.96-
YUV197.54119.2376.97-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.12%
GREEN value IS 237 (92.97% from 255) = 43.49%
BLUE value IS 182 (71.48% from 255) = 33.39%
R=23.12%
G=43.49%
B=33.39%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1262371820.4700.230.07150.2775.5171.18
Hex7EEDB62F0177964c47
Octal176355266570277226114107
Binary111111011101101101101101011110101111111001011010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EEDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,237,182); }

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

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

 a { background-color: rgb(126,237,182); }

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

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

 span { border-color: rgb(126,237,182); }

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