Shades of Morning Glory #97C9D0
Tints of Morning Glory #97C9D0
RGB
CMYK
RGB Variations
Color information
#97C9D0 (or 0x97C9D0) is known color: Morning Glory. HEX triplet: 97, C9 and D0. RGB value is (151,201,208). Sum of RGB (Red+Green+Blue) = 151+201+208=560 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.96% from 560); Green value is 201 (78.91% from 255 or 35.89% from 560); Blue value is 208 (81.64% from 255 or 37.14% from 560); Max value from RGB is 208 - color contains mainly: blue. Hex color #97C9D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97C9D0 is #68362F. Grayscale: #BABABA. Windows color (decimal): -6829616 or 13683095. OLE color: 13683095.
HSL color Cylindrical-coordinate representation of color #97C9D0: hue angle of 187.37º 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 #97C9D0 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 151 | 201 | 208 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.18 |
| HSL | 187.37º | 0.38% | 0.7% | - |
| HSV(B) | 187.37º | 0.27% | 0.82% | - |
| XYZ | 45.03 | 52.91 | 67.51 | - |
| YUV | 186.85 | 139.94 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 201 | 208 | 0.27 | 0.03 | 0 | 0.18 | 187.37 | 0.38 | 0.7 |
| Hex | 97 | C9 | D0 | 1B | 3 | 0 | 12 | BB | 26 | 46 |
| Octal | 227 | 311 | 320 | 33 | 3 | 0 | 22 | 273 | 46 | 106 |
| Binary | 10010111 | 11001001 | 11010000 | 11011 | 11 | 0 | 10010 | 10111011 | 100110 | 1000110 |
Color Harmonies of #97C9D0
Complementary color
Monochromatic Colors of #97C9D0
Black with #97C9D0
Text Example
Text Example
White with #97C9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C9D0; }
p { color: rgb(151,201,208); }
H1.HeaderClassName
{
color: #97C9D0;
}
.AnyTagClassName
{
color: #97C9D0;
}
</style>
background-color css
<style>
a { background-color: #97C9D0; }
a { background-color: rgb(151,201,208); }
div.DivClassName
{
background-color: #97C9D0;
}
.BgClassName
{
background-color: #97C9D0;
}
</style>
border-color css
<style>
span { border-color: #97C9D0; }
span { border-color: rgb(151,201,208); }
td.TdClassName
{
border-color: #97C9D0;
}
.TagClassName
{
border-color: #97C9D0;
}
</style>