#7EDFB2

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

Shades of Vista Blue #7EDFB2

Tints of Vista Blue #7EDFB2

Color information

#7EDFB2 (or 0x7EDFB2) is unknown color: approx Vista Blue. HEX triplet: 7E, DF and B2. RGB value is (126,223,178). Sum of RGB (Red+Green+Blue) = 126+223+178=527 (69% of max value = 765). Red value is 126 (49.61% from 255 or 23.91% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 178 (69.92% from 255 or 33.78% from 527); Max value from RGB is 223 - color contains mainly: green. Hex color #7EDFB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDFB2 is #81204D. Grayscale: #BCBCBC. Windows color (decimal): -8462414 or 11722622. OLE color: 11722622.

HSL color Cylindrical-coordinate representation of color #7EDFB2: hue angle of 152.16º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EDFB2 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB126223178-
CMYK0.4300.200.13
HSL152.16º60.25%68.43%-
HSV(B)152.16º43.5%87.45%-
XYZ43.0360.4351.51-
YUV188.87121.8683.16-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.91%
GREEN value IS 223 (87.5% from 255) = 42.31%
BLUE value IS 178 (69.92% from 255) = 33.78%
R=23.91%
G=42.31%
B=33.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1262231780.4300.200.13152.1660.2568.43
Hex7EDFB22B014D983c44
Octal176337262530241523074104
Binary111111011011111101100101010110101001101100110001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,223,178); }

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

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

 a { background-color: rgb(126,223,178); }

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

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

 span { border-color: rgb(126,223,178); }

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