#97BAA9

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

Shades of Skeptic #97BAA9

Tints of Skeptic #97BAA9

Color information

#97BAA9 (or 0x97BAA9) is unknown color: approx Skeptic. HEX triplet: 97, BA and A9. RGB value is (151,186,169). Sum of RGB (Red+Green+Blue) = 151+186+169=506 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.84% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 169 (66.41% from 255 or 33.40% from 506); Max value from RGB is 186 - color contains mainly: green. Hex color #97BAA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97BAA9 is #684556. Grayscale: #ADADAD. Windows color (decimal): -6833495 or 11123351. OLE color: 11123351.

HSL color Cylindrical-coordinate representation of color #97BAA9: hue angle of 150.86º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #97BAA9 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB151186169-
CMYK0.1900.090.27
HSL150.86º20.23%66.08%-
HSV(B)150.86º18.82%72.94%-
XYZ37.4844.5644.16-
YUV173.6125.4111.88-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.84%
GREEN value IS 186 (73.05% from 255) = 36.76%
BLUE value IS 169 (66.41% from 255) = 33.40%
R=29.84%
G=36.76%
B=33.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1511861690.1900.090.27150.8620.2366.08
Hex97BAA913091B971442
Octal227272251230113322724102
Binary10010111101110101010100110011010011101110010111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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