Html Css Color HEX #959ECB Blue Bell

📋 copy color: '#959ECB'

red 149 ◦ green 158 ◦ blue 203

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

Shades of Blue Bell #959ECB

Tints of Blue Bell #959ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.8%

R = 29.22%
G = 30.98%
B = 39.8%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#959ECB (or 0x959ECB) is known color: Blue Bell. HEX triplet: 95, 9E and CB. RGB value is (149,158,203). Sum of RGB (Red+Green+Blue) = 149+158+203=510 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.22% from 510); Green value is 158 (62.11% from 255 or 30.98% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 203 - color contains mainly: blue. Hex color #959ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959ECB is #6A6134. Grayscale: #A0A0A0. Windows color (decimal): -6971701 or 13344405. OLE color: 13344405.

HSL color Cylindrical-coordinate representation of color #959ECB: hue angle of 230º 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 #959ECB is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 158 203 -
CMYK 0.27 0.22 0 0.20
HSL 230º 0.34% 0.69% -
HSV(B) 230º 0.27% 0.8% -
XYZ 35.4 35.16 61.42 -
YUV 160.44 152.02 119.84 -
System Red Green Blue C M Y K H S L
Decimal 149 158 203 0.27 0.22 0 0.20 230 0.34 0.69
Hex 95 9E CB 1B 16 0 14 E6 22 45
Octal 225 236 313 33 26 0 24 346 42 105
Binary 10010101 10011110 11001011 11011 10110 0 10100 11100110 100010 1000101

Color Harmonies of #959ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959ECB

Black with #959ECB

Text Example


Text Example

White with #959ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #959ECB;
 }
 .AnyTagClassName
 {
   color: #959ECB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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