Shades of Blue Bell #999EDA
Tints of Blue Bell #999EDA
RGB
CMYK
RGB Variations
Color information
#999EDA (or 0x999EDA) is known color: Blue Bell. HEX triplet: 99, 9E and DA. RGB value is (153,158,218). Sum of RGB (Red+Green+Blue) = 153+158+218=529 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.92% from 529); Green value is 158 (62.11% from 255 or 29.87% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #999EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999EDA is #666125. Grayscale: #A3A3A3. Windows color (decimal): -6709542 or 14327449. OLE color: 14327449.
HSL color Cylindrical-coordinate representation of color #999EDA: hue angle of 235.38º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #999EDA is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 158 | 218 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.15 |
| HSL | 235.38º | 0.47% | 0.73% | - |
| HSV(B) | 235.38º | 0.3% | 0.85% | - |
| XYZ | 38.02 | 36.29 | 71.33 | - |
| YUV | 163.35 | 158.84 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 158 | 218 | 0.30 | 0.28 | 0 | 0.15 | 235.38 | 0.47 | 0.73 |
| Hex | 99 | 9E | DA | 1E | 1C | 0 | F | EB | 2F | 49 |
| Octal | 231 | 236 | 332 | 36 | 34 | 0 | 17 | 353 | 57 | 111 |
| Binary | 10011001 | 10011110 | 11011010 | 11110 | 11100 | 0 | 1111 | 11101011 | 101111 | 1001001 |
Color Harmonies of #999EDA
Complementary color
Monochromatic Colors of #999EDA
Black with #999EDA
Text Example
Text Example
White with #999EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999EDA; }
p { color: rgb(153,158,218); }
H1.HeaderClassName
{
color: #999EDA;
}
.AnyTagClassName
{
color: #999EDA;
}
</style>
background-color css
<style>
a { background-color: #999EDA; }
a { background-color: rgb(153,158,218); }
div.DivClassName
{
background-color: #999EDA;
}
.BgClassName
{
background-color: #999EDA;
}
</style>
border-color css
<style>
span { border-color: #999EDA; }
span { border-color: rgb(153,158,218); }
td.TdClassName
{
border-color: #999EDA;
}
.TagClassName
{
border-color: #999EDA;
}
</style>