Shades of Blue Bell #999CDA
Tints of Blue Bell #999CDA
RGB
CMYK
RGB Variations
Color information
#999CDA (or 0x999CDA) is known color: Blue Bell. HEX triplet: 99, 9C and DA. RGB value is (153,156,218). Sum of RGB (Red+Green+Blue) = 153+156+218=527 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.03% from 527); Green value is 156 (61.33% from 255 or 29.60% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #999CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999CDA is #666325. Grayscale: #A1A1A1. Windows color (decimal): -6710054 or 14326937. OLE color: 14326937.
HSL color Cylindrical-coordinate representation of color #999CDA: hue angle of 237.23º 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 #999CDA is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 156 | 218 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.15 |
| HSL | 237.23º | 0.47% | 0.73% | - |
| HSV(B) | 237.23º | 0.3% | 0.85% | - |
| XYZ | 37.68 | 35.61 | 71.22 | - |
| YUV | 162.17 | 159.51 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 156 | 218 | 0.30 | 0.28 | 0 | 0.15 | 237.23 | 0.47 | 0.73 |
| Hex | 99 | 9C | DA | 1E | 1C | 0 | F | ED | 2F | 49 |
| Octal | 231 | 234 | 332 | 36 | 34 | 0 | 17 | 355 | 57 | 111 |
| Binary | 10011001 | 10011100 | 11011010 | 11110 | 11100 | 0 | 1111 | 11101101 | 101111 | 1001001 |
Color Harmonies of #999CDA
Complementary color
Monochromatic Colors of #999CDA
Black with #999CDA
Text Example
Text Example
White with #999CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999CDA; }
p { color: rgb(153,156,218); }
H1.HeaderClassName
{
color: #999CDA;
}
.AnyTagClassName
{
color: #999CDA;
}
</style>
background-color css
<style>
a { background-color: #999CDA; }
a { background-color: rgb(153,156,218); }
div.DivClassName
{
background-color: #999CDA;
}
.BgClassName
{
background-color: #999CDA;
}
</style>
border-color css
<style>
span { border-color: #999CDA; }
span { border-color: rgb(153,156,218); }
td.TdClassName
{
border-color: #999CDA;
}
.TagClassName
{
border-color: #999CDA;
}
</style>