Shades of Morning Glory #94CED4
Tints of Morning Glory #94CED4
RGB
CMYK
RGB Variations
Color information
#94CED4 (or 0x94CED4) is known color: Morning Glory. HEX triplet: 94, CE and D4. RGB value is (148,206,212). Sum of RGB (Red+Green+Blue) = 148+206+212=566 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.15% from 566); Green value is 206 (80.86% from 255 or 36.40% from 566); Blue value is 212 (83.20% from 255 or 37.46% from 566); Max value from RGB is 212 - color contains mainly: blue. Hex color #94CED4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CED4 is #6B312B. Grayscale: #BDBDBD. Windows color (decimal): -7024940 or 13946516. OLE color: 13946516.
HSL color Cylindrical-coordinate representation of color #94CED4: hue angle of 185.62º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94CED4 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 148 | 206 | 212 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.17 |
| HSL | 185.63º | 0.43% | 0.71% | - |
| HSV(B) | 185.63º | 0.3% | 0.83% | - |
| XYZ | 46.17 | 55.19 | 70.51 | - |
| YUV | 189.34 | 140.78 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 206 | 212 | 0.30 | 0.03 | 0 | 0.17 | 185.63 | 0.43 | 0.71 |
| Hex | 94 | CE | D4 | 1E | 3 | 0 | 11 | BA | 2B | 47 |
| Octal | 224 | 316 | 324 | 36 | 3 | 0 | 21 | 272 | 53 | 107 |
| Binary | 10010100 | 11001110 | 11010100 | 11110 | 11 | 0 | 10001 | 10111010 | 101011 | 1000111 |
Color Harmonies of #94CED4
Complementary color
Monochromatic Colors of #94CED4
Black with #94CED4
Text Example
Text Example
White with #94CED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CED4; }
p { color: rgb(148,206,212); }
H1.HeaderClassName
{
color: #94CED4;
}
.AnyTagClassName
{
color: #94CED4;
}
</style>
background-color css
<style>
a { background-color: #94CED4; }
a { background-color: rgb(148,206,212); }
div.DivClassName
{
background-color: #94CED4;
}
.BgClassName
{
background-color: #94CED4;
}
</style>
border-color css
<style>
span { border-color: #94CED4; }
span { border-color: rgb(148,206,212); }
td.TdClassName
{
border-color: #94CED4;
}
.TagClassName
{
border-color: #94CED4;
}
</style>