Shades of Morning Glory #92D5DA
Tints of Morning Glory #92D5DA
RGB
CMYK
RGB Variations
Color information
#92D5DA (or 0x92D5DA) is known color: Morning Glory. HEX triplet: 92, D5 and DA. RGB value is (146,213,218). Sum of RGB (Red+Green+Blue) = 146+213+218=577 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.30% from 577); Green value is 213 (83.59% from 255 or 36.92% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 218 - color contains mainly: blue. Hex color #92D5DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92D5DA is #6D2A25. Grayscale: #C1C1C1. Windows color (decimal): -7154214 or 14341522. OLE color: 14341522.
HSL color Cylindrical-coordinate representation of color #92D5DA: hue angle of 184.17º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92D5DA is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 213 | 218 | - |
| CMYK | 0.33 | 0.02 | 0 | 0.15 |
| HSL | 184.17º | 0.49% | 0.71% | - |
| HSV(B) | 184.17º | 0.33% | 0.85% | - |
| XYZ | 48.3 | 58.76 | 75.13 | - |
| YUV | 193.54 | 141.8 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 213 | 218 | 0.33 | 0.02 | 0 | 0.15 | 184.17 | 0.49 | 0.71 |
| Hex | 92 | D5 | DA | 21 | 2 | 0 | F | B8 | 31 | 47 |
| Octal | 222 | 325 | 332 | 41 | 2 | 0 | 17 | 270 | 61 | 107 |
| Binary | 10010010 | 11010101 | 11011010 | 100001 | 10 | 0 | 1111 | 10111000 | 110001 | 1000111 |
Color Harmonies of #92D5DA
Complementary color
Monochromatic Colors of #92D5DA
Black with #92D5DA
Text Example
Text Example
White with #92D5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D5DA; }
p { color: rgb(146,213,218); }
H1.HeaderClassName
{
color: #92D5DA;
}
.AnyTagClassName
{
color: #92D5DA;
}
</style>
background-color css
<style>
a { background-color: #92D5DA; }
a { background-color: rgb(146,213,218); }
div.DivClassName
{
background-color: #92D5DA;
}
.BgClassName
{
background-color: #92D5DA;
}
</style>
border-color css
<style>
span { border-color: #92D5DA; }
span { border-color: rgb(146,213,218); }
td.TdClassName
{
border-color: #92D5DA;
}
.TagClassName
{
border-color: #92D5DA;
}
</style>