Shades of Magic Mint #9BF8DD
Tints of Magic Mint #9BF8DD
RGB
CMYK
RGB Variations
Color information
#9BF8DD (or 0x9BF8DD) is known color: Magic Mint. HEX triplet: 9B, F8 and DD. RGB value is (155,248,221). Sum of RGB (Red+Green+Blue) = 155+248+221=624 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.84% from 624); Green value is 248 (97.27% from 255 or 39.74% from 624); Blue value is 221 (86.72% from 255 or 35.42% from 624); Max value from RGB is 248 - color contains mainly: green. Hex color #9BF8DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF8DD is #640722. Grayscale: #D9D9D9. Windows color (decimal): -6555427 or 14547099. OLE color: 14547099.
HSL color Cylindrical-coordinate representation of color #9BF8DD: hue angle of 162.58º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BF8DD is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 155 | 248 | 221 | - |
| CMYK | 0.38 | 0 | 0.11 | 0.03 |
| HSL | 162.58º | 0.87% | 0.79% | - |
| HSV(B) | 162.58º | 0.38% | 0.97% | - |
| XYZ | 60.14 | 79.32 | 80.55 | - |
| YUV | 217.12 | 130.19 | 83.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 248 | 221 | 0.38 | 0 | 0.11 | 0.03 | 162.58 | 0.87 | 0.79 |
| Hex | 9B | F8 | DD | 26 | 0 | B | 3 | A3 | 57 | 4F |
| Octal | 233 | 370 | 335 | 46 | 0 | 13 | 3 | 243 | 127 | 117 |
| Binary | 10011011 | 11111000 | 11011101 | 100110 | 0 | 1011 | 11 | 10100011 | 1010111 | 1001111 |
Color Harmonies of #9BF8DD
Complementary color
Monochromatic Colors of #9BF8DD
Black with #9BF8DD
Text Example
Text Example
White with #9BF8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF8DD; }
p { color: rgb(155,248,221); }
H1.HeaderClassName
{
color: #9BF8DD;
}
.AnyTagClassName
{
color: #9BF8DD;
}
</style>
background-color css
<style>
a { background-color: #9BF8DD; }
a { background-color: rgb(155,248,221); }
div.DivClassName
{
background-color: #9BF8DD;
}
.BgClassName
{
background-color: #9BF8DD;
}
</style>
border-color css
<style>
span { border-color: #9BF8DD; }
span { border-color: rgb(155,248,221); }
td.TdClassName
{
border-color: #9BF8DD;
}
.TagClassName
{
border-color: #9BF8DD;
}
</style>