#97E8BA

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

Shades of Vista Blue #97E8BA

Tints of Vista Blue #97E8BA

Color information

#97E8BA (or 0x97E8BA) is unknown color: approx Vista Blue. HEX triplet: 97, E8 and BA. RGB value is (151,232,186). Sum of RGB (Red+Green+Blue) = 151+232+186=569 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.54% from 569); Green value is 232 (91.02% from 255 or 40.77% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 232 - color contains mainly: green. Hex color #97E8BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97E8BA is #681745. Grayscale: #CACACA. Windows color (decimal): -6821702 or 12249239. OLE color: 12249239.

HSL color Cylindrical-coordinate representation of color #97E8BA: hue angle of 145.93º 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 #97E8BA is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB151232186-
CMYK0.3500.200.09
HSL145.93º63.78%75.1%-
HSV(B)145.93º34.91%90.98%-
XYZ50.4867.8456.89-
YUV202.54118.6691.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.54%
GREEN value IS 232 (91.02% from 255) = 40.77%
BLUE value IS 186 (73.05% from 255) = 32.69%
R=26.54%
G=40.77%
B=32.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1512321860.3500.200.09145.9363.7875.1
Hex97E8BA23014992404b
Octal2273502724302411222100113
Binary10010111111010001011101010001101010010011001001010000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97E8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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