Shades of Blue Bell #9EA0C1
Tints of Blue Bell #9EA0C1
RGB
CMYK
RGB Variations
Color information
#9EA0C1 (or 0x9EA0C1) is known color: Blue Bell. HEX triplet: 9E, A0 and C1. RGB value is (158,160,193). Sum of RGB (Red+Green+Blue) = 158+160+193=511 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.92% from 511); Green value is 160 (62.89% from 255 or 31.31% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 193 - color contains mainly: blue. Hex color #9EA0C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA0C1 is #615F3E. Grayscale: #A3A3A3. Windows color (decimal): -6381375 or 12689566. OLE color: 12689566.
HSL color Cylindrical-coordinate representation of color #9EA0C1: hue angle of 236.57º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9EA0C1 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 160 | 193 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.24 |
| HSL | 236.57º | 0.22% | 0.69% | - |
| HSV(B) | 236.57º | 0.18% | 0.76% | - |
| XYZ | 36.3 | 36.26 | 55.54 | - |
| YUV | 163.16 | 144.84 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 160 | 193 | 0.18 | 0.17 | 0 | 0.24 | 236.57 | 0.22 | 0.69 |
| Hex | 9E | A0 | C1 | 12 | 11 | 0 | 18 | ED | 16 | 45 |
| Octal | 236 | 240 | 301 | 22 | 21 | 0 | 30 | 355 | 26 | 105 |
| Binary | 10011110 | 10100000 | 11000001 | 10010 | 10001 | 0 | 11000 | 11101101 | 10110 | 1000101 |
Color Harmonies of #9EA0C1
Complementary color
Monochromatic Colors of #9EA0C1
Black with #9EA0C1
Text Example
Text Example
White with #9EA0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA0C1; }
p { color: rgb(158,160,193); }
H1.HeaderClassName
{
color: #9EA0C1;
}
.AnyTagClassName
{
color: #9EA0C1;
}
</style>
background-color css
<style>
a { background-color: #9EA0C1; }
a { background-color: rgb(158,160,193); }
div.DivClassName
{
background-color: #9EA0C1;
}
.BgClassName
{
background-color: #9EA0C1;
}
</style>
border-color css
<style>
span { border-color: #9EA0C1; }
span { border-color: rgb(158,160,193); }
td.TdClassName
{
border-color: #9EA0C1;
}
.TagClassName
{
border-color: #9EA0C1;
}
</style>