#97CAB4

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

Shades of Vista Blue #97CAB4

Tints of Vista Blue #97CAB4

Color information

#97CAB4 (or 0x97CAB4) is unknown color: approx Vista Blue. HEX triplet: 97, CA and B4. RGB value is (151,202,180). Sum of RGB (Red+Green+Blue) = 151+202+180=533 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.33% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 180 (70.70% from 255 or 33.77% from 533); Max value from RGB is 202 - color contains mainly: green. Hex color #97CAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97CAB4 is #68354B. Grayscale: #B8B8B8. Windows color (decimal): -6829388 or 11848343. OLE color: 11848343.

HSL color Cylindrical-coordinate representation of color #97CAB4: hue angle of 154.12º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #97CAB4 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB151202180-
CMYK0.2500.110.21
HSL154.12º32.48%69.22%-
HSV(B)154.12º25.25%79.22%-
XYZ42.1252.1251.02-
YUV184.24125.6104.29-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.33%
GREEN value IS 202 (79.30% from 255) = 37.90%
BLUE value IS 180 (70.70% from 255) = 33.77%
R=28.33%
G=37.90%
B=33.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1512021800.2500.110.21154.1232.4869.22
Hex97CAB4190B159a2045
Octal227312264310132523240105
Binary100101111100101010110100110010101110101100110101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,202,180); }

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

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

 a { background-color: rgb(151,202,180); }

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

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

 span { border-color: rgb(151,202,180); }

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