#97E5BE

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

Shades of Vista Blue #97E5BE

Tints of Vista Blue #97E5BE

Color information

#97E5BE (or 0x97E5BE) is unknown color: approx Vista Blue. HEX triplet: 97, E5 and BE. RGB value is (151,229,190). Sum of RGB (Red+Green+Blue) = 151+229+190=570 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.49% from 570); Green value is 229 (89.84% from 255 or 40.18% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 229 - color contains mainly: green. Hex color #97E5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97E5BE is #681A41. Grayscale: #C9C9C9. Windows color (decimal): -6822466 or 12510615. OLE color: 12510615.

HSL color Cylindrical-coordinate representation of color #97E5BE: hue angle of 150º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #97E5BE is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB151229190-
CMYK0.3400.170.10
HSL150º60%74.51%-
HSV(B)150º34.06%89.8%-
XYZ50.0866.3458.88-
YUV201.23121.6692.17-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.49%
GREEN value IS 229 (89.84% from 255) = 40.18%
BLUE value IS 190 (74.61% from 255) = 33.33%
R=26.49%
G=40.18%
B=33.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1512291900.3400.170.101506074.51
Hex97E5BE22011A963c4b
Octal227345276420211222674113
Binary1001011111100101101111101000100100011010100101101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97E5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97E5BE; }

 p { color: rgb(151,229,190); }

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

<style>
 a { background-color: #97E5BE; }

 a { background-color: rgb(151,229,190); }

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

<style>
 span { border-color: #97E5BE; }

 span { border-color: rgb(151,229,190); }

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