#7BEEB0

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

Shades of Vista Blue #7BEEB0

Tints of Vista Blue #7BEEB0

Color information

#7BEEB0 (or 0x7BEEB0) is unknown color: approx Vista Blue. HEX triplet: 7B, EE and B0. RGB value is (123,238,176). Sum of RGB (Red+Green+Blue) = 123+238+176=537 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.91% from 537); Green value is 238 (93.36% from 255 or 44.32% from 537); Blue value is 176 (69.14% from 255 or 32.77% from 537); Max value from RGB is 238 - color contains mainly: green. Hex color #7BEEB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BEEB0 is #84114F. Grayscale: #C4C4C4. Windows color (decimal): -8655184 or 11595387. OLE color: 11595387.

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

Color convert

RGB123238176-
CMYK0.4800.260.07
HSL147.65º77.18%70.78%-
HSV(B)147.65º48.32%93.33%-
XYZ46.5868.4951.84-
YUV196.55116.475.54-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.91%
GREEN value IS 238 (93.36% from 255) = 44.32%
BLUE value IS 176 (69.14% from 255) = 32.77%
R=22.91%
G=44.32%
B=32.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1232381760.4800.260.07147.6577.1870.78
Hex7BEEB03001A7944d47
Octal173356260600327224115107
Binary111101111101110101100001100000110101111001010010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BEEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,238,176); }

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

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

 a { background-color: rgb(123,238,176); }

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

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

 span { border-color: rgb(123,238,176); }

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