#97DDBE

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

Shades of Vista Blue #97DDBE

Tints of Vista Blue #97DDBE

Color information

#97DDBE (or 0x97DDBE) is unknown color: approx Vista Blue. HEX triplet: 97, DD and BE. RGB value is (151,221,190). Sum of RGB (Red+Green+Blue) = 151+221+190=562 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.87% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 221 - color contains mainly: green. Hex color #97DDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97DDBE is #682241. Grayscale: #C4C4C4. Windows color (decimal): -6824514 or 12508567. OLE color: 12508567.

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

Color convert

RGB151221190-
CMYK0.3200.140.13
HSL153.43º50.72%72.94%-
HSV(B)153.43º31.67%86.67%-
XYZ47.9162.0158.16-
YUV196.54124.3195.52-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.87%
GREEN value IS 221 (86.72% from 255) = 39.32%
BLUE value IS 190 (74.61% from 255) = 33.81%
R=26.87%
G=39.32%
B=33.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1512211900.3200.140.13153.4350.7272.94
Hex97DDBE200ED993349
Octal227335276400161523163111
Binary100101111101110110111110100000011101101100110011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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