#97FAB7

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

Shades of Vista Blue #97FAB7

Tints of Vista Blue #97FAB7

Color information

#97FAB7 (or 0x97FAB7) is unknown color: approx Vista Blue. HEX triplet: 97, FA and B7. RGB value is (151,250,183). Sum of RGB (Red+Green+Blue) = 151+250+183=584 (77% of max value = 765). Red value is 151 (59.38% from 255 or 25.86% from 584); Green value is 250 (98.05% from 255 or 42.81% from 584); Blue value is 183 (71.88% from 255 or 31.34% from 584); Max value from RGB is 250 - color contains mainly: green. Hex color #97FAB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97FAB7 is #680548. Grayscale: #D4D4D4. Windows color (decimal): -6817097 or 12057239. OLE color: 12057239.

HSL color Cylindrical-coordinate representation of color #97FAB7: hue angle of 139.39º 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 #97FAB7 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB151250183-
CMYK0.4000.270.02
HSL139.39º90.83%78.63%-
HSV(B)139.39º39.6%98.04%-
XYZ55.578.3757-
YUV212.76111.283.95-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.86%
GREEN value IS 250 (98.05% from 255) = 42.81%
BLUE value IS 183 (71.88% from 255) = 31.34%
R=25.86%
G=42.81%
B=31.34%

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
Decimal1512501830.4000.270.02139.3990.8378.63
Hex97FAB72801B28b5b4f
Octal227372267500332213133117
Binary100101111111101010110111101000011011101000101110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97FAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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