#959CBC

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

Shades of Rock Blue #959CBC

Tints of Rock Blue #959CBC

Color information

#959CBC (or 0x959CBC) is unknown color: approx Rock Blue. HEX triplet: 95, 9C and BC. RGB value is (149,156,188). Sum of RGB (Red+Green+Blue) = 149+156+188=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 188 - color contains mainly: blue. Hex color #959CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959CBC is #6A6343. Grayscale: #9D9D9D. Windows color (decimal): -6972228 or 12360853. OLE color: 12360853.

HSL color Cylindrical-coordinate representation of color #959CBC: hue angle of 229.23º 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 #959CBC is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB149156188-
CMYK0.210.1700.26
HSL229.23º22.54%66.08%-
HSV(B)229.23º20.74%73.73%-
XYZ33.3633.852.34-
YUV157.56145.18121.9-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.22%
GREEN value IS 156 (61.33% from 255) = 31.64%
BLUE value IS 188 (73.83% from 255) = 38.13%
R=30.22%
G=31.64%
B=38.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1491561880.210.1700.26229.2322.5466.08
Hex959CBC151101Ae51742
Octal225234274252103234527102
Binary100101011001110010111100101011000101101011100101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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