Shades of Morning Glory #93DADC
Tints of Morning Glory #93DADC
RGB
CMYK
RGB Variations
Color information
#93DADC (or 0x93DADC) is known color: Morning Glory. HEX triplet: 93, DA and DC. RGB value is (147,218,220). Sum of RGB (Red+Green+Blue) = 147+218+220=585 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.13% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #93DADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DADC is #6C2523. Grayscale: #C4C4C4. Windows color (decimal): -7087396 or 14473875. OLE color: 14473875.
HSL color Cylindrical-coordinate representation of color #93DADC: hue angle of 181.64º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DADC is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 218 | 220 | - |
| CMYK | 0.33 | 0.01 | 0 | 0.14 |
| HSL | 181.64º | 0.51% | 0.72% | - |
| HSV(B) | 181.64º | 0.33% | 0.86% | - |
| XYZ | 50.02 | 61.51 | 76.95 | - |
| YUV | 197 | 140.98 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 218 | 220 | 0.33 | 0.01 | 0 | 0.14 | 181.64 | 0.51 | 0.72 |
| Hex | 93 | DA | DC | 21 | 1 | 0 | E | B6 | 33 | 48 |
| Octal | 223 | 332 | 334 | 41 | 1 | 0 | 16 | 266 | 63 | 110 |
| Binary | 10010011 | 11011010 | 11011100 | 100001 | 1 | 0 | 1110 | 10110110 | 110011 | 1001000 |
Color Harmonies of #93DADC
Complementary color
Monochromatic Colors of #93DADC
Black with #93DADC
Text Example
Text Example
White with #93DADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DADC; }
p { color: rgb(147,218,220); }
H1.HeaderClassName
{
color: #93DADC;
}
.AnyTagClassName
{
color: #93DADC;
}
</style>
background-color css
<style>
a { background-color: #93DADC; }
a { background-color: rgb(147,218,220); }
div.DivClassName
{
background-color: #93DADC;
}
.BgClassName
{
background-color: #93DADC;
}
</style>
border-color css
<style>
span { border-color: #93DADC; }
span { border-color: rgb(147,218,220); }
td.TdClassName
{
border-color: #93DADC;
}
.TagClassName
{
border-color: #93DADC;
}
</style>