Shades of Morning Glory #94D3DA
Tints of Morning Glory #94D3DA
RGB
CMYK
RGB Variations
Color information
#94D3DA (or 0x94D3DA) is known color: Morning Glory. HEX triplet: 94, D3 and DA. RGB value is (148,211,218). Sum of RGB (Red+Green+Blue) = 148+211+218=577 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.65% from 577); Green value is 211 (82.81% from 255 or 36.57% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 218 - color contains mainly: blue. Hex color #94D3DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D3DA is #6B2C25. Grayscale: #C0C0C0. Windows color (decimal): -7023654 or 14341012. OLE color: 14341012.
HSL color Cylindrical-coordinate representation of color #94D3DA: hue angle of 186º 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 #94D3DA is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 211 | 218 | - |
| CMYK | 0.32 | 0.03 | 0 | 0.15 |
| HSL | 186º | 0.49% | 0.72% | - |
| HSV(B) | 186º | 0.32% | 0.85% | - |
| XYZ | 48.16 | 57.95 | 74.98 | - |
| YUV | 192.96 | 142.13 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 211 | 218 | 0.32 | 0.03 | 0 | 0.15 | 186 | 0.49 | 0.72 |
| Hex | 94 | D3 | DA | 20 | 3 | 0 | F | BA | 31 | 48 |
| Octal | 224 | 323 | 332 | 40 | 3 | 0 | 17 | 272 | 61 | 110 |
| Binary | 10010100 | 11010011 | 11011010 | 100000 | 11 | 0 | 1111 | 10111010 | 110001 | 1001000 |
Color Harmonies of #94D3DA
Complementary color
Monochromatic Colors of #94D3DA
Black with #94D3DA
Text Example
Text Example
White with #94D3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D3DA; }
p { color: rgb(148,211,218); }
H1.HeaderClassName
{
color: #94D3DA;
}
.AnyTagClassName
{
color: #94D3DA;
}
</style>
background-color css
<style>
a { background-color: #94D3DA; }
a { background-color: rgb(148,211,218); }
div.DivClassName
{
background-color: #94D3DA;
}
.BgClassName
{
background-color: #94D3DA;
}
</style>
border-color css
<style>
span { border-color: #94D3DA; }
span { border-color: rgb(148,211,218); }
td.TdClassName
{
border-color: #94D3DA;
}
.TagClassName
{
border-color: #94D3DA;
}
</style>