#96A9BF

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

Shades of Rock Blue #96A9BF

Tints of Rock Blue #96A9BF

Color information

#96A9BF (or 0x96A9BF) is unknown color: approx Rock Blue. HEX triplet: 96, A9 and BF. RGB value is (150,169,191). Sum of RGB (Red+Green+Blue) = 150+169+191=510 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.41% from 510); Green value is 169 (66.41% from 255 or 33.14% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 191 - color contains mainly: blue. Hex color #96A9BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A9BF is #695640. Grayscale: #A5A5A5. Windows color (decimal): -6903361 or 12560790. OLE color: 12560790.

HSL color Cylindrical-coordinate representation of color #96A9BF: hue angle of 212.2º 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 #96A9BF is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB150169191-
CMYK0.210.1200.25
HSL212.2º24.26%66.86%-
HSV(B)212.2º21.47%74.9%-
XYZ36.1738.6254.84-
YUV165.83142.21116.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.41%
GREEN value IS 169 (66.41% from 255) = 33.14%
BLUE value IS 191 (75% from 255) = 37.45%
R=29.41%
G=33.14%
B=37.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501691910.210.1200.25212.224.2666.86
Hex96A9BF15C019d41843
Octal226251277251403132430103
Binary10010110101010011011111110101110001100111010100110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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