Html Css Color HEX #959CBF Blue Bell

📋 copy color: '#959CBF'

red 149 ◦ green 156 ◦ blue 191

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

Shades of Blue Bell #959CBF

Tints of Blue Bell #959CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.51%

R = 30.04%
G = 31.45%
B = 38.51%

CMYK

 C value IS 0.22

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#959CBF (or 0x959CBF) is known color: Blue Bell. HEX triplet: 95, 9C and BF. RGB value is (149,156,191). Sum of RGB (Red+Green+Blue) = 149+156+191=496 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.04% from 496); Green value is 156 (61.33% from 255 or 31.45% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 191 - color contains mainly: blue. Hex color #959CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959CBF is #6A6340. Grayscale: #9D9D9D. Windows color (decimal): -6972225 or 12557461. OLE color: 12557461.

HSL color Cylindrical-coordinate representation of color #959CBF: hue angle of 230º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #959CBF is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 156 191 -
CMYK 0.22 0.18 0 0.25
HSL 230º 0.25% 0.67% -
HSV(B) 230º 0.22% 0.75% -
XYZ 33.69 33.93 54.06 -
YUV 157.9 146.68 121.65 -
System Red Green Blue C M Y K H S L
Decimal 149 156 191 0.22 0.18 0 0.25 230 0.25 0.67
Hex 95 9C BF 16 12 0 19 E6 19 43
Octal 225 234 277 26 22 0 31 346 31 103
Binary 10010101 10011100 10111111 10110 10010 0 11001 11100110 11001 1000011

Color Harmonies of #959CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959CBF

Black with #959CBF

Text Example


Text Example

White with #959CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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