#7BEEAF

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

Shades of Vista Blue #7BEEAF

Tints of Vista Blue #7BEEAF

Color information

#7BEEAF (or 0x7BEEAF) is unknown color: approx Vista Blue. HEX triplet: 7B, EE and AF. RGB value is (123,238,175). Sum of RGB (Red+Green+Blue) = 123+238+175=536 (70% of max value = 765). Red value is 123 (48.44% from 255 or 22.95% from 536); Green value is 238 (93.36% from 255 or 44.40% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 238 - color contains mainly: green. Hex color #7BEEAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BEEAF is #841150. Grayscale: #C4C4C4. Windows color (decimal): -8655185 or 11529851. OLE color: 11529851.

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

Color convert

RGB123238175-
CMYK0.4800.260.07
HSL147.13º77.18%70.78%-
HSV(B)147.13º48.32%93.33%-
XYZ46.4868.4651.32-
YUV196.43115.975.62-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.95%
GREEN value IS 238 (93.36% from 255) = 44.40%
BLUE value IS 175 (68.75% from 255) = 32.65%
R=22.95%
G=44.40%
B=32.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1232381750.4800.260.07147.1377.1870.78
Hex7BEEAF3001A7934d47
Octal173356257600327223115107
Binary111101111101110101011111100000110101111001001110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BEEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,238,175); }

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

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

 a { background-color: rgb(123,238,175); }

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

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

 span { border-color: rgb(123,238,175); }

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