Shades of Morning Glory #97D7DE
Tints of Morning Glory #97D7DE
RGB
CMYK
RGB Variations
Color information
#97D7DE (or 0x97D7DE) is known color: Morning Glory. HEX triplet: 97, D7 and DE. RGB value is (151,215,222). Sum of RGB (Red+Green+Blue) = 151+215+222=588 (77% of max value = 765). Red value is 151 (59.38% from 255 or 25.68% from 588); Green value is 215 (84.38% from 255 or 36.56% from 588); Blue value is 222 (87.11% from 255 or 37.76% from 588); Max value from RGB is 222 - color contains mainly: blue. Hex color #97D7DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97D7DE is #682821. Grayscale: #C4C4C4. Windows color (decimal): -6826018 or 14604183. OLE color: 14604183.
HSL color Cylindrical-coordinate representation of color #97D7DE: hue angle of 185.92º 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 #97D7DE is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 215 | 222 | - |
| CMYK | 0.32 | 0.03 | 0 | 0.13 |
| HSL | 185.92º | 0.52% | 0.73% | - |
| HSV(B) | 185.92º | 0.32% | 0.87% | - |
| XYZ | 50.25 | 60.45 | 78.13 | - |
| YUV | 196.66 | 142.3 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 215 | 222 | 0.32 | 0.03 | 0 | 0.13 | 185.92 | 0.52 | 0.73 |
| Hex | 97 | D7 | DE | 20 | 3 | 0 | D | BA | 34 | 49 |
| Octal | 227 | 327 | 336 | 40 | 3 | 0 | 15 | 272 | 64 | 111 |
| Binary | 10010111 | 11010111 | 11011110 | 100000 | 11 | 0 | 1101 | 10111010 | 110100 | 1001001 |
Color Harmonies of #97D7DE
Complementary color
Monochromatic Colors of #97D7DE
Black with #97D7DE
Text Example
Text Example
White with #97D7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D7DE; }
p { color: rgb(151,215,222); }
H1.HeaderClassName
{
color: #97D7DE;
}
.AnyTagClassName
{
color: #97D7DE;
}
</style>
background-color css
<style>
a { background-color: #97D7DE; }
a { background-color: rgb(151,215,222); }
div.DivClassName
{
background-color: #97D7DE;
}
.BgClassName
{
background-color: #97D7DE;
}
</style>
border-color css
<style>
span { border-color: #97D7DE; }
span { border-color: rgb(151,215,222); }
td.TdClassName
{
border-color: #97D7DE;
}
.TagClassName
{
border-color: #97D7DE;
}
</style>