Shades of Morning Glory #94C7CA
Tints of Morning Glory #94C7CA
RGB
CMYK
RGB Variations
Color information
#94C7CA (or 0x94C7CA) is known color: Morning Glory. HEX triplet: 94, C7 and CA. RGB value is (148,199,202). Sum of RGB (Red+Green+Blue) = 148+199+202=549 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.96% from 549); Green value is 199 (78.12% from 255 or 36.25% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 202 - color contains mainly: blue. Hex color #94C7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C7CA is #6B3835. Grayscale: #B8B8B8. Windows color (decimal): -7026742 or 13289364. OLE color: 13289364.
HSL color Cylindrical-coordinate representation of color #94C7CA: hue angle of 183.33º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94C7CA is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 199 | 202 | - |
| CMYK | 0.27 | 0.01 | 0 | 0.21 |
| HSL | 183.33º | 0.34% | 0.69% | - |
| HSV(B) | 183.33º | 0.27% | 0.79% | - |
| XYZ | 43.3 | 51.41 | 63.52 | - |
| YUV | 184.09 | 138.1 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 199 | 202 | 0.27 | 0.01 | 0 | 0.21 | 183.33 | 0.34 | 0.69 |
| Hex | 94 | C7 | CA | 1B | 1 | 0 | 15 | B7 | 22 | 45 |
| Octal | 224 | 307 | 312 | 33 | 1 | 0 | 25 | 267 | 42 | 105 |
| Binary | 10010100 | 11000111 | 11001010 | 11011 | 1 | 0 | 10101 | 10110111 | 100010 | 1000101 |
Color Harmonies of #94C7CA
Complementary color
Monochromatic Colors of #94C7CA
Black with #94C7CA
Text Example
Text Example
White with #94C7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C7CA; }
p { color: rgb(148,199,202); }
H1.HeaderClassName
{
color: #94C7CA;
}
.AnyTagClassName
{
color: #94C7CA;
}
</style>
background-color css
<style>
a { background-color: #94C7CA; }
a { background-color: rgb(148,199,202); }
div.DivClassName
{
background-color: #94C7CA;
}
.BgClassName
{
background-color: #94C7CA;
}
</style>
border-color css
<style>
span { border-color: #94C7CA; }
span { border-color: rgb(148,199,202); }
td.TdClassName
{
border-color: #94C7CA;
}
.TagClassName
{
border-color: #94C7CA;
}
</style>