#7BEFB0

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

Shades of Vista Blue #7BEFB0

Tints of Vista Blue #7BEFB0

Color information

#7BEFB0 (or 0x7BEFB0) is unknown color: approx Vista Blue. HEX triplet: 7B, EF and B0. RGB value is (123,239,176). Sum of RGB (Red+Green+Blue) = 123+239+176=538 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.86% from 538); Green value is 239 (93.75% from 255 or 44.42% from 538); Blue value is 176 (69.14% from 255 or 32.71% from 538); Max value from RGB is 239 - color contains mainly: green. Hex color #7BEFB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BEFB0 is #84104F. Grayscale: #C5C5C5. Windows color (decimal): -8654928 or 11595643. OLE color: 11595643.

HSL color Cylindrical-coordinate representation of color #7BEFB0: hue angle of 147.41º 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 #7BEFB0 is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB123239176-
CMYK0.4900.260.06
HSL147.41º78.38%70.98%-
HSV(B)147.41º48.54%93.73%-
XYZ46.8769.0851.94-
YUV197.13116.0775.12-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.86%
GREEN value IS 239 (93.75% from 255) = 44.42%
BLUE value IS 176 (69.14% from 255) = 32.71%
R=22.86%
G=44.42%
B=32.71%

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
Decimal1232391760.4900.260.06147.4178.3870.98
Hex7BEFB03101A6934e47
Octal173357260610326223116107
Binary111101111101111101100001100010110101101001001110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BEFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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