Html Css Color HEX #959ECE Blue Bell

📋 copy color: '#959ECE'

red 149 ◦ green 158 ◦ blue 206

#959ECE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Bell #959ECE

Tints of Blue Bell #959ECE

RGB

 RED value IS 149 (58.59% from 255) = 29.04%

 GREEN value IS 158 (62.11% from 255) = 30.8%

 BLUE value IS 206 (80.86% from 255) = 40.16%

R = 29.04%
G = 30.8%
B = 40.16%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#959ECE (or 0x959ECE) is known color: 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

RGB 149 158 206 -
CMYK 0.28 0.23 0 0.19
HSL 230.53º 0.37% 0.7% -
HSV(B) 230.53º 0.28% 0.81% -
XYZ 35.76 35.3 63.32 -
YUV 160.78 153.52 119.6 -
System Red Green Blue C M Y K H S L
Decimal 149 158 206 0.28 0.23 0 0.19 230.53 0.37 0.7
Hex 95 9E CE 1C 17 0 13 E7 25 46
Octal 225 236 316 34 27 0 23 347 45 106
Binary 10010101 10011110 11001110 11100 10111 0 10011 11100111 100101 1000110

Color Harmonies of #959ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959ECE

Black with #959ECE

Text Example


Text Example

White with #959ECE

Text Example


Text Example

HTML Codes & Css Web 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>