#97D6B7

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

Shades of Vista Blue #97D6B7

Tints of Vista Blue #97D6B7

Color information

#97D6B7 (or 0x97D6B7) is unknown color: approx Vista Blue. HEX triplet: 97, D6 and B7. RGB value is (151,214,183). Sum of RGB (Red+Green+Blue) = 151+214+183=548 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.55% from 548); Green value is 214 (83.98% from 255 or 39.05% from 548); Blue value is 183 (71.88% from 255 or 33.39% from 548); Max value from RGB is 214 - color contains mainly: green. Hex color #97D6B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97D6B7 is #682948. Grayscale: #BFBFBF. Windows color (decimal): -6826313 or 12048023. OLE color: 12048023.

HSL color Cylindrical-coordinate representation of color #97D6B7: hue angle of 150.48º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #97D6B7 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB151214183-
CMYK0.2900.140.16
HSL150.48º43.45%71.57%-
HSV(B)150.48º29.44%83.92%-
XYZ45.3658.0953.62-
YUV191.63123.1399.02-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.55%
GREEN value IS 214 (83.98% from 255) = 39.05%
BLUE value IS 183 (71.88% from 255) = 33.39%
R=27.55%
G=39.05%
B=33.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1512141830.2900.140.16150.4843.4571.57
Hex97D6B71D0E10962b48
Octal227326267350162022653110
Binary100101111101011010110111111010111010000100101101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D6B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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