#7EEEB4

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

Shades of Vista Blue #7EEEB4

Tints of Vista Blue #7EEEB4

Color information

#7EEEB4 (or 0x7EEEB4) is unknown color: approx Vista Blue. HEX triplet: 7E, EE and B4. RGB value is (126,238,180). Sum of RGB (Red+Green+Blue) = 126+238+180=544 (72% of max value = 765). Red value is 126 (49.61% from 255 or 23.16% from 544); Green value is 238 (93.36% from 255 or 43.75% from 544); Blue value is 180 (70.70% from 255 or 33.09% from 544); Max value from RGB is 238 - color contains mainly: green. Hex color #7EEEB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EEEB4 is #81114B. Grayscale: #C6C6C6. Windows color (decimal): -8458572 or 11857534. OLE color: 11857534.

HSL color Cylindrical-coordinate representation of color #7EEEB4: hue angle of 148.93º degrees, saturation: 0.77, 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 #7EEEB4 is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB126238180-
CMYK0.4700.240.07
HSL148.93º76.71%71.37%-
HSV(B)148.93º47.06%93.33%-
XYZ47.4268.8853.98-
YUV197.9117.8976.72-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.16%
GREEN value IS 238 (93.36% from 255) = 43.75%
BLUE value IS 180 (70.70% from 255) = 33.09%
R=23.16%
G=43.75%
B=33.09%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1262381800.4700.240.07148.9376.7171.37
Hex7EEEB42F0187954d47
Octal176356264570307225115107
Binary111111011101110101101001011110110001111001010110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EEEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,238,180); }

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

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

 a { background-color: rgb(126,238,180); }

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

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

 span { border-color: rgb(126,238,180); }

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