#9FACBF

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

Shades of Rock Blue #9FACBF

Tints of Rock Blue #9FACBF

Color information

#9FACBF (or 0x9FACBF) is unknown color: approx Rock Blue. HEX triplet: 9F, AC and BF. RGB value is (159,172,191). Sum of RGB (Red+Green+Blue) = 159+172+191=522 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.46% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 191 - color contains mainly: blue. Hex color #9FACBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FACBF is #605340. Grayscale: #AAAAAA. Windows color (decimal): -6312769 or 12561567. OLE color: 12561567.

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

Color convert

RGB159172191-
CMYK0.170.1000.25
HSL215.62º20%68.63%-
HSV(B)215.62º16.75%74.9%-
XYZ38.4540.6455.11-
YUV170.28139.69119.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.46%
GREEN value IS 172 (67.58% from 255) = 32.95%
BLUE value IS 191 (75% from 255) = 36.59%
R=30.46%
G=32.95%
B=36.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591721910.170.1000.25215.622068.63
Hex9FACBF11A019d81445
Octal237254277211203133024105
Binary10011111101011001011111110001101001100111011000101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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