#9CA8BB

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

Shades of Rock Blue #9CA8BB

Tints of Rock Blue #9CA8BB

Color information

#9CA8BB (or 0x9CA8BB) is unknown color: approx Rock Blue. HEX triplet: 9C, A8 and BB. RGB value is (156,168,187). Sum of RGB (Red+Green+Blue) = 156+168+187=511 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.53% from 511); Green value is 168 (66.02% from 255 or 32.88% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 187 - color contains mainly: blue. Hex color #9CA8BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA8BB is #635744. Grayscale: #A6A6A6. Windows color (decimal): -6510405 or 12298396. OLE color: 12298396.

HSL color Cylindrical-coordinate representation of color #9CA8BB: hue angle of 216.77º 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 #9CA8BB is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB156168187-
CMYK0.170.1000.27
HSL216.77º18.56%67.25%-
HSV(B)216.77º16.58%73.33%-
XYZ36.6838.6652.54-
YUV166.58139.52120.46-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.53%
GREEN value IS 168 (66.02% from 255) = 32.88%
BLUE value IS 187 (73.44% from 255) = 36.59%
R=30.53%
G=32.88%
B=36.59%

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
Decimal1561681870.170.1000.27216.7718.5667.25
Hex9CA8BB11A01Bd91343
Octal234250273211203333123103
Binary10011100101010001011101110001101001101111011001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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