Html Css Color HEX #959DCE Blue Bell

📋 copy color: '#959DCE'

red 149 ◦ green 157 ◦ blue 206

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

Shades of Blue Bell #959DCE

Tints of Blue Bell #959DCE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.66%

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

R = 29.1%
G = 30.66%
B = 40.23%

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

#959DCE (or 0x959DCE) is known color: Blue Bell. HEX triplet: 95, 9D and CE. RGB value is (149,157,206). Sum of RGB (Red+Green+Blue) = 149+157+206=512 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.10% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #959DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959DCE is #6A6231. Grayscale: #9F9F9F. Windows color (decimal): -6971954 or 13540757. OLE color: 13540757.

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

Color convert

RGB 149 157 206 -
CMYK 0.28 0.24 0 0.19
HSL 231.58º 0.37% 0.7% -
HSV(B) 231.58º 0.28% 0.81% -
XYZ 35.59 34.96 63.26 -
YUV 160.19 153.85 120.02 -
System Red Green Blue C M Y K H S L
Decimal 149 157 206 0.28 0.24 0 0.19 231.58 0.37 0.7
Hex 95 9D CE 1C 18 0 13 E8 25 46
Octal 225 235 316 34 30 0 23 350 45 106
Binary 10010101 10011101 11001110 11100 11000 0 10011 11101000 100101 1000110

Color Harmonies of #959DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959DCE

Black with #959DCE

Text Example


Text Example

White with #959DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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