#7BEDA7

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

Shades of Vista Blue #7BEDA7

Tints of Vista Blue #7BEDA7

Color information

#7BEDA7 (or 0x7BEDA7) is unknown color: approx Vista Blue. HEX triplet: 7B, ED and A7. RGB value is (123,237,167). Sum of RGB (Red+Green+Blue) = 123+237+167=527 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.34% from 527); Green value is 237 (92.97% from 255 or 44.97% from 527); Blue value is 167 (65.62% from 255 or 31.69% from 527); Max value from RGB is 237 - color contains mainly: green. Hex color #7BEDA7 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BEDA7 is #841258. Grayscale: #C3C3C3. Windows color (decimal): -8655449 or 11005307. OLE color: 11005307.

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

Color convert

RGB123237167-
CMYK0.4800.300.07
HSL143.16º76%70.59%-
HSV(B)143.16º48.1%92.94%-
XYZ45.4367.5747.21-
YUV194.93112.2376.69-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.34%
GREEN value IS 237 (92.97% from 255) = 44.97%
BLUE value IS 167 (65.62% from 255) = 31.69%
R=23.34%
G=44.97%
B=31.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1232371670.4800.300.07143.167670.59
Hex7BEDA73001E78f4c47
Octal173355247600367217114107
Binary111101111101101101001111100000111101111000111110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BEDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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