Shades of Morning Glory #97DDDE
Tints of Morning Glory #97DDDE
RGB
CMYK
RGB Variations
Color information
#97DDDE (or 0x97DDDE) is known color: Morning Glory. HEX triplet: 97, DD and DE. RGB value is (151,221,222). Sum of RGB (Red+Green+Blue) = 151+221+222=594 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.42% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 222 - color contains mainly: blue. Hex color #97DDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97DDDE is #682221. Grayscale: #C8C8C8. Windows color (decimal): -6824482 or 14605719. OLE color: 14605719.
HSL color Cylindrical-coordinate representation of color #97DDDE: hue angle of 180.85º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #97DDDE is Cyan = 0.32, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 221 | 222 | - |
| CMYK | 0.32 | 0.00 | 0 | 0.13 |
| HSL | 180.85º | 0.52% | 0.73% | - |
| HSV(B) | 180.85º | 0.32% | 0.87% | - |
| XYZ | 51.8 | 63.57 | 78.65 | - |
| YUV | 200.18 | 140.31 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 221 | 222 | 0.32 | 0.00 | 0 | 0.13 | 180.85 | 0.52 | 0.73 |
| Hex | 97 | DD | DE | 20 | 0 | 0 | D | B5 | 34 | 49 |
| Octal | 227 | 335 | 336 | 40 | 0 | 0 | 15 | 265 | 64 | 111 |
| Binary | 10010111 | 11011101 | 11011110 | 100000 | 0 | 0 | 1101 | 10110101 | 110100 | 1001001 |
Color Harmonies of #97DDDE
Complementary color
Monochromatic Colors of #97DDDE
Black with #97DDDE
Text Example
Text Example
White with #97DDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97DDDE; }
p { color: rgb(151,221,222); }
H1.HeaderClassName
{
color: #97DDDE;
}
.AnyTagClassName
{
color: #97DDDE;
}
</style>
background-color css
<style>
a { background-color: #97DDDE; }
a { background-color: rgb(151,221,222); }
div.DivClassName
{
background-color: #97DDDE;
}
.BgClassName
{
background-color: #97DDDE;
}
</style>
border-color css
<style>
span { border-color: #97DDDE; }
span { border-color: rgb(151,221,222); }
td.TdClassName
{
border-color: #97DDDE;
}
.TagClassName
{
border-color: #97DDDE;
}
</style>