Shades of Morning Glory #96DDDF
Tints of Morning Glory #96DDDF
RGB
CMYK
RGB Variations
Color information
#96DDDF (or 0x96DDDF) is known color: Morning Glory. HEX triplet: 96, DD and DF. RGB value is (150,221,223). Sum of RGB (Red+Green+Blue) = 150+221+223=594 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.25% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #96DDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DDDF is #692220. Grayscale: #C7C7C7. Windows color (decimal): -6890017 or 14671254. OLE color: 14671254.
HSL color Cylindrical-coordinate representation of color #96DDDF: hue angle of 181.64º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96DDDF is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 221 | 223 | - |
| CMYK | 0.33 | 0.01 | 0 | 0.13 |
| HSL | 181.64º | 0.53% | 0.73% | - |
| HSV(B) | 181.64º | 0.33% | 0.87% | - |
| XYZ | 51.75 | 63.52 | 79.35 | - |
| YUV | 200 | 140.98 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 221 | 223 | 0.33 | 0.01 | 0 | 0.13 | 181.64 | 0.53 | 0.73 |
| Hex | 96 | DD | DF | 21 | 1 | 0 | D | B6 | 35 | 49 |
| Octal | 226 | 335 | 337 | 41 | 1 | 0 | 15 | 266 | 65 | 111 |
| Binary | 10010110 | 11011101 | 11011111 | 100001 | 1 | 0 | 1101 | 10110110 | 110101 | 1001001 |
Color Harmonies of #96DDDF
Complementary color
Monochromatic Colors of #96DDDF
Black with #96DDDF
Text Example
Text Example
White with #96DDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DDDF; }
p { color: rgb(150,221,223); }
H1.HeaderClassName
{
color: #96DDDF;
}
.AnyTagClassName
{
color: #96DDDF;
}
</style>
background-color css
<style>
a { background-color: #96DDDF; }
a { background-color: rgb(150,221,223); }
div.DivClassName
{
background-color: #96DDDF;
}
.BgClassName
{
background-color: #96DDDF;
}
</style>
border-color css
<style>
span { border-color: #96DDDF; }
span { border-color: rgb(150,221,223); }
td.TdClassName
{
border-color: #96DDDF;
}
.TagClassName
{
border-color: #96DDDF;
}
</style>