#9AA1BA

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

Shades of Rock Blue #9AA1BA

Tints of Rock Blue #9AA1BA

Color information

#9AA1BA (or 0x9AA1BA) is unknown color: approx Rock Blue. HEX triplet: 9A, A1 and BA. RGB value is (154,161,186). Sum of RGB (Red+Green+Blue) = 154+161+186=501 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.74% from 501); Green value is 161 (63.28% from 255 or 32.14% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 186 - color contains mainly: blue. Hex color #9AA1BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA1BA is #655E45. Grayscale: #A1A1A1. Windows color (decimal): -6643270 or 12231066. OLE color: 12231066.

HSL color Cylindrical-coordinate representation of color #9AA1BA: hue angle of 226.88º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9AA1BA is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB154161186-
CMYK0.170.1300.27
HSL226.88º18.82%66.67%-
HSV(B)226.88º17.2%72.94%-
XYZ34.9335.951.54-
YUV161.76141.68122.47-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.74%
GREEN value IS 161 (63.28% from 255) = 32.14%
BLUE value IS 186 (73.05% from 255) = 37.13%
R=30.74%
G=32.14%
B=37.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541611860.170.1300.27226.8818.8266.67
Hex9AA1BA11D01Be31343
Octal232241272211503334323103
Binary10011010101000011011101010001110101101111100011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AA1BA; }

 p { color: rgb(154,161,186); }

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

<style>
 a { background-color: #9AA1BA; }

 a { background-color: rgb(154,161,186); }

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

<style>
 span { border-color: #9AA1BA; }

 span { border-color: rgb(154,161,186); }

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