Shades of Morning Glory #94D7DD
Tints of Morning Glory #94D7DD
RGB
CMYK
RGB Variations
Color information
#94D7DD (or 0x94D7DD) is known color: Morning Glory. HEX triplet: 94, D7 and DD. RGB value is (148,215,221). Sum of RGB (Red+Green+Blue) = 148+215+221=584 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.34% from 584); Green value is 215 (84.38% from 255 or 36.82% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #94D7DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D7DD is #6B2822. Grayscale: #C3C3C3. Windows color (decimal): -7022627 or 14538644. OLE color: 14538644.
HSL color Cylindrical-coordinate representation of color #94D7DD: hue angle of 184.93º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94D7DD is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 215 | 221 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.13 |
| HSL | 184.93º | 0.52% | 0.72% | - |
| HSV(B) | 184.93º | 0.33% | 0.87% | - |
| XYZ | 49.56 | 60.12 | 77.4 | - |
| YUV | 195.65 | 142.3 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 215 | 221 | 0.33 | 0.03 | 0 | 0.13 | 184.93 | 0.52 | 0.72 |
| Hex | 94 | D7 | DD | 21 | 3 | 0 | D | B9 | 34 | 48 |
| Octal | 224 | 327 | 335 | 41 | 3 | 0 | 15 | 271 | 64 | 110 |
| Binary | 10010100 | 11010111 | 11011101 | 100001 | 11 | 0 | 1101 | 10111001 | 110100 | 1001000 |
Color Harmonies of #94D7DD
Complementary color
Monochromatic Colors of #94D7DD
Black with #94D7DD
Text Example
Text Example
White with #94D7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D7DD; }
p { color: rgb(148,215,221); }
H1.HeaderClassName
{
color: #94D7DD;
}
.AnyTagClassName
{
color: #94D7DD;
}
</style>
background-color css
<style>
a { background-color: #94D7DD; }
a { background-color: rgb(148,215,221); }
div.DivClassName
{
background-color: #94D7DD;
}
.BgClassName
{
background-color: #94D7DD;
}
</style>
border-color css
<style>
span { border-color: #94D7DD; }
span { border-color: rgb(148,215,221); }
td.TdClassName
{
border-color: #94D7DD;
}
.TagClassName
{
border-color: #94D7DD;
}
</style>