Shades of Blue Bell #9999C9
Tints of Blue Bell #9999C9
RGB
CMYK
RGB Variations
Color information
#9999C9 (or 0x9999C9) is known color: Blue Bell. HEX triplet: 99, 99 and C9. RGB value is (153,153,201). Sum of RGB (Red+Green+Blue) = 153+153+201=507 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.18% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 201 (78.91% from 255 or 39.64% from 507); Max value from RGB is 201 - color contains mainly: blue. Hex color #9999C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9999C9 is #666636. Grayscale: #9E9E9E. Windows color (decimal): -6710839 or 13212057. OLE color: 13212057.
HSL color Cylindrical-coordinate representation of color #9999C9: hue angle of 240º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9999C9 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 153 | 201 | - |
| CMYK | 0.24 | 0.24 | 0 | 0.21 |
| HSL | 240º | 0.31% | 0.69% | - |
| HSV(B) | 240º | 0.24% | 0.79% | - |
| XYZ | 35.07 | 33.77 | 59.93 | - |
| YUV | 158.47 | 152 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 153 | 201 | 0.24 | 0.24 | 0 | 0.21 | 240 | 0.31 | 0.69 |
| Hex | 99 | 99 | C9 | 18 | 18 | 0 | 15 | F0 | 1F | 45 |
| Octal | 231 | 231 | 311 | 30 | 30 | 0 | 25 | 360 | 37 | 105 |
| Binary | 10011001 | 10011001 | 11001001 | 11000 | 11000 | 0 | 10101 | 11110000 | 11111 | 1000101 |
Color Harmonies of #9999C9
Complementary color
Monochromatic Colors of #9999C9
Black with #9999C9
Text Example
Text Example
White with #9999C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9999C9; }
p { color: rgb(153,153,201); }
H1.HeaderClassName
{
color: #9999C9;
}
.AnyTagClassName
{
color: #9999C9;
}
</style>
background-color css
<style>
a { background-color: #9999C9; }
a { background-color: rgb(153,153,201); }
div.DivClassName
{
background-color: #9999C9;
}
.BgClassName
{
background-color: #9999C9;
}
</style>
border-color css
<style>
span { border-color: #9999C9; }
span { border-color: rgb(153,153,201); }
td.TdClassName
{
border-color: #9999C9;
}
.TagClassName
{
border-color: #9999C9;
}
</style>