#7BDBA5

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

Shades of Vista Blue #7BDBA5

Tints of Vista Blue #7BDBA5

Color information

#7BDBA5 (or 0x7BDBA5) is unknown color: approx Vista Blue. HEX triplet: 7B, DB and A5. RGB value is (123,219,165). Sum of RGB (Red+Green+Blue) = 123+219+165=507 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.26% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 165 (64.84% from 255 or 32.54% from 507); Max value from RGB is 219 - color contains mainly: green. Hex color #7BDBA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDBA5 is #84245A. Grayscale: #B8B8B8. Windows color (decimal): -8660059 or 10869627. OLE color: 10869627.

HSL color Cylindrical-coordinate representation of color #7BDBA5: hue angle of 146.25º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BDBA5 is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB123219165-
CMYK0.4400.250.14
HSL146.25º57.14%67.06%-
HSV(B)146.25º43.84%85.88%-
XYZ40.2957.5944.59-
YUV184.14117.284.39-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.26%
GREEN value IS 219 (85.94% from 255) = 43.20%
BLUE value IS 165 (64.84% from 255) = 32.54%
R=24.26%
G=43.20%
B=32.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1232191650.4400.250.14146.2557.1467.06
Hex7BDBA52C019E923943
Octal173333245540311622271103
Binary111101111011011101001011011000110011110100100101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BDBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,219,165); }

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

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

 a { background-color: rgb(123,219,165); }

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

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

 span { border-color: rgb(123,219,165); }

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