Shades of Morning Glory #92CED6
Tints of Morning Glory #92CED6
RGB
CMYK
RGB Variations
Color information
#92CED6 (or 0x92CED6) is known color: Morning Glory. HEX triplet: 92, CE and D6. RGB value is (146,206,214). Sum of RGB (Red+Green+Blue) = 146+206+214=566 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.80% from 566); Green value is 206 (80.86% from 255 or 36.40% from 566); Blue value is 214 (83.98% from 255 or 37.81% from 566); Max value from RGB is 214 - color contains mainly: blue. Hex color #92CED6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92CED6 is #6D3129. Grayscale: #BCBCBC. Windows color (decimal): -7156010 or 14077586. OLE color: 14077586.
HSL color Cylindrical-coordinate representation of color #92CED6: hue angle of 187.06º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #92CED6 is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 206 | 214 | - |
| CMYK | 0.32 | 0.04 | 0 | 0.16 |
| HSL | 187.06º | 0.45% | 0.71% | - |
| HSV(B) | 187.06º | 0.32% | 0.84% | - |
| XYZ | 46.06 | 55.11 | 71.83 | - |
| YUV | 188.97 | 142.12 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 206 | 214 | 0.32 | 0.04 | 0 | 0.16 | 187.06 | 0.45 | 0.71 |
| Hex | 92 | CE | D6 | 20 | 4 | 0 | 10 | BB | 2D | 47 |
| Octal | 222 | 316 | 326 | 40 | 4 | 0 | 20 | 273 | 55 | 107 |
| Binary | 10010010 | 11001110 | 11010110 | 100000 | 100 | 0 | 10000 | 10111011 | 101101 | 1000111 |
Color Harmonies of #92CED6
Complementary color
Monochromatic Colors of #92CED6
Black with #92CED6
Text Example
Text Example
White with #92CED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CED6; }
p { color: rgb(146,206,214); }
H1.HeaderClassName
{
color: #92CED6;
}
.AnyTagClassName
{
color: #92CED6;
}
</style>
background-color css
<style>
a { background-color: #92CED6; }
a { background-color: rgb(146,206,214); }
div.DivClassName
{
background-color: #92CED6;
}
.BgClassName
{
background-color: #92CED6;
}
</style>
border-color css
<style>
span { border-color: #92CED6; }
span { border-color: rgb(146,206,214); }
td.TdClassName
{
border-color: #92CED6;
}
.TagClassName
{
border-color: #92CED6;
}
</style>