#999FAD

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

Shades of Rock Blue #999FAD

Tints of Rock Blue #999FAD

Color information

#999FAD (or 0x999FAD) is unknown color: approx Rock Blue. HEX triplet: 99, 9F and AD. RGB value is (153,159,173). Sum of RGB (Red+Green+Blue) = 153+159+173=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 159 (62.5% from 255 or 32.78% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 173 - color contains mainly: blue. Hex color #999FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999FAD is #666052. Grayscale: #9E9E9E. Windows color (decimal): -6709331 or 11378585. OLE color: 11378585.

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

Color convert

RGB153159173-
CMYK0.120.0800.32
HSL222º10.87%63.92%-
HSV(B)222º11.56%67.84%-
XYZ33.0834.5944.47-
YUV158.8136.01123.86-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.55%
GREEN value IS 159 (62.5% from 255) = 32.78%
BLUE value IS 173 (67.97% from 255) = 35.67%
R=31.55%
G=32.78%
B=35.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531591730.120.0800.3222210.8763.92
Hex999FADC8020deb40
Octal231237255141004033613100
Binary1001100110011111101011011100100001000001101111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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