#7BECAB

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

Shades of Vista Blue #7BECAB

Tints of Vista Blue #7BECAB

Color information

#7BECAB (or 0x7BECAB) is unknown color: approx Vista Blue. HEX triplet: 7B, EC and AB. RGB value is (123,236,171). Sum of RGB (Red+Green+Blue) = 123+236+171=530 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.21% from 530); Green value is 236 (92.58% from 255 or 44.53% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 236 - color contains mainly: green. Hex color #7BECAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BECAB is #841354. Grayscale: #C2C2C2. Windows color (decimal): -8655701 or 11267195. OLE color: 11267195.

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

Color convert

RGB123236171-
CMYK0.4800.280.07
HSL145.49º74.83%70.39%-
HSV(B)145.49º47.88%92.55%-
XYZ45.5167.1449.09-
YUV194.8114.5676.79-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.21%
GREEN value IS 236 (92.58% from 255) = 44.53%
BLUE value IS 171 (67.19% from 255) = 32.26%
R=23.21%
G=44.53%
B=32.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1232361710.4800.280.07145.4974.8370.39
Hex7BECAB3001C7914b46
Octal173354253600347221113106
Binary111101111101100101010111100000111001111001000110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BECAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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