#7BEDB4

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

Shades of Vista Blue #7BEDB4

Tints of Vista Blue #7BEDB4

Color information

#7BEDB4 (or 0x7BEDB4) is unknown color: approx Vista Blue. HEX triplet: 7B, ED and B4. RGB value is (123,237,180). Sum of RGB (Red+Green+Blue) = 123+237+180=540 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.78% from 540); Green value is 237 (92.97% from 255 or 43.89% from 540); Blue value is 180 (70.70% from 255 or 33.33% from 540); Max value from RGB is 237 - color contains mainly: green. Hex color #7BEDB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEDB4 is #84124B. Grayscale: #C4C4C4. Windows color (decimal): -8655436 or 11857275. OLE color: 11857275.

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

Color convert

RGB123237180-
CMYK0.4800.240.07
HSL150º76%70.59%-
HSV(B)150º48.1%92.94%-
XYZ46.6968.0753.86-
YUV196.42118.7375.63-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.78%
GREEN value IS 237 (92.97% from 255) = 43.89%
BLUE value IS 180 (70.70% from 255) = 33.33%
R=22.78%
G=43.89%
B=33.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1232371800.4800.240.071507670.59
Hex7BEDB4300187964c47
Octal173355264600307226114107
Binary111101111101101101101001100000110001111001011010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BEDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,237,180); }

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

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

 a { background-color: rgb(123,237,180); }

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

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

 span { border-color: rgb(123,237,180); }

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