#96A1BF

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

Shades of Rock Blue #96A1BF

Tints of Rock Blue #96A1BF

Color information

#96A1BF (or 0x96A1BF) is unknown color: approx Rock Blue. HEX triplet: 96, A1 and BF. RGB value is (150,161,191). Sum of RGB (Red+Green+Blue) = 150+161+191=502 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.88% from 502); Green value is 161 (63.28% from 255 or 32.07% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 191 - color contains mainly: blue. Hex color #96A1BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A1BF is #695E40. Grayscale: #A1A1A1. Windows color (decimal): -6905409 or 12558742. OLE color: 12558742.

HSL color Cylindrical-coordinate representation of color #96A1BF: hue angle of 223.9º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96A1BF is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB150161191-
CMYK0.210.1600.25
HSL223.9º24.26%66.86%-
HSV(B)223.9º21.47%74.9%-
XYZ34.7335.7454.36-
YUV161.13144.86120.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.88%
GREEN value IS 161 (63.28% from 255) = 32.07%
BLUE value IS 191 (75% from 255) = 38.05%
R=29.88%
G=32.07%
B=38.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501611910.210.1600.25223.924.2666.86
Hex96A1BF1510019e01843
Octal226241277252003134030103
Binary100101101010000110111111101011000001100111100000110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96A1BF; }

 p { color: rgb(150,161,191); }

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

<style>
 a { background-color: #96A1BF; }

 a { background-color: rgb(150,161,191); }

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

<style>
 span { border-color: #96A1BF; }

 span { border-color: rgb(150,161,191); }

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