Html Css Color HEX #959CCE Blue Bell

📋 copy color: '#959CCE'

red 149 ◦ green 156 ◦ blue 206

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

Shades of Blue Bell #959CCE

Tints of Blue Bell #959CCE

RGB

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

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

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

R = 29.16%
G = 30.53%
B = 40.31%

CMYK

 C value IS 0.28

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#959CCE (or 0x959CCE) is known color: Blue Bell. HEX triplet: 95, 9C and CE. RGB value is (149,156,206). Sum of RGB (Red+Green+Blue) = 149+156+206=511 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.16% from 511); Green value is 156 (61.33% from 255 or 30.53% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #959CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959CCE is #6A6331. Grayscale: #9F9F9F. Windows color (decimal): -6972210 or 13540501. OLE color: 13540501.

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

Color convert

RGB 149 156 206 -
CMYK 0.28 0.24 0 0.19
HSL 232.63º 0.37% 0.7% -
HSV(B) 232.63º 0.28% 0.81% -
XYZ 35.42 34.62 63.21 -
YUV 159.61 154.18 120.43 -
System Red Green Blue C M Y K H S L
Decimal 149 156 206 0.28 0.24 0 0.19 232.63 0.37 0.7
Hex 95 9C CE 1C 18 0 13 E9 25 46
Octal 225 234 316 34 30 0 23 351 45 106
Binary 10010101 10011100 11001110 11100 11000 0 10011 11101001 100101 1000110

Color Harmonies of #959CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959CCE

Black with #959CCE

Text Example


Text Example

White with #959CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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