#9AA2BF

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

Shades of Rock Blue #9AA2BF

Tints of Rock Blue #9AA2BF

Color information

#9AA2BF (or 0x9AA2BF) is unknown color: approx Rock Blue. HEX triplet: 9A, A2 and BF. RGB value is (154,162,191). Sum of RGB (Red+Green+Blue) = 154+162+191=507 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.37% from 507); Green value is 162 (63.67% from 255 or 31.95% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 191 - color contains mainly: blue. Hex color #9AA2BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA2BF is #655D40. Grayscale: #A2A2A2. Windows color (decimal): -6643009 or 12559002. OLE color: 12559002.

HSL color Cylindrical-coordinate representation of color #9AA2BF: hue angle of 227.03º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9AA2BF is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB154162191-
CMYK0.190.1500.25
HSL227.03º22.42%67.65%-
HSV(B)227.03º19.37%74.9%-
XYZ35.6536.4754.45-
YUV162.91143.85121.64-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.37%
GREEN value IS 162 (63.67% from 255) = 31.95%
BLUE value IS 191 (75% from 255) = 37.67%
R=30.37%
G=31.95%
B=37.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541621910.190.1500.25227.0322.4267.65
Hex9AA2BF13F019e31644
Octal232242277231703134326104
Binary10011010101000101011111110011111101100111100011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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