Shades of Morning Glory #94C6C8
Tints of Morning Glory #94C6C8
RGB
CMYK
RGB Variations
Color information
#94C6C8 (or 0x94C6C8) is known color: Morning Glory. HEX triplet: 94, C6 and C8. RGB value is (148,198,200). Sum of RGB (Red+Green+Blue) = 148+198+200=546 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.11% from 546); Green value is 198 (77.73% from 255 or 36.26% from 546); Blue value is 200 (78.52% from 255 or 36.63% from 546); Max value from RGB is 200 - color contains mainly: blue. Hex color #94C6C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C6C8 is #6B3937. Grayscale: #B7B7B7. Windows color (decimal): -7027000 or 13158036. OLE color: 13158036.
HSL color Cylindrical-coordinate representation of color #94C6C8: hue angle of 182.31º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94C6C8 is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 198 | 200 | - |
| CMYK | 0.26 | 0.01 | 0 | 0.22 |
| HSL | 182.31º | 0.32% | 0.68% | - |
| HSV(B) | 182.31º | 0.26% | 0.78% | - |
| XYZ | 42.83 | 50.85 | 62.2 | - |
| YUV | 183.28 | 137.44 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 198 | 200 | 0.26 | 0.01 | 0 | 0.22 | 182.31 | 0.32 | 0.68 |
| Hex | 94 | C6 | C8 | 1A | 1 | 0 | 16 | B6 | 20 | 44 |
| Octal | 224 | 306 | 310 | 32 | 1 | 0 | 26 | 266 | 40 | 104 |
| Binary | 10010100 | 11000110 | 11001000 | 11010 | 1 | 0 | 10110 | 10110110 | 100000 | 1000100 |
Color Harmonies of #94C6C8
Complementary color
Monochromatic Colors of #94C6C8
Black with #94C6C8
Text Example
Text Example
White with #94C6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C6C8; }
p { color: rgb(148,198,200); }
H1.HeaderClassName
{
color: #94C6C8;
}
.AnyTagClassName
{
color: #94C6C8;
}
</style>
background-color css
<style>
a { background-color: #94C6C8; }
a { background-color: rgb(148,198,200); }
div.DivClassName
{
background-color: #94C6C8;
}
.BgClassName
{
background-color: #94C6C8;
}
</style>
border-color css
<style>
span { border-color: #94C6C8; }
span { border-color: rgb(148,198,200); }
td.TdClassName
{
border-color: #94C6C8;
}
.TagClassName
{
border-color: #94C6C8;
}
</style>