#959ECE

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

Shades of Blue Bell #959ECE

Tints of Blue Bell #959ECE

Color information

#959ECE (or 0x959ECE) is unknown color: approx Blue Bell. HEX triplet: 95, 9E and CE. RGB value is (149,158,206). Sum of RGB (Red+Green+Blue) = 149+158+206=513 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.04% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #959ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959ECE is #6A6131. Grayscale: #A0A0A0. Windows color (decimal): -6971698 or 13541013. OLE color: 13541013.

HSL color Cylindrical-coordinate representation of color #959ECE: hue angle of 230.53º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #959ECE is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB149158206-
CMYK0.280.2300.19
HSL230.53º36.77%69.61%-
HSV(B)230.53º27.67%80.78%-
XYZ35.7635.363.32-
YUV160.78153.52119.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.04%
GREEN value IS 158 (62.11% from 255) = 30.80%
BLUE value IS 206 (80.86% from 255) = 40.16%
R=29.04%
G=30.80%
B=40.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1491582060.280.2300.19230.5336.7769.61
Hex959ECE1C17013e72546
Octal225236316342702334745106
Binary1001010110011110110011101110010111010011111001111001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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