Shades of Blue Bell #9EA3E0
Tints of Blue Bell #9EA3E0
RGB
CMYK
RGB Variations
Color information
#9EA3E0 (or 0x9EA3E0) is known color: Blue Bell. HEX triplet: 9E, A3 and E0. RGB value is (158,163,224). Sum of RGB (Red+Green+Blue) = 158+163+224=545 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.99% from 545); Green value is 163 (64.06% from 255 or 29.91% from 545); Blue value is 224 (87.89% from 255 or 41.10% from 545); Max value from RGB is 224 - color contains mainly: blue. Hex color #9EA3E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA3E0 is #615C1F. Grayscale: #A8A8A8. Windows color (decimal): -6380576 or 14721950. OLE color: 14721950.
HSL color Cylindrical-coordinate representation of color #9EA3E0: hue angle of 235.45º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EA3E0 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 163 | 224 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.12 |
| HSL | 235.45º | 0.52% | 0.75% | - |
| HSV(B) | 235.45º | 0.29% | 0.88% | - |
| XYZ | 40.65 | 38.85 | 75.88 | - |
| YUV | 168.46 | 159.34 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 163 | 224 | 0.29 | 0.27 | 0 | 0.12 | 235.45 | 0.52 | 0.75 |
| Hex | 9E | A3 | E0 | 1D | 1B | 0 | C | EB | 34 | 4B |
| Octal | 236 | 243 | 340 | 35 | 33 | 0 | 14 | 353 | 64 | 113 |
| Binary | 10011110 | 10100011 | 11100000 | 11101 | 11011 | 0 | 1100 | 11101011 | 110100 | 1001011 |
Color Harmonies of #9EA3E0
Complementary color
Monochromatic Colors of #9EA3E0
Black with #9EA3E0
Text Example
Text Example
White with #9EA3E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA3E0; }
p { color: rgb(158,163,224); }
H1.HeaderClassName
{
color: #9EA3E0;
}
.AnyTagClassName
{
color: #9EA3E0;
}
</style>
background-color css
<style>
a { background-color: #9EA3E0; }
a { background-color: rgb(158,163,224); }
div.DivClassName
{
background-color: #9EA3E0;
}
.BgClassName
{
background-color: #9EA3E0;
}
</style>
border-color css
<style>
span { border-color: #9EA3E0; }
span { border-color: rgb(158,163,224); }
td.TdClassName
{
border-color: #9EA3E0;
}
.TagClassName
{
border-color: #9EA3E0;
}
</style>