#9BAABF

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

Shades of Rock Blue #9BAABF

Tints of Rock Blue #9BAABF

Color information

#9BAABF (or 0x9BAABF) is unknown color: approx Rock Blue. HEX triplet: 9B, AA and BF. RGB value is (155,170,191). Sum of RGB (Red+Green+Blue) = 155+170+191=516 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.04% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 191 - color contains mainly: blue. Hex color #9BAABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAABF is #645540. Grayscale: #A7A7A7. Windows color (decimal): -6575425 or 12561051. OLE color: 12561051.

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

Color convert

RGB155170191-
CMYK0.190.1100.25
HSL215º21.95%67.84%-
HSV(B)215º18.85%74.9%-
XYZ37.339.4854.94-
YUV167.91141.03118.79-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.04%
GREEN value IS 170 (66.80% from 255) = 32.95%
BLUE value IS 191 (75% from 255) = 37.02%
R=30.04%
G=32.95%
B=37.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551701910.190.1100.2521521.9567.84
Hex9BAABF13B019d71644
Octal233252277231303132726104
Binary10011011101010101011111110011101101100111010111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,170,191); }

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

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

 a { background-color: rgb(155,170,191); }

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

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

 span { border-color: rgb(155,170,191); }

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