#9CA9BB

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

Shades of Rock Blue #9CA9BB

Tints of Rock Blue #9CA9BB

Color information

#9CA9BB (or 0x9CA9BB) is unknown color: approx Rock Blue. HEX triplet: 9C, A9 and BB. RGB value is (156,169,187). Sum of RGB (Red+Green+Blue) = 156+169+187=512 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.47% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 187 - color contains mainly: blue. Hex color #9CA9BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA9BB is #635644. Grayscale: #A7A7A7. Windows color (decimal): -6510149 or 12298652. OLE color: 12298652.

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

Color convert

RGB156169187-
CMYK0.170.1000.27
HSL214.84º18.56%67.25%-
HSV(B)214.84º16.58%73.33%-
XYZ36.8739.0352.6-
YUV167.16139.19120.04-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.47%
GREEN value IS 169 (66.41% from 255) = 33.01%
BLUE value IS 187 (73.44% from 255) = 36.52%
R=30.47%
G=33.01%
B=36.52%

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
Decimal1561691870.170.1000.27214.8418.5667.25
Hex9CA9BB11A01Bd71343
Octal234251273211203332723103
Binary10011100101010011011101110001101001101111010111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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