Shades of Morning Glory #9BDFDE
Tints of Morning Glory #9BDFDE
RGB
CMYK
RGB Variations
Color information
#9BDFDE (or 0x9BDFDE) is known color: Morning Glory. HEX triplet: 9B, DF and DE. RGB value is (155,223,222). Sum of RGB (Red+Green+Blue) = 155+223+222=600 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.83% from 600); Green value is 223 (87.5% from 255 or 37.17% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDFDE is #642021. Grayscale: #CACACA. Windows color (decimal): -6561826 or 14606235. OLE color: 14606235.
HSL color Cylindrical-coordinate representation of color #9BDFDE: hue angle of 179.12º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDFDE is Cyan = 0.30, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 223 | 222 | - |
| CMYK | 0.30 | 0 | 0.00 | 0.13 |
| HSL | 179.12º | 0.52% | 0.74% | - |
| HSV(B) | 179.12º | 0.3% | 0.87% | - |
| XYZ | 53.09 | 65.02 | 78.86 | - |
| YUV | 202.55 | 138.97 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 223 | 222 | 0.30 | 0 | 0.00 | 0.13 | 179.12 | 0.52 | 0.74 |
| Hex | 9B | DF | DE | 1E | 0 | 0 | D | B3 | 34 | 4A |
| Octal | 233 | 337 | 336 | 36 | 0 | 0 | 15 | 263 | 64 | 112 |
| Binary | 10011011 | 11011111 | 11011110 | 11110 | 0 | 0 | 1101 | 10110011 | 110100 | 1001010 |
Color Harmonies of #9BDFDE
Complementary color
Monochromatic Colors of #9BDFDE
Black with #9BDFDE
Text Example
Text Example
White with #9BDFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDFDE; }
p { color: rgb(155,223,222); }
H1.HeaderClassName
{
color: #9BDFDE;
}
.AnyTagClassName
{
color: #9BDFDE;
}
</style>
background-color css
<style>
a { background-color: #9BDFDE; }
a { background-color: rgb(155,223,222); }
div.DivClassName
{
background-color: #9BDFDE;
}
.BgClassName
{
background-color: #9BDFDE;
}
</style>
border-color css
<style>
span { border-color: #9BDFDE; }
span { border-color: rgb(155,223,222); }
td.TdClassName
{
border-color: #9BDFDE;
}
.TagClassName
{
border-color: #9BDFDE;
}
</style>