Shades of Magic Mint #9BECD5
Tints of Magic Mint #9BECD5
RGB
CMYK
RGB Variations
Color information
#9BECD5 (or 0x9BECD5) is known color: Magic Mint. HEX triplet: 9B, EC and D5. RGB value is (155,236,213). Sum of RGB (Red+Green+Blue) = 155+236+213=604 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.66% from 604); Green value is 236 (92.58% from 255 or 39.07% from 604); Blue value is 213 (83.59% from 255 or 35.26% from 604); Max value from RGB is 236 - color contains mainly: green. Hex color #9BECD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BECD5 is #64132A. Grayscale: #D1D1D1. Windows color (decimal): -6558507 or 14019739. OLE color: 14019739.
HSL color Cylindrical-coordinate representation of color #9BECD5: hue angle of 162.96º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BECD5 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 236 | 213 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.07 |
| HSL | 162.96º | 0.68% | 0.77% | - |
| HSV(B) | 162.96º | 0.34% | 0.93% | - |
| XYZ | 55.52 | 71.76 | 73.88 | - |
| YUV | 209.16 | 130.16 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 236 | 213 | 0.34 | 0 | 0.10 | 0.07 | 162.96 | 0.68 | 0.77 |
| Hex | 9B | EC | D5 | 22 | 0 | A | 7 | A3 | 44 | 4D |
| Octal | 233 | 354 | 325 | 42 | 0 | 12 | 7 | 243 | 104 | 115 |
| Binary | 10011011 | 11101100 | 11010101 | 100010 | 0 | 1010 | 111 | 10100011 | 1000100 | 1001101 |
Color Harmonies of #9BECD5
Complementary color
Monochromatic Colors of #9BECD5
Black with #9BECD5
Text Example
Text Example
White with #9BECD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BECD5; }
p { color: rgb(155,236,213); }
H1.HeaderClassName
{
color: #9BECD5;
}
.AnyTagClassName
{
color: #9BECD5;
}
</style>
background-color css
<style>
a { background-color: #9BECD5; }
a { background-color: rgb(155,236,213); }
div.DivClassName
{
background-color: #9BECD5;
}
.BgClassName
{
background-color: #9BECD5;
}
</style>
border-color css
<style>
span { border-color: #9BECD5; }
span { border-color: rgb(155,236,213); }
td.TdClassName
{
border-color: #9BECD5;
}
.TagClassName
{
border-color: #9BECD5;
}
</style>