#7EEFB5

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

Shades of Vista Blue #7EEFB5

Tints of Vista Blue #7EEFB5

Color information

#7EEFB5 (or 0x7EEFB5) is unknown color: approx Vista Blue. HEX triplet: 7E, EF and B5. RGB value is (126,239,181). Sum of RGB (Red+Green+Blue) = 126+239+181=546 (72% of max value = 765). Red value is 126 (49.61% from 255 or 23.08% from 546); Green value is 239 (93.75% from 255 or 43.77% from 546); Blue value is 181 (71.09% from 255 or 33.15% from 546); Max value from RGB is 239 - color contains mainly: green. Hex color #7EEFB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EEFB5 is #81104A. Grayscale: #C6C6C6. Windows color (decimal): -8458315 or 11923326. OLE color: 11923326.

HSL color Cylindrical-coordinate representation of color #7EEFB5: hue angle of 149.2º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EEFB5 is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB126239181-
CMYK0.4700.240.06
HSL149.2º77.93%71.57%-
HSV(B)149.2º47.28%93.73%-
XYZ47.8169.554.61-
YUV198.6118.0676.22-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.08%
GREEN value IS 239 (93.75% from 255) = 43.77%
BLUE value IS 181 (71.09% from 255) = 33.15%
R=23.08%
G=43.77%
B=33.15%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1262391810.4700.240.06149.277.9371.57
Hex7EEFB52F0186954e48
Octal176357265570306225116110
Binary111111011101111101101011011110110001101001010110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EEFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,239,181); }

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

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

 a { background-color: rgb(126,239,181); }

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

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

 span { border-color: rgb(126,239,181); }

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