#97F2BA

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

Shades of Vista Blue #97F2BA

Tints of Vista Blue #97F2BA

Color information

#97F2BA (or 0x97F2BA) is unknown color: approx Vista Blue. HEX triplet: 97, F2 and BA. RGB value is (151,242,186). Sum of RGB (Red+Green+Blue) = 151+242+186=579 (76% of max value = 765). Red value is 151 (59.38% from 255 or 26.08% from 579); Green value is 242 (94.92% from 255 or 41.80% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 242 - color contains mainly: green. Hex color #97F2BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97F2BA is #680D45. Grayscale: #D0D0D0. Windows color (decimal): -6819142 or 12251799. OLE color: 12251799.

HSL color Cylindrical-coordinate representation of color #97F2BA: hue angle of 143.08º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #97F2BA is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB151242186-
CMYK0.3800.230.05
HSL143.08º77.78%77.06%-
HSV(B)143.08º37.6%94.9%-
XYZ53.3873.6357.85-
YUV208.41115.3587.05-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.08%
GREEN value IS 242 (94.92% from 255) = 41.80%
BLUE value IS 186 (73.05% from 255) = 32.12%
R=26.08%
G=41.80%
B=32.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1512421860.3800.230.05143.0877.7877.06
Hex97F2BA2601758f4e4d
Octal227362272460275217116115
Binary1001011111110010101110101001100101111011000111110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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