#96A0C3

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

Shades of Rock Blue #96A0C3

Tints of Rock Blue #96A0C3

Color information

#96A0C3 (or 0x96A0C3) is unknown color: approx Rock Blue. HEX triplet: 96, A0 and C3. RGB value is (150,160,195). Sum of RGB (Red+Green+Blue) = 150+160+195=505 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.70% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 195 (76.56% from 255 or 38.61% from 505); Max value from RGB is 195 - color contains mainly: blue. Hex color #96A0C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A0C3 is #695F3C. Grayscale: #A0A0A0. Windows color (decimal): -6905661 or 12820630. OLE color: 12820630.

HSL color Cylindrical-coordinate representation of color #96A0C3: hue angle of 226.67º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96A0C3 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB150160195-
CMYK0.230.1800.24
HSL226.67º27.27%67.65%-
HSV(B)226.67º23.08%76.47%-
XYZ3535.5756.65-
YUV161147.19120.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.70%
GREEN value IS 160 (62.89% from 255) = 31.68%
BLUE value IS 195 (76.56% from 255) = 38.61%
R=29.70%
G=31.68%
B=38.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501601950.230.1800.24226.6727.2767.65
Hex96A0C31712018e31b44
Octal226240303272203034333104
Binary100101101010000011000011101111001001100011100011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A0C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,160,195); }

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

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

 a { background-color: rgb(150,160,195); }

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

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

 span { border-color: rgb(150,160,195); }

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