#959FBC

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

Shades of Rock Blue #959FBC

Tints of Rock Blue #959FBC

Color information

#959FBC (or 0x959FBC) is unknown color: approx Rock Blue. HEX triplet: 95, 9F and BC. RGB value is (149,159,188). Sum of RGB (Red+Green+Blue) = 149+159+188=496 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.04% from 496); Green value is 159 (62.5% from 255 or 32.06% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 188 - color contains mainly: blue. Hex color #959FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959FBC is #6A6043. Grayscale: #9F9F9F. Windows color (decimal): -6971460 or 12361621. OLE color: 12361621.

HSL color Cylindrical-coordinate representation of color #959FBC: hue angle of 224.62º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #959FBC is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB149159188-
CMYK0.210.1500.26
HSL224.62º22.54%66.08%-
HSV(B)224.62º20.74%73.73%-
XYZ33.8734.8252.51-
YUV159.32144.19120.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.04%
GREEN value IS 159 (62.5% from 255) = 32.06%
BLUE value IS 188 (73.83% from 255) = 37.90%
R=30.04%
G=32.06%
B=37.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1491591880.210.1500.26224.6222.5466.08
Hex959FBC15F01Ae11742
Octal225237274251703234127102
Binary10010101100111111011110010101111101101011100001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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