#7BECB6

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

Shades of Vista Blue #7BECB6

Tints of Vista Blue #7BECB6

Color information

#7BECB6 (or 0x7BECB6) is unknown color: approx Vista Blue. HEX triplet: 7B, EC and B6. RGB value is (123,236,182). Sum of RGB (Red+Green+Blue) = 123+236+182=541 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.74% from 541); Green value is 236 (92.58% from 255 or 43.62% from 541); Blue value is 182 (71.48% from 255 or 33.64% from 541); Max value from RGB is 236 - color contains mainly: green. Hex color #7BECB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BECB6 is #841349. Grayscale: #C4C4C4. Windows color (decimal): -8655690 or 11988091. OLE color: 11988091.

HSL color Cylindrical-coordinate representation of color #7BECB6: hue angle of 151.33º 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 #7BECB6 is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB123236182-
CMYK0.4800.230.07
HSL151.33º74.83%70.39%-
HSV(B)151.33º47.88%92.55%-
XYZ46.6167.5854.84-
YUV196.06120.0675.89-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.74%
GREEN value IS 236 (92.58% from 255) = 43.62%
BLUE value IS 182 (71.48% from 255) = 33.64%
R=22.74%
G=43.62%
B=33.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1232361820.4800.230.07151.3374.8370.39
Hex7BECB6300177974b46
Octal173354266600277227113106
Binary111101111101100101101101100000101111111001011110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BECB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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