#97F2BB

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

Shades of Vista Blue #97F2BB

Tints of Vista Blue #97F2BB

Color information

#97F2BB (or 0x97F2BB) is unknown color: approx Vista Blue. HEX triplet: 97, F2 and BB. RGB value is (151,242,187). Sum of RGB (Red+Green+Blue) = 151+242+187=580 (76% of max value = 765). Red value is 151 (59.38% from 255 or 26.03% from 580); Green value is 242 (94.92% from 255 or 41.72% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 242 - color contains mainly: green. Hex color #97F2BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97F2BB is #680D44. Grayscale: #D0D0D0. Windows color (decimal): -6819141 or 12317335. OLE color: 12317335.

HSL color Cylindrical-coordinate representation of color #97F2BB: hue angle of 143.74º 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 #97F2BB is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB151242187-
CMYK0.3800.230.05
HSL143.74º77.78%77.06%-
HSV(B)143.74º37.6%94.9%-
XYZ53.4873.6758.41-
YUV208.52115.8586.97-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.03%
GREEN value IS 242 (94.92% from 255) = 41.72%
BLUE value IS 187 (73.44% from 255) = 32.24%
R=26.03%
G=41.72%
B=32.24%

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
Decimal1512421870.3800.230.05143.7477.7877.06
Hex97F2BB260175904e4d
Octal227362273460275220116115
Binary1001011111110010101110111001100101111011001000010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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