#999FAC

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

Shades of Rock Blue #999FAC

Tints of Rock Blue #999FAC

Color information

#999FAC (or 0x999FAC) is unknown color: approx Rock Blue. HEX triplet: 99, 9F and AC. RGB value is (153,159,172). Sum of RGB (Red+Green+Blue) = 153+159+172=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 159 (62.5% from 255 or 32.85% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 172 - color contains mainly: blue. Hex color #999FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999FAC is #666053. Grayscale: #9E9E9E. Windows color (decimal): -6709332 or 11313049. OLE color: 11313049.

HSL color Cylindrical-coordinate representation of color #999FAC: hue angle of 221.05º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #999FAC is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB153159172-
CMYK0.110.0800.33
HSL221.05º10.27%63.73%-
HSV(B)221.05º11.05%67.45%-
XYZ32.9834.5543.96-
YUV158.69135.51123.94-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.61%
GREEN value IS 159 (62.5% from 255) = 32.85%
BLUE value IS 172 (67.58% from 255) = 35.54%
R=31.61%
G=32.85%
B=35.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531591720.110.0800.33221.0510.2763.73
Hex999FACB8021dda40
Octal231237254131004133512100
Binary1001100110011111101011001011100001000011101110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999FAC; }

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

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

<style>
 a { background-color: #999FAC; }

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

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

<style>
 span { border-color: #999FAC; }

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

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