Shades of Blue Bell #999CCC
Tints of Blue Bell #999CCC
RGB
CMYK
RGB Variations
Color information
#999CCC (or 0x999CCC) is known color: Blue Bell. HEX triplet: 99, 9C and CC. RGB value is (153,156,204). Sum of RGB (Red+Green+Blue) = 153+156+204=513 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.82% from 513); Green value is 156 (61.33% from 255 or 30.41% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #999CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999CCC is #666333. Grayscale: #A0A0A0. Windows color (decimal): -6710068 or 13409433. OLE color: 13409433.
HSL color Cylindrical-coordinate representation of color #999CCC: hue angle of 236.47º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #999CCC is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 156 | 204 | - |
| CMYK | 0.25 | 0.24 | 0 | 0.2 |
| HSL | 236.47º | 0.33% | 0.7% | - |
| HSV(B) | 236.47º | 0.25% | 0.8% | - |
| XYZ | 35.92 | 34.91 | 61.97 | - |
| YUV | 160.58 | 152.51 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 156 | 204 | 0.25 | 0.24 | 0 | 0.2 | 236.47 | 0.33 | 0.7 |
| Hex | 99 | 9C | CC | 19 | 18 | 0 | 14 | EC | 21 | 46 |
| Octal | 231 | 234 | 314 | 31 | 30 | 0 | 24 | 354 | 41 | 106 |
| Binary | 10011001 | 10011100 | 11001100 | 11001 | 11000 | 0 | 10100 | 11101100 | 100001 | 1000110 |
Color Harmonies of #999CCC
Complementary color
Monochromatic Colors of #999CCC
Black with #999CCC
Text Example
Text Example
White with #999CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999CCC; }
p { color: rgb(153,156,204); }
H1.HeaderClassName
{
color: #999CCC;
}
.AnyTagClassName
{
color: #999CCC;
}
</style>
background-color css
<style>
a { background-color: #999CCC; }
a { background-color: rgb(153,156,204); }
div.DivClassName
{
background-color: #999CCC;
}
.BgClassName
{
background-color: #999CCC;
}
</style>
border-color css
<style>
span { border-color: #999CCC; }
span { border-color: rgb(153,156,204); }
td.TdClassName
{
border-color: #999CCC;
}
.TagClassName
{
border-color: #999CCC;
}
</style>