#9AA2B0

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

Shades of Rock Blue #9AA2B0

Tints of Rock Blue #9AA2B0

Color information

#9AA2B0 (or 0x9AA2B0) is unknown color: approx Rock Blue. HEX triplet: 9A, A2 and B0. RGB value is (154,162,176). Sum of RGB (Red+Green+Blue) = 154+162+176=492 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.30% from 492); Green value is 162 (63.67% from 255 or 32.93% from 492); Blue value is 176 (69.14% from 255 or 35.77% from 492); Max value from RGB is 176 - color contains mainly: blue. Hex color #9AA2B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA2B0 is #655D4F. Grayscale: #A1A1A1. Windows color (decimal): -6643024 or 11575962. OLE color: 11575962.

HSL color Cylindrical-coordinate representation of color #9AA2B0: hue angle of 218.18º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9AA2B0 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB154162176-
CMYK0.120.0800.31
HSL218.18º12.22%64.71%-
HSV(B)218.18º12.5%69.02%-
XYZ34.0835.8546.2-
YUV161.2136.35122.86-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.30%
GREEN value IS 162 (63.67% from 255) = 32.93%
BLUE value IS 176 (69.14% from 255) = 35.77%
R=31.30%
G=32.93%
B=35.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1541621760.120.0800.31218.1812.2264.71
Hex9AA2B0C801Fdac41
Octal232242260141003733214101
Binary100110101010001010110000110010000111111101101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA2B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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