Html Css Color HEX #959DCC Blue Bell

📋 copy color: '#959DCC'

red 149 ◦ green 157 ◦ blue 204

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

Shades of Blue Bell #959DCC

Tints of Blue Bell #959DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40%

R = 29.22%
G = 30.78%
B = 40%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#959DCC (or 0x959DCC) is known color: Blue Bell. HEX triplet: 95, 9D and CC. RGB value is (149,157,204). Sum of RGB (Red+Green+Blue) = 149+157+204=510 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.22% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #959DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959DCC is #6A6233. Grayscale: #9F9F9F. Windows color (decimal): -6971956 or 13409685. OLE color: 13409685.

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

Color convert

RGB 149 157 204 -
CMYK 0.27 0.23 0 0.2
HSL 231.27º 0.35% 0.69% -
HSV(B) 231.27º 0.27% 0.8% -
XYZ 35.35 34.86 61.99 -
YUV 159.97 152.85 120.18 -
System Red Green Blue C M Y K H S L
Decimal 149 157 204 0.27 0.23 0 0.2 231.27 0.35 0.69
Hex 95 9D CC 1B 17 0 14 E7 23 45
Octal 225 235 314 33 27 0 24 347 43 105
Binary 10010101 10011101 11001100 11011 10111 0 10100 11100111 100011 1000101

Color Harmonies of #959DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959DCC

Black with #959DCC

Text Example


Text Example

White with #959DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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