#97E9AF

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

Shades of Vista Blue #97E9AF

Tints of Vista Blue #97E9AF

Color information

#97E9AF (or 0x97E9AF) is unknown color: approx Vista Blue. HEX triplet: 97, E9 and AF. RGB value is (151,233,175). Sum of RGB (Red+Green+Blue) = 151+233+175=559 (74% of max value = 765). Red value is 151 (59.38% from 255 or 27.01% from 559); Green value is 233 (91.41% from 255 or 41.68% from 559); Blue value is 175 (68.75% from 255 or 31.31% from 559); Max value from RGB is 233 - color contains mainly: green. Hex color #97E9AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #97E9AF is #681650. Grayscale: #CACACA. Windows color (decimal): -6821457 or 11528599. OLE color: 11528599.

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

Color convert

RGB151233175-
CMYK0.3500.250.09
HSL137.56º65.08%75.29%-
HSV(B)137.56º35.19%91.37%-
XYZ49.6467.9551.06-
YUV201.87112.8391.72-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.01%
GREEN value IS 233 (91.41% from 255) = 41.68%
BLUE value IS 175 (68.75% from 255) = 31.31%
R=27.01%
G=41.68%
B=31.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1512331750.3500.250.09137.5665.0875.29
Hex97E9AF2301998a414b
Octal2273512574303111212101113
Binary10010111111010011010111110001101100110011000101010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97E9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,233,175); }

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

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

 a { background-color: rgb(151,233,175); }

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

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

 span { border-color: rgb(151,233,175); }

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