Shades of Mischka #9FAABC
Tints of Mischka #9FAABC
RGB
CMYK
RGB Variations
Color information
#9FAABC (or 0x9FAABC) is known color: Mischka. HEX triplet: 9F, AA and BC. RGB value is (159,170,188). Sum of RGB (Red+Green+Blue) = 159+170+188=517 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.75% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 188 - color contains mainly: blue. Hex color #9FAABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FAABC is #605543. Grayscale: #A8A8A8. Windows color (decimal): -6313284 or 12364447. OLE color: 12364447.
HSL color Cylindrical-coordinate representation of color #9FAABC: hue angle of 217.24º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FAABC is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 170 | 188 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.26 |
| HSL | 217.24º | 0.18% | 0.68% | - |
| HSV(B) | 217.24º | 0.15% | 0.74% | - |
| XYZ | 37.75 | 39.75 | 53.26 | - |
| YUV | 168.76 | 138.86 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 188 | 0.15 | 0.10 | 0 | 0.26 | 217.24 | 0.18 | 0.68 |
| Hex | 9F | AA | BC | F | A | 0 | 1A | D9 | 12 | 44 |
| Octal | 237 | 252 | 274 | 17 | 12 | 0 | 32 | 331 | 22 | 104 |
| Binary | 10011111 | 10101010 | 10111100 | 1111 | 1010 | 0 | 11010 | 11011001 | 10010 | 1000100 |
Color Harmonies of #9FAABC
Complementary color
Monochromatic Colors of #9FAABC
Black with #9FAABC
Text Example
Text Example
White with #9FAABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAABC; }
p { color: rgb(159,170,188); }
H1.HeaderClassName
{
color: #9FAABC;
}
.AnyTagClassName
{
color: #9FAABC;
}
</style>
background-color css
<style>
a { background-color: #9FAABC; }
a { background-color: rgb(159,170,188); }
div.DivClassName
{
background-color: #9FAABC;
}
.BgClassName
{
background-color: #9FAABC;
}
</style>
border-color css
<style>
span { border-color: #9FAABC; }
span { border-color: rgb(159,170,188); }
td.TdClassName
{
border-color: #9FAABC;
}
.TagClassName
{
border-color: #9FAABC;
}
</style>