Shades of Morning Glory #93DEDF
Tints of Morning Glory #93DEDF
RGB
CMYK
RGB Variations
Color information
#93DEDF (or 0x93DEDF) is known color: Morning Glory. HEX triplet: 93, DE and DF. RGB value is (147,222,223). Sum of RGB (Red+Green+Blue) = 147+222+223=592 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.83% from 592); Green value is 222 (87.11% from 255 or 37.5% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 223 - color contains mainly: blue. Hex color #93DEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DEDF is #6C2120. Grayscale: #C7C7C7. Windows color (decimal): -7086369 or 14671507. OLE color: 14671507.
HSL color Cylindrical-coordinate representation of color #93DEDF: hue angle of 180.79º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93DEDF is Cyan = 0.34, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 222 | 223 | - |
| CMYK | 0.34 | 0.00 | 0 | 0.13 |
| HSL | 180.79º | 0.54% | 0.73% | - |
| HSV(B) | 180.79º | 0.34% | 0.87% | - |
| XYZ | 51.47 | 63.77 | 79.41 | - |
| YUV | 199.69 | 141.15 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 222 | 223 | 0.34 | 0.00 | 0 | 0.13 | 180.79 | 0.54 | 0.73 |
| Hex | 93 | DE | DF | 22 | 0 | 0 | D | B5 | 36 | 49 |
| Octal | 223 | 336 | 337 | 42 | 0 | 0 | 15 | 265 | 66 | 111 |
| Binary | 10010011 | 11011110 | 11011111 | 100010 | 0 | 0 | 1101 | 10110101 | 110110 | 1001001 |
Color Harmonies of #93DEDF
Complementary color
Monochromatic Colors of #93DEDF
Black with #93DEDF
Text Example
Text Example
White with #93DEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DEDF; }
p { color: rgb(147,222,223); }
H1.HeaderClassName
{
color: #93DEDF;
}
.AnyTagClassName
{
color: #93DEDF;
}
</style>
background-color css
<style>
a { background-color: #93DEDF; }
a { background-color: rgb(147,222,223); }
div.DivClassName
{
background-color: #93DEDF;
}
.BgClassName
{
background-color: #93DEDF;
}
</style>
border-color css
<style>
span { border-color: #93DEDF; }
span { border-color: rgb(147,222,223); }
td.TdClassName
{
border-color: #93DEDF;
}
.TagClassName
{
border-color: #93DEDF;
}
</style>