#97DDAF

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

Shades of Vista Blue #97DDAF

Tints of Vista Blue #97DDAF

Color information

#97DDAF (or 0x97DDAF) is unknown color: approx Vista Blue. HEX triplet: 97, DD and AF. RGB value is (151,221,175). Sum of RGB (Red+Green+Blue) = 151+221+175=547 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.61% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #97DDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97DDAF is #682250. Grayscale: #C2C2C2. Windows color (decimal): -6824529 or 11525527. OLE color: 11525527.

HSL color Cylindrical-coordinate representation of color #97DDAF: hue angle of 140.57º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #97DDAF is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB151221175-
CMYK0.3200.210.13
HSL140.57º50.72%72.94%-
HSV(B)140.57º31.67%86.67%-
XYZ46.3661.3949.96-
YUV194.83116.8196.74-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.61%
GREEN value IS 221 (86.72% from 255) = 40.40%
BLUE value IS 175 (68.75% from 255) = 31.99%
R=27.61%
G=40.40%
B=31.99%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1512211750.3200.210.13140.5750.7272.94
Hex97DDAF20015D8d3349
Octal227335257400251521563111
Binary1001011111011101101011111000000101011101100011011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,221,175); }

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

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

 a { background-color: rgb(151,221,175); }

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

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

 span { border-color: rgb(151,221,175); }

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