Shades of Morning Glory #96DCDF
Tints of Morning Glory #96DCDF
RGB
CMYK
RGB Variations
Color information
#96DCDF (or 0x96DCDF) is known color: Morning Glory. HEX triplet: 96, DC and DF. RGB value is (150,220,223). Sum of RGB (Red+Green+Blue) = 150+220+223=593 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.30% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #96DCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DCDF is #692320. Grayscale: #C7C7C7. Windows color (decimal): -6890273 or 14670998. OLE color: 14670998.
HSL color Cylindrical-coordinate representation of color #96DCDF: hue angle of 182.47º 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 #96DCDF is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 220 | 223 | - |
| CMYK | 0.33 | 0.01 | 0 | 0.13 |
| HSL | 182.47º | 0.53% | 0.73% | - |
| HSV(B) | 182.47º | 0.33% | 0.87% | - |
| XYZ | 51.49 | 63 | 79.26 | - |
| YUV | 199.41 | 141.31 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 220 | 223 | 0.33 | 0.01 | 0 | 0.13 | 182.47 | 0.53 | 0.73 |
| Hex | 96 | DC | DF | 21 | 1 | 0 | D | B6 | 35 | 49 |
| Octal | 226 | 334 | 337 | 41 | 1 | 0 | 15 | 266 | 65 | 111 |
| Binary | 10010110 | 11011100 | 11011111 | 100001 | 1 | 0 | 1101 | 10110110 | 110101 | 1001001 |
Color Harmonies of #96DCDF
Complementary color
Monochromatic Colors of #96DCDF
Black with #96DCDF
Text Example
Text Example
White with #96DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DCDF; }
p { color: rgb(150,220,223); }
H1.HeaderClassName
{
color: #96DCDF;
}
.AnyTagClassName
{
color: #96DCDF;
}
</style>
background-color css
<style>
a { background-color: #96DCDF; }
a { background-color: rgb(150,220,223); }
div.DivClassName
{
background-color: #96DCDF;
}
.BgClassName
{
background-color: #96DCDF;
}
</style>
border-color css
<style>
span { border-color: #96DCDF; }
span { border-color: rgb(150,220,223); }
td.TdClassName
{
border-color: #96DCDF;
}
.TagClassName
{
border-color: #96DCDF;
}
</style>