#97AAC3

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

Shades of Rock Blue #97AAC3

Tints of Rock Blue #97AAC3

Color information

#97AAC3 (or 0x97AAC3) is unknown color: approx Rock Blue. HEX triplet: 97, AA and C3. RGB value is (151,170,195). Sum of RGB (Red+Green+Blue) = 151+170+195=516 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.26% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 195 (76.56% from 255 or 37.79% from 516); Max value from RGB is 195 - color contains mainly: blue. Hex color #97AAC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97AAC3 is #68553C. Grayscale: #A7A7A7. Windows color (decimal): -6837565 or 12823191. OLE color: 12823191.

HSL color Cylindrical-coordinate representation of color #97AAC3: hue angle of 214.09º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #97AAC3 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB151170195-
CMYK0.230.1300.24
HSL214.09º26.83%67.84%-
HSV(B)214.09º22.56%76.47%-
XYZ36.9939.2757.26-
YUV167.17143.71116.47-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.26%
GREEN value IS 170 (66.80% from 255) = 32.95%
BLUE value IS 195 (76.56% from 255) = 37.79%
R=29.26%
G=32.95%
B=37.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1511701950.230.1300.24214.0926.8367.84
Hex97AAC317D018d61b44
Octal227252303271503032633104
Binary10010111101010101100001110111110101100011010110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,170,195); }

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

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

 a { background-color: rgb(151,170,195); }

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

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

 span { border-color: rgb(151,170,195); }

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