#9AA6BB

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

Shades of Rock Blue #9AA6BB

Tints of Rock Blue #9AA6BB

Color information

#9AA6BB (or 0x9AA6BB) is unknown color: approx Rock Blue. HEX triplet: 9A, A6 and BB. RGB value is (154,166,187). Sum of RGB (Red+Green+Blue) = 154+166+187=507 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.37% from 507); Green value is 166 (65.23% from 255 or 32.74% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 187 - color contains mainly: blue. Hex color #9AA6BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA6BB is #655944. Grayscale: #A4A4A4. Windows color (decimal): -6641989 or 12297882. OLE color: 12297882.

HSL color Cylindrical-coordinate representation of color #9AA6BB: hue angle of 218.18º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9AA6BB is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB154166187-
CMYK0.180.1100.27
HSL218.18º19.53%66.86%-
HSV(B)218.18º17.65%73.33%-
XYZ35.9337.7352.4-
YUV164.81140.52120.29-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.37%
GREEN value IS 166 (65.23% from 255) = 32.74%
BLUE value IS 187 (73.44% from 255) = 36.88%
R=30.37%
G=32.74%
B=36.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541661870.180.1100.27218.1819.5366.86
Hex9AA6BB12B01Bda1443
Octal232246273221303333224103
Binary10011010101001101011101110010101101101111011010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,166,187); }

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

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

 a { background-color: rgb(154,166,187); }

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

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

 span { border-color: rgb(154,166,187); }

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