Shades of Mischka #9FABBF
Tints of Mischka #9FABBF
RGB
CMYK
RGB Variations
Color information
#9FABBF (or 0x9FABBF) is known color: Mischka. HEX triplet: 9F, AB and BF. RGB value is (159,171,191). Sum of RGB (Red+Green+Blue) = 159+171+191=521 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.52% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 191 - color contains mainly: blue. Hex color #9FABBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FABBF is #605440. Grayscale: #A9A9A9. Windows color (decimal): -6313025 or 12561311. OLE color: 12561311.
HSL color Cylindrical-coordinate representation of color #9FABBF: hue angle of 217.5º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9FABBF is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 171 | 191 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.25 |
| HSL | 217.5º | 0.2% | 0.69% | - |
| HSV(B) | 217.5º | 0.17% | 0.75% | - |
| XYZ | 38.26 | 40.26 | 55.04 | - |
| YUV | 169.69 | 140.02 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 171 | 191 | 0.17 | 0.10 | 0 | 0.25 | 217.5 | 0.2 | 0.69 |
| Hex | 9F | AB | BF | 11 | A | 0 | 19 | DA | 14 | 45 |
| Octal | 237 | 253 | 277 | 21 | 12 | 0 | 31 | 332 | 24 | 105 |
| Binary | 10011111 | 10101011 | 10111111 | 10001 | 1010 | 0 | 11001 | 11011010 | 10100 | 1000101 |
Color Harmonies of #9FABBF
Complementary color
Monochromatic Colors of #9FABBF
Black with #9FABBF
Text Example
Text Example
White with #9FABBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FABBF; }
p { color: rgb(159,171,191); }
H1.HeaderClassName
{
color: #9FABBF;
}
.AnyTagClassName
{
color: #9FABBF;
}
</style>
background-color css
<style>
a { background-color: #9FABBF; }
a { background-color: rgb(159,171,191); }
div.DivClassName
{
background-color: #9FABBF;
}
.BgClassName
{
background-color: #9FABBF;
}
</style>
border-color css
<style>
span { border-color: #9FABBF; }
span { border-color: rgb(159,171,191); }
td.TdClassName
{
border-color: #9FABBF;
}
.TagClassName
{
border-color: #9FABBF;
}
</style>