#9BA8BB

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

Shades of Rock Blue #9BA8BB

Tints of Rock Blue #9BA8BB

Color information

#9BA8BB (or 0x9BA8BB) is unknown color: approx Rock Blue. HEX triplet: 9B, A8 and BB. RGB value is (155,168,187). Sum of RGB (Red+Green+Blue) = 155+168+187=510 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.39% from 510); Green value is 168 (66.02% from 255 or 32.94% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 187 - color contains mainly: blue. Hex color #9BA8BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA8BB is #645744. Grayscale: #A6A6A6. Windows color (decimal): -6575941 or 12298395. OLE color: 12298395.

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

Color convert

RGB155168187-
CMYK0.170.1000.27
HSL215.62º19.05%67.06%-
HSV(B)215.62º17.11%73.33%-
XYZ36.4938.5652.53-
YUV166.28139.69119.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.39%
GREEN value IS 168 (66.02% from 255) = 32.94%
BLUE value IS 187 (73.44% from 255) = 36.67%
R=30.39%
G=32.94%
B=36.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551681870.170.1000.27215.6219.0567.06
Hex9BA8BB11A01Bd81343
Octal233250273211203333023103
Binary10011011101010001011101110001101001101111011000100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,168,187); }

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

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

 a { background-color: rgb(155,168,187); }

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

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

 span { border-color: rgb(155,168,187); }

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