Shades of Morning Glory #94D3CE
Tints of Morning Glory #94D3CE
RGB
CMYK
RGB Variations
Color information
#94D3CE (or 0x94D3CE) is known color: Morning Glory. HEX triplet: 94, D3 and CE. RGB value is (148,211,206). Sum of RGB (Red+Green+Blue) = 148+211+206=565 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.19% from 565); Green value is 211 (82.81% from 255 or 37.35% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 211 - color contains mainly: green. Hex color #94D3CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D3CE is #6B2C31. Grayscale: #BFBFBF. Windows color (decimal): -7023666 or 13554580. OLE color: 13554580.
HSL color Cylindrical-coordinate representation of color #94D3CE: hue angle of 175.24º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94D3CE is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 148 | 211 | 206 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.17 |
| HSL | 175.24º | 0.42% | 0.7% | - |
| HSV(B) | 175.24º | 0.3% | 0.83% | - |
| XYZ | 46.65 | 57.34 | 67 | - |
| YUV | 191.59 | 136.13 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 211 | 206 | 0.30 | 0 | 0.02 | 0.17 | 175.24 | 0.42 | 0.7 |
| Hex | 94 | D3 | CE | 1E | 0 | 2 | 11 | AF | 2A | 46 |
| Octal | 224 | 323 | 316 | 36 | 0 | 2 | 21 | 257 | 52 | 106 |
| Binary | 10010100 | 11010011 | 11001110 | 11110 | 0 | 10 | 10001 | 10101111 | 101010 | 1000110 |
Color Harmonies of #94D3CE
Complementary color
Monochromatic Colors of #94D3CE
Black with #94D3CE
Text Example
Text Example
White with #94D3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D3CE; }
p { color: rgb(148,211,206); }
H1.HeaderClassName
{
color: #94D3CE;
}
.AnyTagClassName
{
color: #94D3CE;
}
</style>
background-color css
<style>
a { background-color: #94D3CE; }
a { background-color: rgb(148,211,206); }
div.DivClassName
{
background-color: #94D3CE;
}
.BgClassName
{
background-color: #94D3CE;
}
</style>
border-color css
<style>
span { border-color: #94D3CE; }
span { border-color: rgb(148,211,206); }
td.TdClassName
{
border-color: #94D3CE;
}
.TagClassName
{
border-color: #94D3CE;
}
</style>