Shades of Morning Glory #94D1DA
Tints of Morning Glory #94D1DA
RGB
CMYK
RGB Variations
Color information
#94D1DA (or 0x94D1DA) is known color: Morning Glory. HEX triplet: 94, D1 and DA. RGB value is (148,209,218). Sum of RGB (Red+Green+Blue) = 148+209+218=575 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.74% from 575); Green value is 209 (82.03% from 255 or 36.35% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 218 - color contains mainly: blue. Hex color #94D1DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D1DA is #6B2E25. Grayscale: #BFBFBF. Windows color (decimal): -7024166 or 14340500. OLE color: 14340500.
HSL color Cylindrical-coordinate representation of color #94D1DA: hue angle of 187.71º degrees, saturation: 0.49, 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 #94D1DA is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 209 | 218 | - |
| CMYK | 0.32 | 0.04 | 0 | 0.15 |
| HSL | 187.71º | 0.49% | 0.72% | - |
| HSV(B) | 187.71º | 0.32% | 0.85% | - |
| XYZ | 47.67 | 56.96 | 74.81 | - |
| YUV | 191.79 | 142.79 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 209 | 218 | 0.32 | 0.04 | 0 | 0.15 | 187.71 | 0.49 | 0.72 |
| Hex | 94 | D1 | DA | 20 | 4 | 0 | F | BC | 31 | 48 |
| Octal | 224 | 321 | 332 | 40 | 4 | 0 | 17 | 274 | 61 | 110 |
| Binary | 10010100 | 11010001 | 11011010 | 100000 | 100 | 0 | 1111 | 10111100 | 110001 | 1001000 |
Color Harmonies of #94D1DA
Complementary color
Monochromatic Colors of #94D1DA
Black with #94D1DA
Text Example
Text Example
White with #94D1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D1DA; }
p { color: rgb(148,209,218); }
H1.HeaderClassName
{
color: #94D1DA;
}
.AnyTagClassName
{
color: #94D1DA;
}
</style>
background-color css
<style>
a { background-color: #94D1DA; }
a { background-color: rgb(148,209,218); }
div.DivClassName
{
background-color: #94D1DA;
}
.BgClassName
{
background-color: #94D1DA;
}
</style>
border-color css
<style>
span { border-color: #94D1DA; }
span { border-color: rgb(148,209,218); }
td.TdClassName
{
border-color: #94D1DA;
}
.TagClassName
{
border-color: #94D1DA;
}
</style>