Html Css Color HEX #959CCC Blue Bell

📋 copy color: '#959CCC'

red 149 ◦ green 156 ◦ blue 204

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

Shades of Blue Bell #959CCC

Tints of Blue Bell #959CCC

RGB

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

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

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

R = 29.27%
G = 30.65%
B = 40.08%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#959CCC (or 0x959CCC) is known color: Blue Bell. HEX triplet: 95, 9C and CC. RGB value is (149,156,204). Sum of RGB (Red+Green+Blue) = 149+156+204=509 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.27% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #959CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959CCC is #6A6333. Grayscale: #9F9F9F. Windows color (decimal): -6972212 or 13409429. OLE color: 13409429.

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

Color convert

RGB 149 156 204 -
CMYK 0.27 0.24 0 0.2
HSL 232.36º 0.35% 0.69% -
HSV(B) 232.36º 0.27% 0.8% -
XYZ 35.18 34.53 61.94 -
YUV 159.38 153.18 120.6 -
System Red Green Blue C M Y K H S L
Decimal 149 156 204 0.27 0.24 0 0.2 232.36 0.35 0.69
Hex 95 9C CC 1B 18 0 14 E8 23 45
Octal 225 234 314 33 30 0 24 350 43 105
Binary 10010101 10011100 11001100 11011 11000 0 10100 11101000 100011 1000101

Color Harmonies of #959CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959CCC

Black with #959CCC

Text Example


Text Example

White with #959CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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