#97BAAE

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

Shades of Skeptic #97BAAE

Tints of Skeptic #97BAAE

Color information

#97BAAE (or 0x97BAAE) is unknown color: approx Skeptic. HEX triplet: 97, BA and AE. RGB value is (151,186,174). Sum of RGB (Red+Green+Blue) = 151+186+174=511 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.55% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 174 (68.36% from 255 or 34.05% from 511); Max value from RGB is 186 - color contains mainly: green. Hex color #97BAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97BAAE is #684551. Grayscale: #AEAEAE. Windows color (decimal): -6833490 or 11451031. OLE color: 11451031.

HSL color Cylindrical-coordinate representation of color #97BAAE: hue angle of 159.43º 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 #97BAAE is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB151186174-
CMYK0.1900.060.27
HSL159.43º20.23%66.08%-
HSV(B)159.43º18.82%72.94%-
XYZ37.9644.7546.68-
YUV174.17127.9111.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.55%
GREEN value IS 186 (73.05% from 255) = 36.40%
BLUE value IS 174 (68.36% from 255) = 34.05%
R=29.55%
G=36.40%
B=34.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1511861740.1900.060.27159.4320.2366.08
Hex97BAAE13061B9f1442
Octal22727225623063323724102
Binary1001011110111010101011101001101101101110011111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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