Shades of Blue Bell #999BDF
Tints of Blue Bell #999BDF
RGB
CMYK
RGB Variations
Color information
#999BDF (or 0x999BDF) is known color: Blue Bell. HEX triplet: 99, 9B and DF. RGB value is (153,155,223). Sum of RGB (Red+Green+Blue) = 153+155+223=531 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.81% from 531); Green value is 155 (60.94% from 255 or 29.19% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #999BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999BDF is #666420. Grayscale: #A1A1A1. Windows color (decimal): -6710305 or 14654361. OLE color: 14654361.
HSL color Cylindrical-coordinate representation of color #999BDF: hue angle of 238.29º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #999BDF is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 155 | 223 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.13 |
| HSL | 238.29º | 0.52% | 0.74% | - |
| HSV(B) | 238.29º | 0.31% | 0.87% | - |
| XYZ | 38.18 | 35.54 | 74.66 | - |
| YUV | 162.15 | 162.34 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 155 | 223 | 0.31 | 0.30 | 0 | 0.13 | 238.29 | 0.52 | 0.74 |
| Hex | 99 | 9B | DF | 1F | 1E | 0 | D | EE | 34 | 4A |
| Octal | 231 | 233 | 337 | 37 | 36 | 0 | 15 | 356 | 64 | 112 |
| Binary | 10011001 | 10011011 | 11011111 | 11111 | 11110 | 0 | 1101 | 11101110 | 110100 | 1001010 |
Color Harmonies of #999BDF
Complementary color
Monochromatic Colors of #999BDF
Black with #999BDF
Text Example
Text Example
White with #999BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999BDF; }
p { color: rgb(153,155,223); }
H1.HeaderClassName
{
color: #999BDF;
}
.AnyTagClassName
{
color: #999BDF;
}
</style>
background-color css
<style>
a { background-color: #999BDF; }
a { background-color: rgb(153,155,223); }
div.DivClassName
{
background-color: #999BDF;
}
.BgClassName
{
background-color: #999BDF;
}
</style>
border-color css
<style>
span { border-color: #999BDF; }
span { border-color: rgb(153,155,223); }
td.TdClassName
{
border-color: #999BDF;
}
.TagClassName
{
border-color: #999BDF;
}
</style>