Shades of Morning Glory #97BFC5
Tints of Morning Glory #97BFC5
RGB
CMYK
RGB Variations
Color information
#97BFC5 (or 0x97BFC5) is known color: Morning Glory. HEX triplet: 97, BF and C5. RGB value is (151,191,197). Sum of RGB (Red+Green+Blue) = 151+191+197=539 (71% of max value = 765). Red value is 151 (59.38% from 255 or 28.01% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 197 (77.34% from 255 or 36.55% from 539); Max value from RGB is 197 - color contains mainly: blue. Hex color #97BFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BFC5 is #68403A. Grayscale: #B3B3B3. Windows color (decimal): -6832187 or 12959639. OLE color: 12959639.
HSL color Cylindrical-coordinate representation of color #97BFC5: hue angle of 187.83º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #97BFC5 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 151 | 191 | 197 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.23 |
| HSL | 187.83º | 0.28% | 0.68% | - |
| HSV(B) | 187.83º | 0.23% | 0.77% | - |
| XYZ | 41.47 | 47.87 | 59.88 | - |
| YUV | 179.72 | 137.75 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 191 | 197 | 0.23 | 0.03 | 0 | 0.23 | 187.83 | 0.28 | 0.68 |
| Hex | 97 | BF | C5 | 17 | 3 | 0 | 17 | BC | 1C | 44 |
| Octal | 227 | 277 | 305 | 27 | 3 | 0 | 27 | 274 | 34 | 104 |
| Binary | 10010111 | 10111111 | 11000101 | 10111 | 11 | 0 | 10111 | 10111100 | 11100 | 1000100 |
Color Harmonies of #97BFC5
Complementary color
Monochromatic Colors of #97BFC5
Black with #97BFC5
Text Example
Text Example
White with #97BFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BFC5; }
p { color: rgb(151,191,197); }
H1.HeaderClassName
{
color: #97BFC5;
}
.AnyTagClassName
{
color: #97BFC5;
}
</style>
background-color css
<style>
a { background-color: #97BFC5; }
a { background-color: rgb(151,191,197); }
div.DivClassName
{
background-color: #97BFC5;
}
.BgClassName
{
background-color: #97BFC5;
}
</style>
border-color css
<style>
span { border-color: #97BFC5; }
span { border-color: rgb(151,191,197); }
td.TdClassName
{
border-color: #97BFC5;
}
.TagClassName
{
border-color: #97BFC5;
}
</style>