#9FACBC

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

Shades of Rock Blue #9FACBC

Tints of Rock Blue #9FACBC

Color information

#9FACBC (or 0x9FACBC) is unknown color: approx Rock Blue. HEX triplet: 9F, AC and BC. RGB value is (159,172,188). Sum of RGB (Red+Green+Blue) = 159+172+188=519 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.64% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 188 - color contains mainly: blue. Hex color #9FACBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FACBC is #605343. Grayscale: #A9A9A9. Windows color (decimal): -6312772 or 12364959. OLE color: 12364959.

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

Color convert

RGB159172188-
CMYK0.150.0900.26
HSL213.1º17.79%68.04%-
HSV(B)213.1º15.43%73.73%-
XYZ38.1340.5153.39-
YUV169.94138.19120.2-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.64%
GREEN value IS 172 (67.58% from 255) = 33.14%
BLUE value IS 188 (73.83% from 255) = 36.22%
R=30.64%
G=33.14%
B=36.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591721880.150.0900.26213.117.7968.04
Hex9FACBCF901Ad51244
Octal237254274171103232522104
Binary1001111110101100101111001111100101101011010101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FACBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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