#97D8AE

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

Shades of Vista Blue #97D8AE

Tints of Vista Blue #97D8AE

Color information

#97D8AE (or 0x97D8AE) is unknown color: approx Vista Blue. HEX triplet: 97, D8 and AE. RGB value is (151,216,174). Sum of RGB (Red+Green+Blue) = 151+216+174=541 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.91% from 541); Green value is 216 (84.77% from 255 or 39.93% from 541); Blue value is 174 (68.36% from 255 or 32.16% from 541); Max value from RGB is 216 - color contains mainly: green. Hex color #97D8AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D8AE is #682751. Grayscale: #BFBFBF. Windows color (decimal): -6825810 or 11458711. OLE color: 11458711.

HSL color Cylindrical-coordinate representation of color #97D8AE: hue angle of 141.23º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #97D8AE is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB151216174-
CMYK0.3000.190.15
HSL141.23º45.45%71.96%-
HSV(B)141.23º30.09%84.71%-
XYZ44.9658.7549.01-
YUV191.78117.9798.92-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.91%
GREEN value IS 216 (84.77% from 255) = 39.93%
BLUE value IS 174 (68.36% from 255) = 32.16%
R=27.91%
G=39.93%
B=32.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1512161740.3000.190.15141.2345.4571.96
Hex97D8AE1E013F8d2d48
Octal227330256360231721555110
Binary100101111101100010101110111100100111111100011011011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,216,174); }

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

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

 a { background-color: rgb(151,216,174); }

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

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

 span { border-color: rgb(151,216,174); }

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