#7BECB2

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

Shades of Vista Blue #7BECB2

Tints of Vista Blue #7BECB2

Color information

#7BECB2 (or 0x7BECB2) is unknown color: approx Vista Blue. HEX triplet: 7B, EC and B2. RGB value is (123,236,178). Sum of RGB (Red+Green+Blue) = 123+236+178=537 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.91% from 537); Green value is 236 (92.58% from 255 or 43.95% from 537); Blue value is 178 (69.92% from 255 or 33.15% from 537); Max value from RGB is 236 - color contains mainly: green. Hex color #7BECB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BECB2 is #84134D. Grayscale: #C3C3C3. Windows color (decimal): -8655694 or 11725947. OLE color: 11725947.

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

Color convert

RGB123236178-
CMYK0.4800.250.07
HSL149.2º74.83%70.39%-
HSV(B)149.2º47.88%92.55%-
XYZ46.267.4252.7-
YUV195.6118.0676.22-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.91%
GREEN value IS 236 (92.58% from 255) = 43.95%
BLUE value IS 178 (69.92% from 255) = 33.15%
R=22.91%
G=43.95%
B=33.15%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1232361780.4800.250.07149.274.8370.39
Hex7BECB2300197954b46
Octal173354262600317225113106
Binary111101111101100101100101100000110011111001010110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BECB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,236,178); }

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

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

 a { background-color: rgb(123,236,178); }

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

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

 span { border-color: rgb(123,236,178); }

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