#959BBE

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

Shades of Blue Bell #959BBE

Tints of Blue Bell #959BBE

Color information

#959BBE (or 0x959BBE) is unknown color: approx Blue Bell. HEX triplet: 95, 9B and BE. RGB value is (149,155,190). Sum of RGB (Red+Green+Blue) = 149+155+190=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #959BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959BBE is #6A6441. Grayscale: #9D9D9D. Windows color (decimal): -6972482 or 12491669. OLE color: 12491669.

HSL color Cylindrical-coordinate representation of color #959BBE: hue angle of 231.22º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #959BBE is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB149155190-
CMYK0.220.1800.25
HSL231.22º23.98%66.47%-
HSV(B)231.22º21.58%74.51%-
XYZ33.4133.5553.43-
YUV157.2146.51122.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.16%
GREEN value IS 155 (60.94% from 255) = 31.38%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=30.16%
G=31.38%
B=38.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491551900.220.1800.25231.2223.9866.47
Hex959BBE1612019e71842
Octal225233276262203134730102
Binary100101011001101110111110101101001001100111100111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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