#959BBD

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

Shades of Blue Bell #959BBD

Tints of Blue Bell #959BBD

Color information

#959BBD (or 0x959BBD) is unknown color: approx Blue Bell. HEX triplet: 95, 9B and BD. RGB value is (149,155,189). Sum of RGB (Red+Green+Blue) = 149+155+189=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 189 - color contains mainly: blue. Hex color #959BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959BBD is #6A6442. Grayscale: #9C9C9C. Windows color (decimal): -6972483 or 12426133. OLE color: 12426133.

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

Color convert

RGB149155189-
CMYK0.210.1800.26
HSL231º23.26%66.27%-
HSV(B)231º21.16%74.12%-
XYZ33.333.5152.86-
YUV157.08146.01122.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.22%
GREEN value IS 155 (60.94% from 255) = 31.44%
BLUE value IS 189 (74.22% from 255) = 38.34%
R=30.22%
G=31.44%
B=38.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1491551890.210.1800.2623123.2666.27
Hex959BBD151201Ae71742
Octal225233275252203234727102
Binary100101011001101110111101101011001001101011100111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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