Shades of Morning Glory #94D6D9
Tints of Morning Glory #94D6D9
RGB
CMYK
RGB Variations
Color information
#94D6D9 (or 0x94D6D9) is known color: Morning Glory. HEX triplet: 94, D6 and D9. RGB value is (148,214,217). Sum of RGB (Red+Green+Blue) = 148+214+217=579 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.56% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 217 (85.16% from 255 or 37.48% from 579); Max value from RGB is 217 - color contains mainly: blue. Hex color #94D6D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D6D9 is #6B2926. Grayscale: #C2C2C2. Windows color (decimal): -7022887 or 14276244. OLE color: 14276244.
HSL color Cylindrical-coordinate representation of color #94D6D9: hue angle of 182.61º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94D6D9 is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 214 | 217 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.15 |
| HSL | 182.61º | 0.48% | 0.72% | - |
| HSV(B) | 182.61º | 0.32% | 0.85% | - |
| XYZ | 48.78 | 59.4 | 74.54 | - |
| YUV | 194.61 | 140.63 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 214 | 217 | 0.32 | 0.01 | 0 | 0.15 | 182.61 | 0.48 | 0.72 |
| Hex | 94 | D6 | D9 | 20 | 1 | 0 | F | B7 | 30 | 48 |
| Octal | 224 | 326 | 331 | 40 | 1 | 0 | 17 | 267 | 60 | 110 |
| Binary | 10010100 | 11010110 | 11011001 | 100000 | 1 | 0 | 1111 | 10110111 | 110000 | 1001000 |
Color Harmonies of #94D6D9
Complementary color
Monochromatic Colors of #94D6D9
Black with #94D6D9
Text Example
Text Example
White with #94D6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D6D9; }
p { color: rgb(148,214,217); }
H1.HeaderClassName
{
color: #94D6D9;
}
.AnyTagClassName
{
color: #94D6D9;
}
</style>
background-color css
<style>
a { background-color: #94D6D9; }
a { background-color: rgb(148,214,217); }
div.DivClassName
{
background-color: #94D6D9;
}
.BgClassName
{
background-color: #94D6D9;
}
</style>
border-color css
<style>
span { border-color: #94D6D9; }
span { border-color: rgb(148,214,217); }
td.TdClassName
{
border-color: #94D6D9;
}
.TagClassName
{
border-color: #94D6D9;
}
</style>