Shades of Blue Bell #999CDC
Tints of Blue Bell #999CDC
RGB
CMYK
RGB Variations
Color information
#999CDC (or 0x999CDC) is known color: Blue Bell. HEX triplet: 99, 9C and DC. RGB value is (153,156,220). Sum of RGB (Red+Green+Blue) = 153+156+220=529 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.92% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #999CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999CDC is #666323. Grayscale: #A2A2A2. Windows color (decimal): -6710052 or 14458009. OLE color: 14458009.
HSL color Cylindrical-coordinate representation of color #999CDC: hue angle of 237.31º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #999CDC is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 156 | 220 | - |
| CMYK | 0.30 | 0.29 | 0 | 0.14 |
| HSL | 237.31º | 0.49% | 0.73% | - |
| HSV(B) | 237.31º | 0.3% | 0.86% | - |
| XYZ | 37.94 | 35.72 | 72.6 | - |
| YUV | 162.4 | 160.51 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 156 | 220 | 0.30 | 0.29 | 0 | 0.14 | 237.31 | 0.49 | 0.73 |
| Hex | 99 | 9C | DC | 1E | 1D | 0 | E | ED | 31 | 49 |
| Octal | 231 | 234 | 334 | 36 | 35 | 0 | 16 | 355 | 61 | 111 |
| Binary | 10011001 | 10011100 | 11011100 | 11110 | 11101 | 0 | 1110 | 11101101 | 110001 | 1001001 |
Color Harmonies of #999CDC
Complementary color
Monochromatic Colors of #999CDC
Black with #999CDC
Text Example
Text Example
White with #999CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999CDC; }
p { color: rgb(153,156,220); }
H1.HeaderClassName
{
color: #999CDC;
}
.AnyTagClassName
{
color: #999CDC;
}
</style>
background-color css
<style>
a { background-color: #999CDC; }
a { background-color: rgb(153,156,220); }
div.DivClassName
{
background-color: #999CDC;
}
.BgClassName
{
background-color: #999CDC;
}
</style>
border-color css
<style>
span { border-color: #999CDC; }
span { border-color: rgb(153,156,220); }
td.TdClassName
{
border-color: #999CDC;
}
.TagClassName
{
border-color: #999CDC;
}
</style>