#97A0AE

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

Shades of Rock Blue #97A0AE

Tints of Rock Blue #97A0AE

Color information

#97A0AE (or 0x97A0AE) is unknown color: approx Rock Blue. HEX triplet: 97, A0 and AE. RGB value is (151,160,174). Sum of RGB (Red+Green+Blue) = 151+160+174=485 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.13% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 174 (68.36% from 255 or 35.88% from 485); Max value from RGB is 174 - color contains mainly: blue. Hex color #97A0AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A0AE is #685F51. Grayscale: #9E9E9E. Windows color (decimal): -6840146 or 11444375. OLE color: 11444375.

HSL color Cylindrical-coordinate representation of color #97A0AE: hue angle of 216.52º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #97A0AE is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB151160174-
CMYK0.130.0800.32
HSL216.52º12.43%63.73%-
HSV(B)216.52º13.22%68.24%-
XYZ32.9734.7845.02-
YUV158.9136.52122.36-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.13%
GREEN value IS 160 (62.89% from 255) = 32.99%
BLUE value IS 174 (68.36% from 255) = 35.88%
R=31.13%
G=32.99%
B=35.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1511601740.130.0800.32216.5212.4363.73
Hex97A0AED8020d9c40
Octal227240256151004033114100
Binary1001011110100000101011101101100001000001101100111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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