Shades of Blue Bell #999AD4
Tints of Blue Bell #999AD4
RGB
CMYK
RGB Variations
Color information
#999AD4 (or 0x999AD4) is known color: Blue Bell. HEX triplet: 99, 9A and D4. RGB value is (153,154,212). Sum of RGB (Red+Green+Blue) = 153+154+212=519 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.48% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 212 (83.20% from 255 or 40.85% from 519); Max value from RGB is 212 - color contains mainly: blue. Hex color #999AD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999AD4 is #66652B. Grayscale: #A0A0A0. Windows color (decimal): -6710572 or 13933209. OLE color: 13933209.
HSL color Cylindrical-coordinate representation of color #999AD4: hue angle of 238.98º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #999AD4 is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 154 | 212 | - |
| CMYK | 0.28 | 0.27 | 0 | 0.17 |
| HSL | 238.98º | 0.41% | 0.72% | - |
| HSV(B) | 238.98º | 0.28% | 0.83% | - |
| XYZ | 36.58 | 34.64 | 67.05 | - |
| YUV | 160.31 | 157.17 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 154 | 212 | 0.28 | 0.27 | 0 | 0.17 | 238.98 | 0.41 | 0.72 |
| Hex | 99 | 9A | D4 | 1C | 1B | 0 | 11 | EF | 29 | 48 |
| Octal | 231 | 232 | 324 | 34 | 33 | 0 | 21 | 357 | 51 | 110 |
| Binary | 10011001 | 10011010 | 11010100 | 11100 | 11011 | 0 | 10001 | 11101111 | 101001 | 1001000 |
Color Harmonies of #999AD4
Complementary color
Monochromatic Colors of #999AD4
Black with #999AD4
Text Example
Text Example
White with #999AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999AD4; }
p { color: rgb(153,154,212); }
H1.HeaderClassName
{
color: #999AD4;
}
.AnyTagClassName
{
color: #999AD4;
}
</style>
background-color css
<style>
a { background-color: #999AD4; }
a { background-color: rgb(153,154,212); }
div.DivClassName
{
background-color: #999AD4;
}
.BgClassName
{
background-color: #999AD4;
}
</style>
border-color css
<style>
span { border-color: #999AD4; }
span { border-color: rgb(153,154,212); }
td.TdClassName
{
border-color: #999AD4;
}
.TagClassName
{
border-color: #999AD4;
}
</style>