#9FACBD

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

Shades of Rock Blue #9FACBD

Tints of Rock Blue #9FACBD

Color information

#9FACBD (or 0x9FACBD) is unknown color: approx Rock Blue. HEX triplet: 9F, AC and BD. RGB value is (159,172,189). Sum of RGB (Red+Green+Blue) = 159+172+189=520 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.58% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 189 - color contains mainly: blue. Hex color #9FACBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FACBD is #605342. Grayscale: #A9A9A9. Windows color (decimal): -6312771 or 12430495. OLE color: 12430495.

HSL color Cylindrical-coordinate representation of color #9FACBD: hue angle of 214º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9FACBD is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB159172189-
CMYK0.160.0900.26
HSL214º18.52%68.24%-
HSV(B)214º15.87%74.12%-
XYZ38.2440.5553.96-
YUV170.05138.69120.12-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.58%
GREEN value IS 172 (67.58% from 255) = 33.08%
BLUE value IS 189 (74.22% from 255) = 36.35%
R=30.58%
G=33.08%
B=36.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591721890.160.0900.2621418.5268.24
Hex9FACBD10901Ad61344
Octal237254275201103232623104
Binary10011111101011001011110110000100101101011010110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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