#9AA5BF

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

Shades of Rock Blue #9AA5BF

Tints of Rock Blue #9AA5BF

Color information

#9AA5BF (or 0x9AA5BF) is unknown color: approx Rock Blue. HEX triplet: 9A, A5 and BF. RGB value is (154,165,191). Sum of RGB (Red+Green+Blue) = 154+165+191=510 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.20% from 510); Green value is 165 (64.84% from 255 or 32.35% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 191 - color contains mainly: blue. Hex color #9AA5BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA5BF is #655A40. Grayscale: #A4A4A4. Windows color (decimal): -6642241 or 12559770. OLE color: 12559770.

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

Color convert

RGB154165191-
CMYK0.190.1400.25
HSL222.16º22.42%67.65%-
HSV(B)222.16º19.37%74.9%-
XYZ36.1937.5454.63-
YUV164.68142.86120.39-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.20%
GREEN value IS 165 (64.84% from 255) = 32.35%
BLUE value IS 191 (75% from 255) = 37.45%
R=30.20%
G=32.35%
B=37.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541651910.190.1400.25222.1622.4267.65
Hex9AA5BF13E019de1644
Octal232245277231603133626104
Binary10011010101001011011111110011111001100111011110101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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