#97DAB5

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

Shades of Vista Blue #97DAB5

Tints of Vista Blue #97DAB5

Color information

#97DAB5 (or 0x97DAB5) is unknown color: approx Vista Blue. HEX triplet: 97, DA and B5. RGB value is (151,218,181). Sum of RGB (Red+Green+Blue) = 151+218+181=550 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.45% from 550); Green value is 218 (85.55% from 255 or 39.64% from 550); Blue value is 181 (71.09% from 255 or 32.91% from 550); Max value from RGB is 218 - color contains mainly: green. Hex color #97DAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97DAB5 is #68254A. Grayscale: #C1C1C1. Windows color (decimal): -6825291 or 11917975. OLE color: 11917975.

HSL color Cylindrical-coordinate representation of color #97DAB5: hue angle of 146.87º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97DAB5 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB151218181-
CMYK0.3100.170.15
HSL146.87º47.52%72.35%-
HSV(B)146.87º30.73%85.49%-
XYZ46.1760.0652.87-
YUV193.75120.897.51-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.45%
GREEN value IS 218 (85.55% from 255) = 39.64%
BLUE value IS 181 (71.09% from 255) = 32.91%
R=27.45%
G=39.64%
B=32.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1512181810.3100.170.15146.8747.5272.35
Hex97DAB51F011F933048
Octal227332265370211722360110
Binary100101111101101010110101111110100011111100100111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,218,181); }

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

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

 a { background-color: rgb(151,218,181); }

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

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

 span { border-color: rgb(151,218,181); }

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