Html Css Color HEX #959CCB Blue Bell

📋 copy color: '#959CCB'

red 149 ◦ green 156 ◦ blue 203

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

Shades of Blue Bell #959CCB

Tints of Blue Bell #959CCB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.71%

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

R = 29.33%
G = 30.71%
B = 39.96%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#959CCB (or 0x959CCB) is known color: Blue Bell. HEX triplet: 95, 9C and CB. RGB value is (149,156,203). Sum of RGB (Red+Green+Blue) = 149+156+203=508 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.33% from 508); Green value is 156 (61.33% from 255 or 30.71% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #959CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959CCB is #6A6334. Grayscale: #9F9F9F. Windows color (decimal): -6972213 or 13343893. OLE color: 13343893.

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

Color convert

RGB 149 156 203 -
CMYK 0.27 0.23 0 0.20
HSL 232.22º 0.34% 0.69% -
HSV(B) 232.22º 0.27% 0.8% -
XYZ 35.06 34.48 61.31 -
YUV 159.27 152.68 120.68 -
System Red Green Blue C M Y K H S L
Decimal 149 156 203 0.27 0.23 0 0.20 232.22 0.34 0.69
Hex 95 9C CB 1B 17 0 14 E8 22 45
Octal 225 234 313 33 27 0 24 350 42 105
Binary 10010101 10011100 11001011 11011 10111 0 10100 11101000 100010 1000101

Color Harmonies of #959CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959CCB

Black with #959CCB

Text Example


Text Example

White with #959CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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