Shades of Blue Bell #9EA2CE
Tints of Blue Bell #9EA2CE
RGB
CMYK
RGB Variations
Color information
#9EA2CE (or 0x9EA2CE) is known color: Blue Bell. HEX triplet: 9E, A2 and CE. RGB value is (158,162,206). Sum of RGB (Red+Green+Blue) = 158+162+206=526 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.04% from 526); Green value is 162 (63.67% from 255 or 30.80% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 206 - color contains mainly: blue. Hex color #9EA2CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA2CE is #615D31. Grayscale: #A5A5A5. Windows color (decimal): -6380850 or 13542046. OLE color: 13542046.
HSL color Cylindrical-coordinate representation of color #9EA2CE: hue angle of 235º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9EA2CE is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 162 | 206 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.19 |
| HSL | 235º | 0.33% | 0.71% | - |
| HSV(B) | 235º | 0.23% | 0.81% | - |
| XYZ | 38.16 | 37.57 | 63.63 | - |
| YUV | 165.82 | 150.67 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 162 | 206 | 0.23 | 0.21 | 0 | 0.19 | 235 | 0.33 | 0.71 |
| Hex | 9E | A2 | CE | 17 | 15 | 0 | 13 | EB | 21 | 47 |
| Octal | 236 | 242 | 316 | 27 | 25 | 0 | 23 | 353 | 41 | 107 |
| Binary | 10011110 | 10100010 | 11001110 | 10111 | 10101 | 0 | 10011 | 11101011 | 100001 | 1000111 |
Color Harmonies of #9EA2CE
Complementary color
Monochromatic Colors of #9EA2CE
Black with #9EA2CE
Text Example
Text Example
White with #9EA2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA2CE; }
p { color: rgb(158,162,206); }
H1.HeaderClassName
{
color: #9EA2CE;
}
.AnyTagClassName
{
color: #9EA2CE;
}
</style>
background-color css
<style>
a { background-color: #9EA2CE; }
a { background-color: rgb(158,162,206); }
div.DivClassName
{
background-color: #9EA2CE;
}
.BgClassName
{
background-color: #9EA2CE;
}
</style>
border-color css
<style>
span { border-color: #9EA2CE; }
span { border-color: rgb(158,162,206); }
td.TdClassName
{
border-color: #9EA2CE;
}
.TagClassName
{
border-color: #9EA2CE;
}
</style>