Shades of Blue Bell #999CDD
Tints of Blue Bell #999CDD
RGB
CMYK
RGB Variations
Color information
#999CDD (or 0x999CDD) is known color: Blue Bell. HEX triplet: 99, 9C and DD. RGB value is (153,156,221). Sum of RGB (Red+Green+Blue) = 153+156+221=530 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.87% from 530); Green value is 156 (61.33% from 255 or 29.43% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #999CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999CDD is #666322. Grayscale: #A2A2A2. Windows color (decimal): -6710051 or 14523545. OLE color: 14523545.
HSL color Cylindrical-coordinate representation of color #999CDD: hue angle of 237.35º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #999CDD is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 156 | 221 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.13 |
| HSL | 237.35º | 0.5% | 0.73% | - |
| HSV(B) | 237.35º | 0.31% | 0.87% | - |
| XYZ | 38.08 | 35.77 | 73.3 | - |
| YUV | 162.51 | 161.01 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 156 | 221 | 0.31 | 0.29 | 0 | 0.13 | 237.35 | 0.5 | 0.73 |
| Hex | 99 | 9C | DD | 1F | 1D | 0 | D | ED | 32 | 49 |
| Octal | 231 | 234 | 335 | 37 | 35 | 0 | 15 | 355 | 62 | 111 |
| Binary | 10011001 | 10011100 | 11011101 | 11111 | 11101 | 0 | 1101 | 11101101 | 110010 | 1001001 |
Color Harmonies of #999CDD
Complementary color
Monochromatic Colors of #999CDD
Black with #999CDD
Text Example
Text Example
White with #999CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999CDD; }
p { color: rgb(153,156,221); }
H1.HeaderClassName
{
color: #999CDD;
}
.AnyTagClassName
{
color: #999CDD;
}
</style>
background-color css
<style>
a { background-color: #999CDD; }
a { background-color: rgb(153,156,221); }
div.DivClassName
{
background-color: #999CDD;
}
.BgClassName
{
background-color: #999CDD;
}
</style>
border-color css
<style>
span { border-color: #999CDD; }
span { border-color: rgb(153,156,221); }
td.TdClassName
{
border-color: #999CDD;
}
.TagClassName
{
border-color: #999CDD;
}
</style>