#7BEFB1

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

Shades of Vista Blue #7BEFB1

Tints of Vista Blue #7BEFB1

Color information

#7BEFB1 (or 0x7BEFB1) is unknown color: approx Vista Blue. HEX triplet: 7B, EF and B1. RGB value is (123,239,177). Sum of RGB (Red+Green+Blue) = 123+239+177=539 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.82% from 539); Green value is 239 (93.75% from 255 or 44.34% from 539); Blue value is 177 (69.53% from 255 or 32.84% from 539); Max value from RGB is 239 - color contains mainly: green. Hex color #7BEFB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BEFB1 is #84104E. Grayscale: #C5C5C5. Windows color (decimal): -8654927 or 11661179. OLE color: 11661179.

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

Color convert

RGB123239177-
CMYK0.4900.260.06
HSL147.93º78.38%70.98%-
HSV(B)147.93º48.54%93.73%-
XYZ46.9769.1252.46-
YUV197.25116.5775.04-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.82%
GREEN value IS 239 (93.75% from 255) = 44.34%
BLUE value IS 177 (69.53% from 255) = 32.84%
R=22.82%
G=44.34%
B=32.84%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1232391770.4900.260.06147.9378.3870.98
Hex7BEFB13101A6944e47
Octal173357261610326224116107
Binary111101111101111101100011100010110101101001010010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BEFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,239,177); }

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

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

 a { background-color: rgb(123,239,177); }

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

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

 span { border-color: rgb(123,239,177); }

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