#97D6BA

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

Shades of Vista Blue #97D6BA

Tints of Vista Blue #97D6BA

Color information

#97D6BA (or 0x97D6BA) is unknown color: approx Vista Blue. HEX triplet: 97, D6 and BA. RGB value is (151,214,186). Sum of RGB (Red+Green+Blue) = 151+214+186=551 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.40% from 551); Green value is 214 (83.98% from 255 or 38.84% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 214 - color contains mainly: green. Hex color #97D6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97D6BA is #682945. Grayscale: #C0C0C0. Windows color (decimal): -6826310 or 12244631. OLE color: 12244631.

HSL color Cylindrical-coordinate representation of color #97D6BA: hue angle of 153.33º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #97D6BA is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB151214186-
CMYK0.2900.130.16
HSL153.33º43.45%71.57%-
HSV(B)153.33º29.44%83.92%-
XYZ45.6758.2255.28-
YUV191.97124.6398.78-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.40%
GREEN value IS 214 (83.98% from 255) = 38.84%
BLUE value IS 186 (73.05% from 255) = 33.76%
R=27.40%
G=38.84%
B=33.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1512141860.2900.130.16153.3343.4571.57
Hex97D6BA1D0D10992b48
Octal227326272350152023153110
Binary100101111101011010111010111010110110000100110011010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,214,186); }

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

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

 a { background-color: rgb(151,214,186); }

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

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

 span { border-color: rgb(151,214,186); }

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