#9AA2B5

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

Shades of Rock Blue #9AA2B5

Tints of Rock Blue #9AA2B5

Color information

#9AA2B5 (or 0x9AA2B5) is unknown color: approx Rock Blue. HEX triplet: 9A, A2 and B5. RGB value is (154,162,181). Sum of RGB (Red+Green+Blue) = 154+162+181=497 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.99% from 497); Green value is 162 (63.67% from 255 or 32.60% from 497); Blue value is 181 (71.09% from 255 or 36.42% from 497); Max value from RGB is 181 - color contains mainly: blue. Hex color #9AA2B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA2B5 is #655D4A. Grayscale: #A1A1A1. Windows color (decimal): -6643019 or 11903642. OLE color: 11903642.

HSL color Cylindrical-coordinate representation of color #9AA2B5: hue angle of 222.22º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9AA2B5 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB154162181-
CMYK0.150.1000.29
HSL222.22º15.43%65.69%-
HSV(B)222.22º14.92%70.98%-
XYZ34.5936.0548.85-
YUV161.77138.85122.46-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.99%
GREEN value IS 162 (63.67% from 255) = 32.60%
BLUE value IS 181 (71.09% from 255) = 36.42%
R=30.99%
G=32.60%
B=36.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1541621810.150.1000.29222.2215.4365.69
Hex9AA2B5FA01Ddef42
Octal232242265171203533617102
Binary100110101010001010110101111110100111011101111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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