Shades of Morning Glory #97C8D0
Tints of Morning Glory #97C8D0
RGB
CMYK
RGB Variations
Color information
#97C8D0 (or 0x97C8D0) is known color: Morning Glory. HEX triplet: 97, C8 and D0. RGB value is (151,200,208). Sum of RGB (Red+Green+Blue) = 151+200+208=559 (74% of max value = 765). Red value is 151 (59.38% from 255 or 27.01% from 559); Green value is 200 (78.52% from 255 or 35.78% from 559); Blue value is 208 (81.64% from 255 or 37.21% from 559); Max value from RGB is 208 - color contains mainly: blue. Hex color #97C8D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97C8D0 is #68372F. Grayscale: #BABABA. Windows color (decimal): -6829872 or 13682839. OLE color: 13682839.
HSL color Cylindrical-coordinate representation of color #97C8D0: hue angle of 188.42º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97C8D0 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 151 | 200 | 208 | - |
| CMYK | 0.27 | 0.04 | 0 | 0.18 |
| HSL | 188.42º | 0.38% | 0.7% | - |
| HSV(B) | 188.42º | 0.27% | 0.82% | - |
| XYZ | 44.8 | 52.44 | 67.44 | - |
| YUV | 186.26 | 140.27 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 200 | 208 | 0.27 | 0.04 | 0 | 0.18 | 188.42 | 0.38 | 0.7 |
| Hex | 97 | C8 | D0 | 1B | 4 | 0 | 12 | BC | 26 | 46 |
| Octal | 227 | 310 | 320 | 33 | 4 | 0 | 22 | 274 | 46 | 106 |
| Binary | 10010111 | 11001000 | 11010000 | 11011 | 100 | 0 | 10010 | 10111100 | 100110 | 1000110 |
Color Harmonies of #97C8D0
Complementary color
Monochromatic Colors of #97C8D0
Black with #97C8D0
Text Example
Text Example
White with #97C8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C8D0; }
p { color: rgb(151,200,208); }
H1.HeaderClassName
{
color: #97C8D0;
}
.AnyTagClassName
{
color: #97C8D0;
}
</style>
background-color css
<style>
a { background-color: #97C8D0; }
a { background-color: rgb(151,200,208); }
div.DivClassName
{
background-color: #97C8D0;
}
.BgClassName
{
background-color: #97C8D0;
}
</style>
border-color css
<style>
span { border-color: #97C8D0; }
span { border-color: rgb(151,200,208); }
td.TdClassName
{
border-color: #97C8D0;
}
.TagClassName
{
border-color: #97C8D0;
}
</style>