#97EBAF

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

Shades of Vista Blue #97EBAF

Tints of Vista Blue #97EBAF

Color information

#97EBAF (or 0x97EBAF) is unknown color: approx Vista Blue. HEX triplet: 97, EB and AF. RGB value is (151,235,175). Sum of RGB (Red+Green+Blue) = 151+235+175=561 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.92% from 561); Green value is 235 (92.19% from 255 or 41.89% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 235 - color contains mainly: green. Hex color #97EBAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #97EBAF is #681450. Grayscale: #CBCBCB. Windows color (decimal): -6820945 or 11529111. OLE color: 11529111.

HSL color Cylindrical-coordinate representation of color #97EBAF: hue angle of 137.14º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97EBAF is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB151235175-
CMYK0.3600.260.08
HSL137.14º67.74%75.69%-
HSV(B)137.14º35.74%92.16%-
XYZ50.2169.0951.25-
YUV203.04112.1790.88-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.92%
GREEN value IS 235 (92.19% from 255) = 41.89%
BLUE value IS 175 (68.75% from 255) = 31.19%
R=26.92%
G=41.89%
B=31.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1512351750.3600.260.08137.1467.7475.69
Hex97EBAF2401A889444c
Octal2273532574403210211104114
Binary10010111111010111010111110010001101010001000100110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97EBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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