#9AA0BA

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

Shades of Rock Blue #9AA0BA

Tints of Rock Blue #9AA0BA

Color information

#9AA0BA (or 0x9AA0BA) is unknown color: approx Rock Blue. HEX triplet: 9A, A0 and BA. RGB value is (154,160,186). Sum of RGB (Red+Green+Blue) = 154+160+186=500 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.8% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 186 - color contains mainly: blue. Hex color #9AA0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA0BA is #655F45. Grayscale: #A1A1A1. Windows color (decimal): -6643526 or 12230810. OLE color: 12230810.

HSL color Cylindrical-coordinate representation of color #9AA0BA: hue angle of 228.75º 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 #9AA0BA is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB154160186-
CMYK0.170.1400.27
HSL228.75º18.82%66.67%-
HSV(B)228.75º17.2%72.94%-
XYZ34.7635.5651.49-
YUV161.17142.01122.89-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.8%
GREEN value IS 160 (62.89% from 255) = 32%
BLUE value IS 186 (73.05% from 255) = 37.2%
R=30.8%
G=32%
B=37.2%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541601860.170.1400.27228.7518.8266.67
Hex9AA0BA11E01Be51343
Octal232240272211603334523103
Binary10011010101000001011101010001111001101111100101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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