#9CACC1

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

Shades of Rock Blue #9CACC1

Tints of Rock Blue #9CACC1

Color information

#9CACC1 (or 0x9CACC1) is unknown color: approx Rock Blue. HEX triplet: 9C, AC and C1. RGB value is (156,172,193). Sum of RGB (Red+Green+Blue) = 156+172+193=521 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.94% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 193 - color contains mainly: blue. Hex color #9CACC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CACC1 is #63533E. Grayscale: #A9A9A9. Windows color (decimal): -6509375 or 12692636. OLE color: 12692636.

HSL color Cylindrical-coordinate representation of color #9CACC1: hue angle of 214.05º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9CACC1 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB156172193-
CMYK0.190.1100.24
HSL214.05º22.98%68.43%-
HSV(B)214.05º19.17%75.69%-
XYZ38.0940.4256.25-
YUV169.61141.2118.29-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.94%
GREEN value IS 172 (67.58% from 255) = 33.01%
BLUE value IS 193 (75.78% from 255) = 37.04%
R=29.94%
G=33.01%
B=37.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1561721930.190.1100.24214.0522.9868.43
Hex9CACC113B018d61744
Octal234254301231303032627104
Binary10011100101011001100000110011101101100011010110101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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