#97E8BE

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

Shades of Vista Blue #97E8BE

Tints of Vista Blue #97E8BE

Color information

#97E8BE (or 0x97E8BE) is unknown color: approx Vista Blue. HEX triplet: 97, E8 and BE. RGB value is (151,232,190). Sum of RGB (Red+Green+Blue) = 151+232+190=573 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.35% from 573); Green value is 232 (91.02% from 255 or 40.49% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 232 - color contains mainly: green. Hex color #97E8BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97E8BE is #681741. Grayscale: #CBCBCB. Windows color (decimal): -6821698 or 12511383. OLE color: 12511383.

HSL color Cylindrical-coordinate representation of color #97E8BE: hue angle of 148.89º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #97E8BE is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB151232190-
CMYK0.3500.180.09
HSL148.89º63.78%75.1%-
HSV(B)148.89º34.91%90.98%-
XYZ50.9168.0159.16-
YUV202.99120.6690.92-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.35%
GREEN value IS 232 (91.02% from 255) = 40.49%
BLUE value IS 190 (74.61% from 255) = 33.16%
R=26.35%
G=40.49%
B=33.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1512321900.3500.180.09148.8963.7875.1
Hex97E8BE23012995404b
Octal2273502764302211225100113
Binary10010111111010001011111010001101001010011001010110000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97E8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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