Shades of Morning Glory #94CDD0
Tints of Morning Glory #94CDD0
RGB
CMYK
RGB Variations
Color information
#94CDD0 (or 0x94CDD0) is known color: Morning Glory. HEX triplet: 94, CD and D0. RGB value is (148,205,208). Sum of RGB (Red+Green+Blue) = 148+205+208=561 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.38% from 561); Green value is 205 (80.47% from 255 or 36.54% from 561); Blue value is 208 (81.64% from 255 or 37.08% from 561); Max value from RGB is 208 - color contains mainly: blue. Hex color #94CDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CDD0 is #6B322F. Grayscale: #BCBCBC. Windows color (decimal): -7025200 or 13684116. OLE color: 13684116.
HSL color Cylindrical-coordinate representation of color #94CDD0: hue angle of 183º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94CDD0 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 205 | 208 | - |
| CMYK | 0.29 | 0.01 | 0 | 0.18 |
| HSL | 183º | 0.39% | 0.7% | - |
| HSV(B) | 183º | 0.29% | 0.82% | - |
| XYZ | 45.43 | 54.51 | 67.8 | - |
| YUV | 188.3 | 139.12 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 205 | 208 | 0.29 | 0.01 | 0 | 0.18 | 183 | 0.39 | 0.7 |
| Hex | 94 | CD | D0 | 1D | 1 | 0 | 12 | B7 | 27 | 46 |
| Octal | 224 | 315 | 320 | 35 | 1 | 0 | 22 | 267 | 47 | 106 |
| Binary | 10010100 | 11001101 | 11010000 | 11101 | 1 | 0 | 10010 | 10110111 | 100111 | 1000110 |
Color Harmonies of #94CDD0
Complementary color
Monochromatic Colors of #94CDD0
Black with #94CDD0
Text Example
Text Example
White with #94CDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CDD0; }
p { color: rgb(148,205,208); }
H1.HeaderClassName
{
color: #94CDD0;
}
.AnyTagClassName
{
color: #94CDD0;
}
</style>
background-color css
<style>
a { background-color: #94CDD0; }
a { background-color: rgb(148,205,208); }
div.DivClassName
{
background-color: #94CDD0;
}
.BgClassName
{
background-color: #94CDD0;
}
</style>
border-color css
<style>
span { border-color: #94CDD0; }
span { border-color: rgb(148,205,208); }
td.TdClassName
{
border-color: #94CDD0;
}
.TagClassName
{
border-color: #94CDD0;
}
</style>