Shades of Blue Bell #9EA0DC
Tints of Blue Bell #9EA0DC
RGB
CMYK
RGB Variations
Color information
#9EA0DC (or 0x9EA0DC) is known color: Blue Bell. HEX triplet: 9E, A0 and DC. RGB value is (158,160,220). Sum of RGB (Red+Green+Blue) = 158+160+220=538 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.37% from 538); Green value is 160 (62.89% from 255 or 29.74% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #9EA0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA0DC is #615F23. Grayscale: #A5A5A5. Windows color (decimal): -6381348 or 14459038. OLE color: 14459038.
HSL color Cylindrical-coordinate representation of color #9EA0DC: hue angle of 238.06º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EA0DC is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 160 | 220 | - |
| CMYK | 0.28 | 0.27 | 0 | 0.14 |
| HSL | 238.06º | 0.47% | 0.74% | - |
| HSV(B) | 238.06º | 0.28% | 0.86% | - |
| XYZ | 39.59 | 37.58 | 72.88 | - |
| YUV | 166.24 | 158.34 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 160 | 220 | 0.28 | 0.27 | 0 | 0.14 | 238.06 | 0.47 | 0.74 |
| Hex | 9E | A0 | DC | 1C | 1B | 0 | E | EE | 2F | 4A |
| Octal | 236 | 240 | 334 | 34 | 33 | 0 | 16 | 356 | 57 | 112 |
| Binary | 10011110 | 10100000 | 11011100 | 11100 | 11011 | 0 | 1110 | 11101110 | 101111 | 1001010 |
Color Harmonies of #9EA0DC
Complementary color
Monochromatic Colors of #9EA0DC
Black with #9EA0DC
Text Example
Text Example
White with #9EA0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA0DC; }
p { color: rgb(158,160,220); }
H1.HeaderClassName
{
color: #9EA0DC;
}
.AnyTagClassName
{
color: #9EA0DC;
}
</style>
background-color css
<style>
a { background-color: #9EA0DC; }
a { background-color: rgb(158,160,220); }
div.DivClassName
{
background-color: #9EA0DC;
}
.BgClassName
{
background-color: #9EA0DC;
}
</style>
border-color css
<style>
span { border-color: #9EA0DC; }
span { border-color: rgb(158,160,220); }
td.TdClassName
{
border-color: #9EA0DC;
}
.TagClassName
{
border-color: #9EA0DC;
}
</style>