Shades of Blue Bell #999AD3
Tints of Blue Bell #999AD3
RGB
CMYK
RGB Variations
Color information
#999AD3 (or 0x999AD3) is known color: Blue Bell. HEX triplet: 99, 9A and D3. RGB value is (153,154,211). Sum of RGB (Red+Green+Blue) = 153+154+211=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 211 (82.81% from 255 or 40.73% from 518); Max value from RGB is 211 - color contains mainly: blue. Hex color #999AD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999AD3 is #66652C. Grayscale: #9F9F9F. Windows color (decimal): -6710573 or 13867673. OLE color: 13867673.
HSL color Cylindrical-coordinate representation of color #999AD3: hue angle of 238.97º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #999AD3 is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 154 | 211 | - |
| CMYK | 0.27 | 0.27 | 0 | 0.17 |
| HSL | 238.97º | 0.4% | 0.71% | - |
| HSV(B) | 238.97º | 0.27% | 0.83% | - |
| XYZ | 36.45 | 34.59 | 66.38 | - |
| YUV | 160.2 | 156.67 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 154 | 211 | 0.27 | 0.27 | 0 | 0.17 | 238.97 | 0.4 | 0.71 |
| Hex | 99 | 9A | D3 | 1B | 1B | 0 | 11 | EF | 28 | 47 |
| Octal | 231 | 232 | 323 | 33 | 33 | 0 | 21 | 357 | 50 | 107 |
| Binary | 10011001 | 10011010 | 11010011 | 11011 | 11011 | 0 | 10001 | 11101111 | 101000 | 1000111 |
Color Harmonies of #999AD3
Complementary color
Monochromatic Colors of #999AD3
Black with #999AD3
Text Example
Text Example
White with #999AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999AD3; }
p { color: rgb(153,154,211); }
H1.HeaderClassName
{
color: #999AD3;
}
.AnyTagClassName
{
color: #999AD3;
}
</style>
background-color css
<style>
a { background-color: #999AD3; }
a { background-color: rgb(153,154,211); }
div.DivClassName
{
background-color: #999AD3;
}
.BgClassName
{
background-color: #999AD3;
}
</style>
border-color css
<style>
span { border-color: #999AD3; }
span { border-color: rgb(153,154,211); }
td.TdClassName
{
border-color: #999AD3;
}
.TagClassName
{
border-color: #999AD3;
}
</style>