#9FACBB

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

Shades of Rock Blue #9FACBB

Tints of Rock Blue #9FACBB

Color information

#9FACBB (or 0x9FACBB) is unknown color: approx Rock Blue. HEX triplet: 9F, AC and BB. RGB value is (159,172,187). Sum of RGB (Red+Green+Blue) = 159+172+187=518 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.69% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 187 - color contains mainly: blue. Hex color #9FACBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FACBB is #605344. Grayscale: #A9A9A9. Windows color (decimal): -6312773 or 12299423. OLE color: 12299423.

HSL color Cylindrical-coordinate representation of color #9FACBB: hue angle of 212.14º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FACBB is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB159172187-
CMYK0.150.0800.27
HSL212.14º17.07%67.84%-
HSV(B)212.14º14.97%73.33%-
XYZ38.0240.4652.82-
YUV169.82137.69120.28-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.69%
GREEN value IS 172 (67.58% from 255) = 33.20%
BLUE value IS 187 (73.44% from 255) = 36.10%
R=30.69%
G=33.20%
B=36.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591721870.150.0800.27212.1417.0767.84
Hex9FACBBF801Bd41144
Octal237254273171003332421104
Binary1001111110101100101110111111100001101111010100100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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