Shades of Morning Glory #94D2D9
Tints of Morning Glory #94D2D9
RGB
CMYK
RGB Variations
Color information
#94D2D9 (or 0x94D2D9) is known color: Morning Glory. HEX triplet: 94, D2 and D9. RGB value is (148,210,217). Sum of RGB (Red+Green+Blue) = 148+210+217=575 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.74% from 575); Green value is 210 (82.42% from 255 or 36.52% from 575); Blue value is 217 (85.16% from 255 or 37.74% from 575); Max value from RGB is 217 - color contains mainly: blue. Hex color #94D2D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D2D9 is #6B2D26. Grayscale: #C0C0C0. Windows color (decimal): -7023911 or 14275220. OLE color: 14275220.
HSL color Cylindrical-coordinate representation of color #94D2D9: hue angle of 186.09º 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 #94D2D9 is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 210 | 217 | - |
| CMYK | 0.32 | 0.03 | 0 | 0.15 |
| HSL | 186.09º | 0.48% | 0.72% | - |
| HSV(B) | 186.09º | 0.32% | 0.85% | - |
| XYZ | 47.78 | 57.4 | 74.21 | - |
| YUV | 192.26 | 141.96 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 210 | 217 | 0.32 | 0.03 | 0 | 0.15 | 186.09 | 0.48 | 0.72 |
| Hex | 94 | D2 | D9 | 20 | 3 | 0 | F | BA | 30 | 48 |
| Octal | 224 | 322 | 331 | 40 | 3 | 0 | 17 | 272 | 60 | 110 |
| Binary | 10010100 | 11010010 | 11011001 | 100000 | 11 | 0 | 1111 | 10111010 | 110000 | 1001000 |
Color Harmonies of #94D2D9
Complementary color
Monochromatic Colors of #94D2D9
Black with #94D2D9
Text Example
Text Example
White with #94D2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D2D9; }
p { color: rgb(148,210,217); }
H1.HeaderClassName
{
color: #94D2D9;
}
.AnyTagClassName
{
color: #94D2D9;
}
</style>
background-color css
<style>
a { background-color: #94D2D9; }
a { background-color: rgb(148,210,217); }
div.DivClassName
{
background-color: #94D2D9;
}
.BgClassName
{
background-color: #94D2D9;
}
</style>
border-color css
<style>
span { border-color: #94D2D9; }
span { border-color: rgb(148,210,217); }
td.TdClassName
{
border-color: #94D2D9;
}
.TagClassName
{
border-color: #94D2D9;
}
</style>