#9CA9BC

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

Shades of Rock Blue #9CA9BC

Tints of Rock Blue #9CA9BC

Color information

#9CA9BC (or 0x9CA9BC) is unknown color: approx Rock Blue. HEX triplet: 9C, A9 and BC. RGB value is (156,169,188). Sum of RGB (Red+Green+Blue) = 156+169+188=513 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.41% from 513); Green value is 169 (66.41% from 255 or 32.94% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 188 - color contains mainly: blue. Hex color #9CA9BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA9BC is #635643. Grayscale: #A7A7A7. Windows color (decimal): -6510148 or 12364188. OLE color: 12364188.

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

Color convert

RGB156169188-
CMYK0.170.1000.26
HSL215.62º19.28%67.45%-
HSV(B)215.62º17.02%73.73%-
XYZ36.9839.0753.17-
YUV167.28139.69119.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.41%
GREEN value IS 169 (66.41% from 255) = 32.94%
BLUE value IS 188 (73.83% from 255) = 36.65%
R=30.41%
G=32.94%
B=36.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1561691880.170.1000.26215.6219.2867.45
Hex9CA9BC11A01Ad81343
Octal234251274211203233023103
Binary10011100101010011011110010001101001101011011000100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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