#959BC3

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

Shades of Blue Bell #959BC3

Tints of Blue Bell #959BC3

Color information

#959BC3 (or 0x959BC3) is unknown color: approx Blue Bell. HEX triplet: 95, 9B and C3. RGB value is (149,155,195). Sum of RGB (Red+Green+Blue) = 149+155+195=499 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.86% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 195 (76.56% from 255 or 39.08% from 499); Max value from RGB is 195 - color contains mainly: blue. Hex color #959BC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959BC3 is #6A643C. Grayscale: #9D9D9D. Windows color (decimal): -6972477 or 12819349. OLE color: 12819349.

HSL color Cylindrical-coordinate representation of color #959BC3: hue angle of 232.17º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #959BC3 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB149155195-
CMYK0.240.2100.24
HSL232.17º27.71%67.45%-
HSV(B)232.17º23.59%76.47%-
XYZ33.9733.7756.36-
YUV157.77149.01121.75-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.86%
GREEN value IS 155 (60.94% from 255) = 31.06%
BLUE value IS 195 (76.56% from 255) = 39.08%
R=29.86%
G=31.06%
B=39.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1491551950.240.2100.24232.1727.7167.45
Hex959BC31815018e81c43
Octal225233303302503035034103
Binary100101011001101111000011110001010101100011101000111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,155,195); }

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

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

 a { background-color: rgb(149,155,195); }

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

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

 span { border-color: rgb(149,155,195); }

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