#97AAC1

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

Shades of Rock Blue #97AAC1

Tints of Rock Blue #97AAC1

Color information

#97AAC1 (or 0x97AAC1) is unknown color: approx Rock Blue. HEX triplet: 97, AA and C1. RGB value is (151,170,193). Sum of RGB (Red+Green+Blue) = 151+170+193=514 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.38% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 193 (75.78% from 255 or 37.55% from 514); Max value from RGB is 193 - color contains mainly: blue. Hex color #97AAC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97AAC1 is #68553E. Grayscale: #A6A6A6. Windows color (decimal): -6837567 or 12692119. OLE color: 12692119.

HSL color Cylindrical-coordinate representation of color #97AAC1: hue angle of 212.86º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #97AAC1 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB151170193-
CMYK0.220.1200.24
HSL212.86º25.3%67.45%-
HSV(B)212.86º21.76%75.69%-
XYZ36.7639.1856.08-
YUV166.94142.71116.63-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.38%
GREEN value IS 170 (66.80% from 255) = 33.07%
BLUE value IS 193 (75.78% from 255) = 37.55%
R=29.38%
G=33.07%
B=37.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1511701930.220.1200.24212.8625.367.45
Hex97AAC116C018d51943
Octal227252301261403032531103
Binary10010111101010101100000110110110001100011010101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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