#97DCAE

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

Shades of Vista Blue #97DCAE

Tints of Vista Blue #97DCAE

Color information

#97DCAE (or 0x97DCAE) is unknown color: approx Vista Blue. HEX triplet: 97, DC and AE. RGB value is (151,220,174). Sum of RGB (Red+Green+Blue) = 151+220+174=545 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.71% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #97DCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97DCAE is #682351. Grayscale: #C2C2C2. Windows color (decimal): -6824786 or 11459735. OLE color: 11459735.

HSL color Cylindrical-coordinate representation of color #97DCAE: hue angle of 140º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97DCAE is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB151220174-
CMYK0.3100.210.14
HSL140º49.64%72.75%-
HSV(B)140º31.36%86.27%-
XYZ4660.8249.36-
YUV194.12116.6497.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.71%
GREEN value IS 220 (86.33% from 255) = 40.37%
BLUE value IS 174 (68.36% from 255) = 31.93%
R=27.71%
G=40.37%
B=31.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1512201740.3100.210.1414049.6472.75
Hex97DCAE1F015E8c3249
Octal227334256370251621462111
Binary100101111101110010101110111110101011110100011001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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