#959FCB

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

Shades of Blue Bell #959FCB

Tints of Blue Bell #959FCB

Color information

#959FCB (or 0x959FCB) is unknown color: approx Blue Bell. HEX triplet: 95, 9F and CB. RGB value is (149,159,203). Sum of RGB (Red+Green+Blue) = 149+159+203=511 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.16% from 511); Green value is 159 (62.5% from 255 or 31.12% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 203 - color contains mainly: blue. Hex color #959FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959FCB is #6A6034. Grayscale: #A0A0A0. Windows color (decimal): -6971445 or 13344661. OLE color: 13344661.

HSL color Cylindrical-coordinate representation of color #959FCB: hue angle of 228.89º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #959FCB is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB149159203-
CMYK0.270.2200.20
HSL228.89º34.18%69.02%-
HSV(B)228.89º26.6%79.61%-
XYZ35.5735.561.48-
YUV161.03151.69119.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.16%
GREEN value IS 159 (62.5% from 255) = 31.12%
BLUE value IS 203 (79.69% from 255) = 39.73%
R=29.16%
G=31.12%
B=39.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1491592030.270.2200.20228.8934.1869.02
Hex959FCB1B16014e52245
Octal225237313332602434542105
Binary1001010110011111110010111101110110010100111001011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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