Shades of Morning Glory #94DBDB
Tints of Morning Glory #94DBDB
RGB
CMYK
RGB Variations
Color information
#94DBDB (or 0x94DBDB) is known color: Morning Glory. HEX triplet: 94, DB and DB. RGB value is (148,219,219). Sum of RGB (Red+Green+Blue) = 148+219+219=586 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.26% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #94DBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DBDB is #6B2424. Grayscale: #C5C5C5. Windows color (decimal): -7021605 or 14408596. OLE color: 14408596.
HSL color Cylindrical-coordinate representation of color #94DBDB: hue angle of 180º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94DBDB is Cyan = 0.32, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 219 | 219 | - |
| CMYK | 0.32 | 0 | 0 | 0.14 |
| HSL | 180º | 0.5% | 0.72% | - |
| HSV(B) | 180º | 0.32% | 0.86% | - |
| XYZ | 50.33 | 62.07 | 76.35 | - |
| YUV | 197.77 | 139.98 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 219 | 219 | 0.32 | 0 | 0 | 0.14 | 180 | 0.5 | 0.72 |
| Hex | 94 | DB | DB | 20 | 0 | 0 | E | B4 | 32 | 48 |
| Octal | 224 | 333 | 333 | 40 | 0 | 0 | 16 | 264 | 62 | 110 |
| Binary | 10010100 | 11011011 | 11011011 | 100000 | 0 | 0 | 1110 | 10110100 | 110010 | 1001000 |
Color Harmonies of #94DBDB
Complementary color
Monochromatic Colors of #94DBDB
Black with #94DBDB
Text Example
Text Example
White with #94DBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DBDB; }
p { color: rgb(148,219,219); }
H1.HeaderClassName
{
color: #94DBDB;
}
.AnyTagClassName
{
color: #94DBDB;
}
</style>
background-color css
<style>
a { background-color: #94DBDB; }
a { background-color: rgb(148,219,219); }
div.DivClassName
{
background-color: #94DBDB;
}
.BgClassName
{
background-color: #94DBDB;
}
</style>
border-color css
<style>
span { border-color: #94DBDB; }
span { border-color: rgb(148,219,219); }
td.TdClassName
{
border-color: #94DBDB;
}
.TagClassName
{
border-color: #94DBDB;
}
</style>