Shades of Blue Bell #999BD8
Tints of Blue Bell #999BD8
RGB
CMYK
RGB Variations
Color information
#999BD8 (or 0x999BD8) is known color: Blue Bell. HEX triplet: 99, 9B and D8. RGB value is (153,155,216). Sum of RGB (Red+Green+Blue) = 153+155+216=524 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.20% from 524); Green value is 155 (60.94% from 255 or 29.58% from 524); Blue value is 216 (84.77% from 255 or 41.22% from 524); Max value from RGB is 216 - color contains mainly: blue. Hex color #999BD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999BD8 is #666427. Grayscale: #A1A1A1. Windows color (decimal): -6710312 or 14195609. OLE color: 14195609.
HSL color Cylindrical-coordinate representation of color #999BD8: hue angle of 238.1º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #999BD8 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 155 | 216 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.15 |
| HSL | 238.1º | 0.45% | 0.72% | - |
| HSV(B) | 238.1º | 0.29% | 0.85% | - |
| XYZ | 37.25 | 35.17 | 69.79 | - |
| YUV | 161.36 | 158.84 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 155 | 216 | 0.29 | 0.28 | 0 | 0.15 | 238.1 | 0.45 | 0.72 |
| Hex | 99 | 9B | D8 | 1D | 1C | 0 | F | EE | 2D | 48 |
| Octal | 231 | 233 | 330 | 35 | 34 | 0 | 17 | 356 | 55 | 110 |
| Binary | 10011001 | 10011011 | 11011000 | 11101 | 11100 | 0 | 1111 | 11101110 | 101101 | 1001000 |
Color Harmonies of #999BD8
Complementary color
Monochromatic Colors of #999BD8
Black with #999BD8
Text Example
Text Example
White with #999BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999BD8; }
p { color: rgb(153,155,216); }
H1.HeaderClassName
{
color: #999BD8;
}
.AnyTagClassName
{
color: #999BD8;
}
</style>
background-color css
<style>
a { background-color: #999BD8; }
a { background-color: rgb(153,155,216); }
div.DivClassName
{
background-color: #999BD8;
}
.BgClassName
{
background-color: #999BD8;
}
</style>
border-color css
<style>
span { border-color: #999BD8; }
span { border-color: rgb(153,155,216); }
td.TdClassName
{
border-color: #999BD8;
}
.TagClassName
{
border-color: #999BD8;
}
</style>