#959FBB

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

Shades of Rock Blue #959FBB

Tints of Rock Blue #959FBB

Color information

#959FBB (or 0x959FBB) is unknown color: approx Rock Blue. HEX triplet: 95, 9F and BB. RGB value is (149,159,187). Sum of RGB (Red+Green+Blue) = 149+159+187=495 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.10% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 187 - color contains mainly: blue. Hex color #959FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959FBB is #6A6044. Grayscale: #9F9F9F. Windows color (decimal): -6971461 or 12296085. OLE color: 12296085.

HSL color Cylindrical-coordinate representation of color #959FBB: hue angle of 224.21º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #959FBB is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB149159187-
CMYK0.200.1500.27
HSL224.21º21.84%65.88%-
HSV(B)224.21º20.32%73.33%-
XYZ33.7634.7751.95-
YUV159.2143.69120.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.10%
GREEN value IS 159 (62.5% from 255) = 32.12%
BLUE value IS 187 (73.44% from 255) = 37.78%
R=30.10%
G=32.12%
B=37.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491591870.200.1500.27224.2121.8465.88
Hex959FBB14F01Be01642
Octal225237273241703334026102
Binary10010101100111111011101110100111101101111100000101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959FBB; }

 p { color: rgb(149,159,187); }

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

<style>
 a { background-color: #959FBB; }

 a { background-color: rgb(149,159,187); }

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

<style>
 span { border-color: #959FBB; }

 span { border-color: rgb(149,159,187); }

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