Html Css Color HEX #959BCB Blue Bell

📋 copy color: '#959BCB'

red 149 ◦ green 155 ◦ blue 203

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

Shades of Blue Bell #959BCB

Tints of Blue Bell #959BCB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.57%

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

R = 29.39%
G = 30.57%
B = 40.04%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#959BCB (or 0x959BCB) is known color: Blue Bell. HEX triplet: 95, 9B and CB. RGB value is (149,155,203). Sum of RGB (Red+Green+Blue) = 149+155+203=507 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.39% from 507); Green value is 155 (60.94% from 255 or 30.57% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #959BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959BCB is #6A6434. Grayscale: #9E9E9E. Windows color (decimal): -6972469 or 13343637. OLE color: 13343637.

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

Color convert

RGB 149 155 203 -
CMYK 0.27 0.24 0 0.20
HSL 233.33º 0.34% 0.69% -
HSV(B) 233.33º 0.27% 0.8% -
XYZ 34.9 34.14 61.25 -
YUV 158.68 153.01 121.1 -
System Red Green Blue C M Y K H S L
Decimal 149 155 203 0.27 0.24 0 0.20 233.33 0.34 0.69
Hex 95 9B CB 1B 18 0 14 E9 22 45
Octal 225 233 313 33 30 0 24 351 42 105
Binary 10010101 10011011 11001011 11011 11000 0 10100 11101001 100010 1000101

Color Harmonies of #959BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959BCB

Black with #959BCB

Text Example


Text Example

White with #959BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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