#96A2B3

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

Shades of Rock Blue #96A2B3

Tints of Rock Blue #96A2B3

Color information

#96A2B3 (or 0x96A2B3) is unknown color: approx Rock Blue. HEX triplet: 96, A2 and B3. RGB value is (150,162,179). Sum of RGB (Red+Green+Blue) = 150+162+179=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 162 (63.67% from 255 or 32.99% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 179 - color contains mainly: blue. Hex color #96A2B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A2B3 is #695D4C. Grayscale: #A0A0A0. Windows color (decimal): -6905165 or 11772566. OLE color: 11772566.

HSL color Cylindrical-coordinate representation of color #96A2B3: hue angle of 215.17º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #96A2B3 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB150162179-
CMYK0.160.0900.30
HSL215.17º16.02%64.51%-
HSV(B)215.17º16.2%70.2%-
XYZ33.6335.5847.74-
YUV160.35138.52120.62-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.55%
GREEN value IS 162 (63.67% from 255) = 32.99%
BLUE value IS 179 (70.31% from 255) = 36.46%
R=30.55%
G=32.99%
B=36.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1501621790.160.0900.30215.1716.0264.51
Hex96A2B310901Ed71041
Octal226242263201103632720101
Binary10010110101000101011001110000100101111011010111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,162,179); }

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

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

 a { background-color: rgb(150,162,179); }

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

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

 span { border-color: rgb(150,162,179); }

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