#9CACBF

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

Shades of Rock Blue #9CACBF

Tints of Rock Blue #9CACBF

Color information

#9CACBF (or 0x9CACBF) is unknown color: approx Rock Blue. HEX triplet: 9C, AC and BF. RGB value is (156,172,191). Sum of RGB (Red+Green+Blue) = 156+172+191=519 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.06% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 191 - color contains mainly: blue. Hex color #9CACBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CACBF is #635340. Grayscale: #A9A9A9. Windows color (decimal): -6509377 or 12561564. OLE color: 12561564.

HSL color Cylindrical-coordinate representation of color #9CACBF: hue angle of 212.57º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9CACBF is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB156172191-
CMYK0.180.1000.25
HSL212.57º21.47%68.04%-
HSV(B)212.57º18.32%74.9%-
XYZ37.8740.3355.08-
YUV169.38140.2118.46-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.06%
GREEN value IS 172 (67.58% from 255) = 33.14%
BLUE value IS 191 (75% from 255) = 36.80%
R=30.06%
G=33.14%
B=36.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561721910.180.1000.25212.5721.4768.04
Hex9CACBF12A019d51544
Octal234254277221203132525104
Binary10011100101011001011111110010101001100111010101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,172,191); }

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

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

 a { background-color: rgb(156,172,191); }

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

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

 span { border-color: rgb(156,172,191); }

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