#9AA2BA

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

Shades of Rock Blue #9AA2BA

Tints of Rock Blue #9AA2BA

Color information

#9AA2BA (or 0x9AA2BA) is unknown color: approx Rock Blue. HEX triplet: 9A, A2 and BA. RGB value is (154,162,186). Sum of RGB (Red+Green+Blue) = 154+162+186=502 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.68% from 502); Green value is 162 (63.67% from 255 or 32.27% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 186 - color contains mainly: blue. Hex color #9AA2BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA2BA is #655D45. Grayscale: #A2A2A2. Windows color (decimal): -6643014 or 12231322. OLE color: 12231322.

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

Color convert

RGB154162186-
CMYK0.170.1300.27
HSL225º18.82%66.67%-
HSV(B)225º17.2%72.94%-
XYZ35.1136.2651.6-
YUV162.34141.35122.05-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.68%
GREEN value IS 162 (63.67% from 255) = 32.27%
BLUE value IS 186 (73.05% from 255) = 37.05%
R=30.68%
G=32.27%
B=37.05%

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
Decimal1541621860.170.1300.2722518.8266.67
Hex9AA2BA11D01Be11343
Octal232242272211503334123103
Binary10011010101000101011101010001110101101111100001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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