Shades of Blue Bell #999FCE
Tints of Blue Bell #999FCE
RGB
CMYK
RGB Variations
Color information
#999FCE (or 0x999FCE) is known color: Blue Bell. HEX triplet: 99, 9F and CE. RGB value is (153,159,206). Sum of RGB (Red+Green+Blue) = 153+159+206=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #999FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999FCE is #666031. Grayscale: #A2A2A2. Windows color (decimal): -6709298 or 13541273. OLE color: 13541273.
HSL color Cylindrical-coordinate representation of color #999FCE: hue angle of 233.21º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #999FCE is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 159 | 206 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.19 |
| HSL | 233.21º | 0.35% | 0.7% | - |
| HSV(B) | 233.21º | 0.26% | 0.81% | - |
| XYZ | 36.68 | 36.02 | 63.41 | - |
| YUV | 162.56 | 152.51 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 159 | 206 | 0.26 | 0.23 | 0 | 0.19 | 233.21 | 0.35 | 0.7 |
| Hex | 99 | 9F | CE | 1A | 17 | 0 | 13 | E9 | 23 | 46 |
| Octal | 231 | 237 | 316 | 32 | 27 | 0 | 23 | 351 | 43 | 106 |
| Binary | 10011001 | 10011111 | 11001110 | 11010 | 10111 | 0 | 10011 | 11101001 | 100011 | 1000110 |
Color Harmonies of #999FCE
Complementary color
Monochromatic Colors of #999FCE
Black with #999FCE
Text Example
Text Example
White with #999FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999FCE; }
p { color: rgb(153,159,206); }
H1.HeaderClassName
{
color: #999FCE;
}
.AnyTagClassName
{
color: #999FCE;
}
</style>
background-color css
<style>
a { background-color: #999FCE; }
a { background-color: rgb(153,159,206); }
div.DivClassName
{
background-color: #999FCE;
}
.BgClassName
{
background-color: #999FCE;
}
</style>
border-color css
<style>
span { border-color: #999FCE; }
span { border-color: rgb(153,159,206); }
td.TdClassName
{
border-color: #999FCE;
}
.TagClassName
{
border-color: #999FCE;
}
</style>