#97DDBB

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

Shades of Vista Blue #97DDBB

Tints of Vista Blue #97DDBB

Color information

#97DDBB (or 0x97DDBB) is unknown color: approx Vista Blue. HEX triplet: 97, DD and BB. RGB value is (151,221,187). Sum of RGB (Red+Green+Blue) = 151+221+187=559 (74% of max value = 765). Red value is 151 (59.38% from 255 or 27.01% from 559); Green value is 221 (86.72% from 255 or 39.53% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 221 - color contains mainly: green. Hex color #97DDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97DDBB is #682244. Grayscale: #C4C4C4. Windows color (decimal): -6824517 or 12311959. OLE color: 12311959.

HSL color Cylindrical-coordinate representation of color #97DDBB: hue angle of 150.86º 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 #97DDBB is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB151221187-
CMYK0.3200.150.13
HSL150.86º50.72%72.94%-
HSV(B)150.86º31.67%86.67%-
XYZ47.5961.8856.45-
YUV196.19122.8195.76-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.01%
GREEN value IS 221 (86.72% from 255) = 39.53%
BLUE value IS 187 (73.44% from 255) = 33.45%
R=27.01%
G=39.53%
B=33.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1512211870.3200.150.13150.8650.7272.94
Hex97DDBB200FD973349
Octal227335273400171522763111
Binary100101111101110110111011100000011111101100101111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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