#9AA8BF

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

Shades of Rock Blue #9AA8BF

Tints of Rock Blue #9AA8BF

Color information

#9AA8BF (or 0x9AA8BF) is unknown color: approx Rock Blue. HEX triplet: 9A, A8 and BF. RGB value is (154,168,191). Sum of RGB (Red+Green+Blue) = 154+168+191=513 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.02% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 191 - color contains mainly: blue. Hex color #9AA8BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA8BF is #655740. Grayscale: #A6A6A6. Windows color (decimal): -6641473 or 12560538. OLE color: 12560538.

HSL color Cylindrical-coordinate representation of color #9AA8BF: hue angle of 217.3º 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 #9AA8BF is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB154168191-
CMYK0.190.1200.25
HSL217.3º22.42%67.65%-
HSV(B)217.3º19.37%74.9%-
XYZ36.7338.6454.81-
YUV166.44141.86119.13-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.02%
GREEN value IS 168 (66.02% from 255) = 32.75%
BLUE value IS 191 (75% from 255) = 37.23%
R=30.02%
G=32.75%
B=37.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541681910.190.1200.25217.322.4267.65
Hex9AA8BF13C019d91644
Octal232250277231403133126104
Binary10011010101010001011111110011110001100111011001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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