Shades of Blue Bell #959FCC
Tints of Blue Bell #959FCC
RGB
CMYK
RGB Variations
Color information
#959FCC (or 0x959FCC) is known color: Blue Bell. HEX triplet: 95, 9F and CC. RGB value is (149,159,204). Sum of RGB (Red+Green+Blue) = 149+159+204=512 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.10% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #959FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959FCC is #6A6033. Grayscale: #A0A0A0. Windows color (decimal): -6971444 or 13410197. OLE color: 13410197.
HSL color Cylindrical-coordinate representation of color #959FCC: hue angle of 229.09º 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 #959FCC is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 149 | 159 | 204 | - |
| CMYK | 0.27 | 0.22 | 0 | 0.2 |
| HSL | 229.09º | 0.35% | 0.69% | - |
| HSV(B) | 229.09º | 0.27% | 0.8% | - |
| XYZ | 35.69 | 35.55 | 62.11 | - |
| YUV | 161.14 | 152.19 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 159 | 204 | 0.27 | 0.22 | 0 | 0.2 | 229.09 | 0.35 | 0.69 |
| Hex | 95 | 9F | CC | 1B | 16 | 0 | 14 | E5 | 23 | 45 |
| Octal | 225 | 237 | 314 | 33 | 26 | 0 | 24 | 345 | 43 | 105 |
| Binary | 10010101 | 10011111 | 11001100 | 11011 | 10110 | 0 | 10100 | 11100101 | 100011 | 1000101 |
Color Harmonies of #959FCC
Complementary color
Monochromatic Colors of #959FCC
Black with #959FCC
Text Example
Text Example
White with #959FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959FCC; }
p { color: rgb(149,159,204); }
H1.HeaderClassName
{
color: #959FCC;
}
.AnyTagClassName
{
color: #959FCC;
}
</style>
background-color css
<style>
a { background-color: #959FCC; }
a { background-color: rgb(149,159,204); }
div.DivClassName
{
background-color: #959FCC;
}
.BgClassName
{
background-color: #959FCC;
}
</style>
border-color css
<style>
span { border-color: #959FCC; }
span { border-color: rgb(149,159,204); }
td.TdClassName
{
border-color: #959FCC;
}
.TagClassName
{
border-color: #959FCC;
}
</style>