Shades of Blue Bell #999CBF
Tints of Blue Bell #999CBF
RGB
CMYK
RGB Variations
Color information
#999CBF (or 0x999CBF) is known color: Blue Bell. HEX triplet: 99, 9C and BF. RGB value is (153,156,191). Sum of RGB (Red+Green+Blue) = 153+156+191=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 191 - color contains mainly: blue. Hex color #999CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999CBF is #666340. Grayscale: #9E9E9E. Windows color (decimal): -6710081 or 12557465. OLE color: 12557465.
HSL color Cylindrical-coordinate representation of color #999CBF: hue angle of 235.26º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #999CBF is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 156 | 191 | - |
| CMYK | 0.20 | 0.18 | 0 | 0.25 |
| HSL | 235.26º | 0.23% | 0.67% | - |
| HSV(B) | 235.26º | 0.2% | 0.75% | - |
| XYZ | 34.43 | 34.31 | 54.1 | - |
| YUV | 159.09 | 146.01 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 156 | 191 | 0.20 | 0.18 | 0 | 0.25 | 235.26 | 0.23 | 0.67 |
| Hex | 99 | 9C | BF | 14 | 12 | 0 | 19 | EB | 17 | 43 |
| Octal | 231 | 234 | 277 | 24 | 22 | 0 | 31 | 353 | 27 | 103 |
| Binary | 10011001 | 10011100 | 10111111 | 10100 | 10010 | 0 | 11001 | 11101011 | 10111 | 1000011 |
Color Harmonies of #999CBF
Complementary color
Monochromatic Colors of #999CBF
Black with #999CBF
Text Example
Text Example
White with #999CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999CBF; }
p { color: rgb(153,156,191); }
H1.HeaderClassName
{
color: #999CBF;
}
.AnyTagClassName
{
color: #999CBF;
}
</style>
background-color css
<style>
a { background-color: #999CBF; }
a { background-color: rgb(153,156,191); }
div.DivClassName
{
background-color: #999CBF;
}
.BgClassName
{
background-color: #999CBF;
}
</style>
border-color css
<style>
span { border-color: #999CBF; }
span { border-color: rgb(153,156,191); }
td.TdClassName
{
border-color: #999CBF;
}
.TagClassName
{
border-color: #999CBF;
}
</style>