Shades of Blue Bell #999FD0
Tints of Blue Bell #999FD0
RGB
CMYK
RGB Variations
Color information
#999FD0 (or 0x999FD0) is known color: Blue Bell. HEX triplet: 99, 9F and D0. RGB value is (153,159,208). Sum of RGB (Red+Green+Blue) = 153+159+208=520 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.42% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 208 (81.64% from 255 or 40% from 520); Max value from RGB is 208 - color contains mainly: blue. Hex color #999FD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999FD0 is #66602F. Grayscale: #A2A2A2. Windows color (decimal): -6709296 or 13672345. OLE color: 13672345.
HSL color Cylindrical-coordinate representation of color #999FD0: hue angle of 233.45º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #999FD0 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 159 | 208 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.18 |
| HSL | 233.45º | 0.37% | 0.71% | - |
| HSV(B) | 233.45º | 0.26% | 0.82% | - |
| XYZ | 36.92 | 36.12 | 64.7 | - |
| YUV | 162.79 | 153.51 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 159 | 208 | 0.26 | 0.24 | 0 | 0.18 | 233.45 | 0.37 | 0.71 |
| Hex | 99 | 9F | D0 | 1A | 18 | 0 | 12 | E9 | 25 | 47 |
| Octal | 231 | 237 | 320 | 32 | 30 | 0 | 22 | 351 | 45 | 107 |
| Binary | 10011001 | 10011111 | 11010000 | 11010 | 11000 | 0 | 10010 | 11101001 | 100101 | 1000111 |
Color Harmonies of #999FD0
Complementary color
Monochromatic Colors of #999FD0
Black with #999FD0
Text Example
Text Example
White with #999FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999FD0; }
p { color: rgb(153,159,208); }
H1.HeaderClassName
{
color: #999FD0;
}
.AnyTagClassName
{
color: #999FD0;
}
</style>
background-color css
<style>
a { background-color: #999FD0; }
a { background-color: rgb(153,159,208); }
div.DivClassName
{
background-color: #999FD0;
}
.BgClassName
{
background-color: #999FD0;
}
</style>
border-color css
<style>
span { border-color: #999FD0; }
span { border-color: rgb(153,159,208); }
td.TdClassName
{
border-color: #999FD0;
}
.TagClassName
{
border-color: #999FD0;
}
</style>