#97FAB6

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

Shades of Vista Blue #97FAB6

Tints of Vista Blue #97FAB6

Color information

#97FAB6 (or 0x97FAB6) is unknown color: approx Vista Blue. HEX triplet: 97, FA and B6. RGB value is (151,250,182). Sum of RGB (Red+Green+Blue) = 151+250+182=583 (77% of max value = 765). Red value is 151 (59.38% from 255 or 25.90% from 583); Green value is 250 (98.05% from 255 or 42.88% from 583); Blue value is 182 (71.48% from 255 or 31.22% from 583); Max value from RGB is 250 - color contains mainly: green. Hex color #97FAB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97FAB6 is #680549. Grayscale: #D4D4D4. Windows color (decimal): -6817098 or 11991703. OLE color: 11991703.

HSL color Cylindrical-coordinate representation of color #97FAB6: hue angle of 138.79º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97FAB6 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB151250182-
CMYK0.4000.270.02
HSL138.79º90.83%78.63%-
HSV(B)138.79º39.6%98.04%-
XYZ55.3978.3356.46-
YUV212.65110.784.03-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.90%
GREEN value IS 250 (98.05% from 255) = 42.88%
BLUE value IS 182 (71.48% from 255) = 31.22%
R=25.90%
G=42.88%
B=31.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1512501820.4000.270.02138.7990.8378.63
Hex97FAB62801B28b5b4f
Octal227372266500332213133117
Binary100101111111101010110110101000011011101000101110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97FAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,250,182); }

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

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

 a { background-color: rgb(151,250,182); }

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

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

 span { border-color: rgb(151,250,182); }

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