#959CC0

Color #959CC0 Blue Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bell #959CC0

Tints of Blue Bell #959CC0

Color information

#959CC0 (or 0x959CC0) is unknown color: approx Blue Bell. HEX triplet: 95, 9C and C0. RGB value is (149,156,192). Sum of RGB (Red+Green+Blue) = 149+156+192=497 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.98% from 497); Green value is 156 (61.33% from 255 or 31.39% from 497); Blue value is 192 (75.39% from 255 or 38.63% from 497); Max value from RGB is 192 - color contains mainly: blue. Hex color #959CC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959CC0 is #6A633F. Grayscale: #9D9D9D. Windows color (decimal): -6972224 or 12622997. OLE color: 12622997.

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

Color convert

RGB149156192-
CMYK0.220.1900.25
HSL230.23º25.44%66.86%-
HSV(B)230.23º22.4%75.29%-
XYZ33.833.9754.65-
YUV158.01147.18121.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.98%
GREEN value IS 156 (61.33% from 255) = 31.39%
BLUE value IS 192 (75.39% from 255) = 38.63%
R=29.98%
G=31.39%
B=38.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491561920.220.1900.25230.2325.4466.86
Hex959CC01613019e61943
Octal225234300262303134631103
Binary100101011001110011000000101101001101100111100110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #959CC0;
 }
 .AnyTagClassName
 {
   color: #959CC0;
 }
</style>
background-color css

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

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

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

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

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

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