Shades of Blue Bell #9EA2D3
Tints of Blue Bell #9EA2D3
RGB
CMYK
RGB Variations
Color information
#9EA2D3 (or 0x9EA2D3) is known color: Blue Bell. HEX triplet: 9E, A2 and D3. RGB value is (158,162,211). Sum of RGB (Red+Green+Blue) = 158+162+211=531 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.76% from 531); Green value is 162 (63.67% from 255 or 30.51% from 531); Blue value is 211 (82.81% from 255 or 39.74% from 531); Max value from RGB is 211 - color contains mainly: blue. Hex color #9EA2D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA2D3 is #615D2C. Grayscale: #A6A6A6. Windows color (decimal): -6380845 or 13869726. OLE color: 13869726.
HSL color Cylindrical-coordinate representation of color #9EA2D3: hue angle of 235.47º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9EA2D3 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 158 | 162 | 211 | - |
| CMYK | 0.25 | 0.23 | 0 | 0.17 |
| HSL | 235.47º | 0.38% | 0.72% | - |
| HSV(B) | 235.47º | 0.25% | 0.83% | - |
| XYZ | 38.78 | 37.81 | 66.88 | - |
| YUV | 166.39 | 153.17 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 162 | 211 | 0.25 | 0.23 | 0 | 0.17 | 235.47 | 0.38 | 0.72 |
| Hex | 9E | A2 | D3 | 19 | 17 | 0 | 11 | EB | 26 | 48 |
| Octal | 236 | 242 | 323 | 31 | 27 | 0 | 21 | 353 | 46 | 110 |
| Binary | 10011110 | 10100010 | 11010011 | 11001 | 10111 | 0 | 10001 | 11101011 | 100110 | 1001000 |
Color Harmonies of #9EA2D3
Complementary color
Monochromatic Colors of #9EA2D3
Black with #9EA2D3
Text Example
Text Example
White with #9EA2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA2D3; }
p { color: rgb(158,162,211); }
H1.HeaderClassName
{
color: #9EA2D3;
}
.AnyTagClassName
{
color: #9EA2D3;
}
</style>
background-color css
<style>
a { background-color: #9EA2D3; }
a { background-color: rgb(158,162,211); }
div.DivClassName
{
background-color: #9EA2D3;
}
.BgClassName
{
background-color: #9EA2D3;
}
</style>
border-color css
<style>
span { border-color: #9EA2D3; }
span { border-color: rgb(158,162,211); }
td.TdClassName
{
border-color: #9EA2D3;
}
.TagClassName
{
border-color: #9EA2D3;
}
</style>