Shades of Blue Bell #999EC8
Tints of Blue Bell #999EC8
RGB
CMYK
RGB Variations
Color information
#999EC8 (or 0x999EC8) is known color: Blue Bell. HEX triplet: 99, 9E and C8. RGB value is (153,158,200). Sum of RGB (Red+Green+Blue) = 153+158+200=511 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.94% from 511); Green value is 158 (62.11% from 255 or 30.92% from 511); Blue value is 200 (78.52% from 255 or 39.14% from 511); Max value from RGB is 200 - color contains mainly: blue. Hex color #999EC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999EC8 is #666137. Grayscale: #A1A1A1. Windows color (decimal): -6709560 or 13147801. OLE color: 13147801.
HSL color Cylindrical-coordinate representation of color #999EC8: hue angle of 233.62º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #999EC8 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 158 | 200 | - |
| CMYK | 0.24 | 0.21 | 0 | 0.22 |
| HSL | 233.62º | 0.3% | 0.69% | - |
| HSV(B) | 233.62º | 0.24% | 0.78% | - |
| XYZ | 35.79 | 35.4 | 59.59 | - |
| YUV | 161.29 | 149.84 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 158 | 200 | 0.24 | 0.21 | 0 | 0.22 | 233.62 | 0.3 | 0.69 |
| Hex | 99 | 9E | C8 | 18 | 15 | 0 | 16 | EA | 1E | 45 |
| Octal | 231 | 236 | 310 | 30 | 25 | 0 | 26 | 352 | 36 | 105 |
| Binary | 10011001 | 10011110 | 11001000 | 11000 | 10101 | 0 | 10110 | 11101010 | 11110 | 1000101 |
Color Harmonies of #999EC8
Complementary color
Monochromatic Colors of #999EC8
Black with #999EC8
Text Example
Text Example
White with #999EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999EC8; }
p { color: rgb(153,158,200); }
H1.HeaderClassName
{
color: #999EC8;
}
.AnyTagClassName
{
color: #999EC8;
}
</style>
background-color css
<style>
a { background-color: #999EC8; }
a { background-color: rgb(153,158,200); }
div.DivClassName
{
background-color: #999EC8;
}
.BgClassName
{
background-color: #999EC8;
}
</style>
border-color css
<style>
span { border-color: #999EC8; }
span { border-color: rgb(153,158,200); }
td.TdClassName
{
border-color: #999EC8;
}
.TagClassName
{
border-color: #999EC8;
}
</style>