Shades of Morning Glory #94D7D8
Tints of Morning Glory #94D7D8
RGB
CMYK
RGB Variations
Color information
#94D7D8 (or 0x94D7D8) is known color: Morning Glory. HEX triplet: 94, D7 and D8. RGB value is (148,215,216). Sum of RGB (Red+Green+Blue) = 148+215+216=579 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.56% from 579); Green value is 215 (84.38% from 255 or 37.13% from 579); Blue value is 216 (84.77% from 255 or 37.31% from 579); Max value from RGB is 216 - color contains mainly: blue. Hex color #94D7D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D7D8 is #6B2827. Grayscale: #C3C3C3. Windows color (decimal): -7022632 or 14210964. OLE color: 14210964.
HSL color Cylindrical-coordinate representation of color #94D7D8: hue angle of 180.88º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94D7D8 is Cyan = 0.31, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 215 | 216 | - |
| CMYK | 0.31 | 0.00 | 0 | 0.15 |
| HSL | 180.88º | 0.47% | 0.71% | - |
| HSV(B) | 180.88º | 0.31% | 0.85% | - |
| XYZ | 48.91 | 59.85 | 73.94 | - |
| YUV | 195.08 | 139.8 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 215 | 216 | 0.31 | 0.00 | 0 | 0.15 | 180.88 | 0.47 | 0.71 |
| Hex | 94 | D7 | D8 | 1F | 0 | 0 | F | B5 | 2F | 47 |
| Octal | 224 | 327 | 330 | 37 | 0 | 0 | 17 | 265 | 57 | 107 |
| Binary | 10010100 | 11010111 | 11011000 | 11111 | 0 | 0 | 1111 | 10110101 | 101111 | 1000111 |
Color Harmonies of #94D7D8
Complementary color
Monochromatic Colors of #94D7D8
Black with #94D7D8
Text Example
Text Example
White with #94D7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D7D8; }
p { color: rgb(148,215,216); }
H1.HeaderClassName
{
color: #94D7D8;
}
.AnyTagClassName
{
color: #94D7D8;
}
</style>
background-color css
<style>
a { background-color: #94D7D8; }
a { background-color: rgb(148,215,216); }
div.DivClassName
{
background-color: #94D7D8;
}
.BgClassName
{
background-color: #94D7D8;
}
</style>
border-color css
<style>
span { border-color: #94D7D8; }
span { border-color: rgb(148,215,216); }
td.TdClassName
{
border-color: #94D7D8;
}
.TagClassName
{
border-color: #94D7D8;
}
</style>