Shades of Morning Glory #94D7DE
Tints of Morning Glory #94D7DE
RGB
CMYK
RGB Variations
Color information
#94D7DE (or 0x94D7DE) is known color: Morning Glory. HEX triplet: 94, D7 and DE. RGB value is (148,215,222). Sum of RGB (Red+Green+Blue) = 148+215+222=585 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.30% from 585); Green value is 215 (84.38% from 255 or 36.75% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 222 - color contains mainly: blue. Hex color #94D7DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D7DE is #6B2821. Grayscale: #C3C3C3. Windows color (decimal): -7022626 or 14604180. OLE color: 14604180.
HSL color Cylindrical-coordinate representation of color #94D7DE: hue angle of 185.68º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94D7DE is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 215 | 222 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.13 |
| HSL | 185.68º | 0.53% | 0.73% | - |
| HSV(B) | 185.68º | 0.33% | 0.87% | - |
| XYZ | 49.7 | 60.17 | 78.1 | - |
| YUV | 195.77 | 142.8 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 215 | 222 | 0.33 | 0.03 | 0 | 0.13 | 185.68 | 0.53 | 0.73 |
| Hex | 94 | D7 | DE | 21 | 3 | 0 | D | BA | 35 | 49 |
| Octal | 224 | 327 | 336 | 41 | 3 | 0 | 15 | 272 | 65 | 111 |
| Binary | 10010100 | 11010111 | 11011110 | 100001 | 11 | 0 | 1101 | 10111010 | 110101 | 1001001 |
Color Harmonies of #94D7DE
Complementary color
Monochromatic Colors of #94D7DE
Black with #94D7DE
Text Example
Text Example
White with #94D7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D7DE; }
p { color: rgb(148,215,222); }
H1.HeaderClassName
{
color: #94D7DE;
}
.AnyTagClassName
{
color: #94D7DE;
}
</style>
background-color css
<style>
a { background-color: #94D7DE; }
a { background-color: rgb(148,215,222); }
div.DivClassName
{
background-color: #94D7DE;
}
.BgClassName
{
background-color: #94D7DE;
}
</style>
border-color css
<style>
span { border-color: #94D7DE; }
span { border-color: rgb(148,215,222); }
td.TdClassName
{
border-color: #94D7DE;
}
.TagClassName
{
border-color: #94D7DE;
}
</style>