Shades of Mischka #9EA6BF
Tints of Mischka #9EA6BF
RGB
CMYK
RGB Variations
Color information
#9EA6BF (or 0x9EA6BF) is known color: Mischka. HEX triplet: 9E, A6 and BF. RGB value is (158,166,191). Sum of RGB (Red+Green+Blue) = 158+166+191=515 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.68% from 515); Green value is 166 (65.23% from 255 or 32.23% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 191 - color contains mainly: blue. Hex color #9EA6BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA6BF is #615940. Grayscale: #A6A6A6. Windows color (decimal): -6379841 or 12560030. OLE color: 12560030.
HSL color Cylindrical-coordinate representation of color #9EA6BF: hue angle of 225.45º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9EA6BF is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 166 | 191 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.25 |
| HSL | 225.45º | 0.2% | 0.68% | - |
| HSV(B) | 225.45º | 0.17% | 0.75% | - |
| XYZ | 37.14 | 38.3 | 54.73 | - |
| YUV | 166.46 | 141.85 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 166 | 191 | 0.17 | 0.13 | 0 | 0.25 | 225.45 | 0.2 | 0.68 |
| Hex | 9E | A6 | BF | 11 | D | 0 | 19 | E1 | 14 | 44 |
| Octal | 236 | 246 | 277 | 21 | 15 | 0 | 31 | 341 | 24 | 104 |
| Binary | 10011110 | 10100110 | 10111111 | 10001 | 1101 | 0 | 11001 | 11100001 | 10100 | 1000100 |
Color Harmonies of #9EA6BF
Complementary color
Monochromatic Colors of #9EA6BF
Black with #9EA6BF
Text Example
Text Example
White with #9EA6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA6BF; }
p { color: rgb(158,166,191); }
H1.HeaderClassName
{
color: #9EA6BF;
}
.AnyTagClassName
{
color: #9EA6BF;
}
</style>
background-color css
<style>
a { background-color: #9EA6BF; }
a { background-color: rgb(158,166,191); }
div.DivClassName
{
background-color: #9EA6BF;
}
.BgClassName
{
background-color: #9EA6BF;
}
</style>
border-color css
<style>
span { border-color: #9EA6BF; }
span { border-color: rgb(158,166,191); }
td.TdClassName
{
border-color: #9EA6BF;
}
.TagClassName
{
border-color: #9EA6BF;
}
</style>