#959ECC

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

Shades of Blue Bell #959ECC

Tints of Blue Bell #959ECC

Color information

#959ECC (or 0x959ECC) is unknown color: approx Blue Bell. HEX triplet: 95, 9E and CC. RGB value is (149,158,204). Sum of RGB (Red+Green+Blue) = 149+158+204=511 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.16% from 511); Green value is 158 (62.11% from 255 or 30.92% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: blue. Hex color #959ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959ECC is #6A6133. Grayscale: #A0A0A0. Windows color (decimal): -6971700 or 13409941. OLE color: 13409941.

HSL color Cylindrical-coordinate representation of color #959ECC: hue angle of 230.18º degrees, saturation: 0.35, 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 #959ECC is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB149158204-
CMYK0.270.2300.2
HSL230.18º35.03%69.22%-
HSV(B)230.18º26.96%80%-
XYZ35.5235.262.05-
YUV160.55152.52119.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.16%
GREEN value IS 158 (62.11% from 255) = 30.92%
BLUE value IS 204 (80.08% from 255) = 39.92%
R=29.16%
G=30.92%
B=39.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1491582040.270.2300.2230.1835.0369.22
Hex959ECC1B17014e62345
Octal225236314332702434643105
Binary1001010110011110110011001101110111010100111001101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,158,204); }

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

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

 a { background-color: rgb(149,158,204); }

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

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

 span { border-color: rgb(149,158,204); }

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