#97DBAD

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

Shades of Vista Blue #97DBAD

Tints of Vista Blue #97DBAD

Color information

#97DBAD (or 0x97DBAD) is unknown color: approx Vista Blue. HEX triplet: 97, DB and AD. RGB value is (151,219,173). Sum of RGB (Red+Green+Blue) = 151+219+173=543 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.81% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 219 - color contains mainly: green. Hex color #97DBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97DBAD is #682452. Grayscale: #C1C1C1. Windows color (decimal): -6825043 or 11393943. OLE color: 11393943.

HSL color Cylindrical-coordinate representation of color #97DBAD: hue angle of 139.41º degrees, saturation: 0.49, 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 #97DBAD is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB151219173-
CMYK0.3100.210.14
HSL139.41º48.57%72.55%-
HSV(B)139.41º31.05%85.88%-
XYZ45.6460.2648.76-
YUV193.42116.4797.74-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.81%
GREEN value IS 219 (85.94% from 255) = 40.33%
BLUE value IS 173 (67.97% from 255) = 31.86%
R=27.81%
G=40.33%
B=31.86%

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
Decimal1512191730.3100.210.14139.4148.5772.55
Hex97DBAD1F015E8b3149
Octal227333255370251621361111
Binary100101111101101110101101111110101011110100010111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,219,173); }

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

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

 a { background-color: rgb(151,219,173); }

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

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

 span { border-color: rgb(151,219,173); }

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