Shades of Morning Glory #92DCDB
Tints of Morning Glory #92DCDB
RGB
CMYK
RGB Variations
Color information
#92DCDB (or 0x92DCDB) is known color: Morning Glory. HEX triplet: 92, DC and DB. RGB value is (146,220,219). Sum of RGB (Red+Green+Blue) = 146+220+219=585 (77% of max value = 765). Red value is 146 (57.42% from 255 or 24.96% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 220 - color contains mainly: green. Hex color #92DCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92DCDB is #6D2324. Grayscale: #C5C5C5. Windows color (decimal): -7152421 or 14408850. OLE color: 14408850.
HSL color Cylindrical-coordinate representation of color #92DCDB: hue angle of 179.19º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92DCDB is Cyan = 0.34, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 220 | 219 | - |
| CMYK | 0.34 | 0 | 0.00 | 0.14 |
| HSL | 179.19º | 0.51% | 0.72% | - |
| HSV(B) | 179.19º | 0.34% | 0.86% | - |
| XYZ | 50.23 | 62.41 | 76.42 | - |
| YUV | 197.76 | 139.98 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 220 | 219 | 0.34 | 0 | 0.00 | 0.14 | 179.19 | 0.51 | 0.72 |
| Hex | 92 | DC | DB | 22 | 0 | 0 | E | B3 | 33 | 48 |
| Octal | 222 | 334 | 333 | 42 | 0 | 0 | 16 | 263 | 63 | 110 |
| Binary | 10010010 | 11011100 | 11011011 | 100010 | 0 | 0 | 1110 | 10110011 | 110011 | 1001000 |
Color Harmonies of #92DCDB
Complementary color
Monochromatic Colors of #92DCDB
Black with #92DCDB
Text Example
Text Example
White with #92DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DCDB; }
p { color: rgb(146,220,219); }
H1.HeaderClassName
{
color: #92DCDB;
}
.AnyTagClassName
{
color: #92DCDB;
}
</style>
background-color css
<style>
a { background-color: #92DCDB; }
a { background-color: rgb(146,220,219); }
div.DivClassName
{
background-color: #92DCDB;
}
.BgClassName
{
background-color: #92DCDB;
}
</style>
border-color css
<style>
span { border-color: #92DCDB; }
span { border-color: rgb(146,220,219); }
td.TdClassName
{
border-color: #92DCDB;
}
.TagClassName
{
border-color: #92DCDB;
}
</style>