#9CAABF

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

Shades of Rock Blue #9CAABF

Tints of Rock Blue #9CAABF

Color information

#9CAABF (or 0x9CAABF) is unknown color: approx Rock Blue. HEX triplet: 9C, AA and BF. RGB value is (156,170,191). Sum of RGB (Red+Green+Blue) = 156+170+191=517 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.17% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 191 - color contains mainly: blue. Hex color #9CAABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CAABF is #635540. Grayscale: #A8A8A8. Windows color (decimal): -6509889 or 12561052. OLE color: 12561052.

HSL color Cylindrical-coordinate representation of color #9CAABF: hue angle of 216º 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 #9CAABF is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB156170191-
CMYK0.180.1100.25
HSL216º21.47%68.04%-
HSV(B)216º18.32%74.9%-
XYZ37.4939.5854.95-
YUV168.21140.86119.29-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.17%
GREEN value IS 170 (66.80% from 255) = 32.88%
BLUE value IS 191 (75% from 255) = 36.94%
R=30.17%
G=32.88%
B=36.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561701910.180.1100.2521621.4768.04
Hex9CAABF12B019d81544
Octal234252277221303133025104
Binary10011100101010101011111110010101101100111011000101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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