Shades of Morning Glory #9BE1DD
Tints of Morning Glory #9BE1DD
RGB
CMYK
RGB Variations
Color information
#9BE1DD (or 0x9BE1DD) is known color: Morning Glory. HEX triplet: 9B, E1 and DD. RGB value is (155,225,221). Sum of RGB (Red+Green+Blue) = 155+225+221=601 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.79% from 601); Green value is 225 (88.28% from 255 or 37.44% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 225 - color contains mainly: green. Hex color #9BE1DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BE1DD is #641E22. Grayscale: #CBCBCB. Windows color (decimal): -6561315 or 14541211. OLE color: 14541211.
HSL color Cylindrical-coordinate representation of color #9BE1DD: hue angle of 176.57º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BE1DD is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 155 | 225 | 221 | - |
| CMYK | 0.31 | 0 | 0.02 | 0.12 |
| HSL | 176.57º | 0.54% | 0.75% | - |
| HSV(B) | 176.57º | 0.31% | 0.88% | - |
| XYZ | 53.49 | 66.04 | 78.33 | - |
| YUV | 203.61 | 137.81 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 225 | 221 | 0.31 | 0 | 0.02 | 0.12 | 176.57 | 0.54 | 0.75 |
| Hex | 9B | E1 | DD | 1F | 0 | 2 | C | B1 | 36 | 4B |
| Octal | 233 | 341 | 335 | 37 | 0 | 2 | 14 | 261 | 66 | 113 |
| Binary | 10011011 | 11100001 | 11011101 | 11111 | 0 | 10 | 1100 | 10110001 | 110110 | 1001011 |
Color Harmonies of #9BE1DD
Complementary color
Monochromatic Colors of #9BE1DD
Black with #9BE1DD
Text Example
Text Example
White with #9BE1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE1DD; }
p { color: rgb(155,225,221); }
H1.HeaderClassName
{
color: #9BE1DD;
}
.AnyTagClassName
{
color: #9BE1DD;
}
</style>
background-color css
<style>
a { background-color: #9BE1DD; }
a { background-color: rgb(155,225,221); }
div.DivClassName
{
background-color: #9BE1DD;
}
.BgClassName
{
background-color: #9BE1DD;
}
</style>
border-color css
<style>
span { border-color: #9BE1DD; }
span { border-color: rgb(155,225,221); }
td.TdClassName
{
border-color: #9BE1DD;
}
.TagClassName
{
border-color: #9BE1DD;
}
</style>