Shades of Morning Glory #91BFC5
Tints of Morning Glory #91BFC5
RGB
CMYK
RGB Variations
Color information
#91BFC5 (or 0x91BFC5) is known color: Morning Glory. HEX triplet: 91, BF and C5. RGB value is (145,191,197). Sum of RGB (Red+Green+Blue) = 145+191+197=533 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.20% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 197 - color contains mainly: blue. Hex color #91BFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BFC5 is #6E403A. Grayscale: #B1B1B1. Windows color (decimal): -7225403 or 12959633. OLE color: 12959633.
HSL color Cylindrical-coordinate representation of color #91BFC5: hue angle of 186.92º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #91BFC5 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 145 | 191 | 197 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.23 |
| HSL | 186.92º | 0.31% | 0.67% | - |
| HSV(B) | 186.92º | 0.26% | 0.77% | - |
| XYZ | 40.39 | 47.31 | 59.83 | - |
| YUV | 177.93 | 138.76 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 191 | 197 | 0.26 | 0.03 | 0 | 0.23 | 186.92 | 0.31 | 0.67 |
| Hex | 91 | BF | C5 | 1A | 3 | 0 | 17 | BB | 1F | 43 |
| Octal | 221 | 277 | 305 | 32 | 3 | 0 | 27 | 273 | 37 | 103 |
| Binary | 10010001 | 10111111 | 11000101 | 11010 | 11 | 0 | 10111 | 10111011 | 11111 | 1000011 |
Color Harmonies of #91BFC5
Complementary color
Monochromatic Colors of #91BFC5
Black with #91BFC5
Text Example
Text Example
White with #91BFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BFC5; }
p { color: rgb(145,191,197); }
H1.HeaderClassName
{
color: #91BFC5;
}
.AnyTagClassName
{
color: #91BFC5;
}
</style>
background-color css
<style>
a { background-color: #91BFC5; }
a { background-color: rgb(145,191,197); }
div.DivClassName
{
background-color: #91BFC5;
}
.BgClassName
{
background-color: #91BFC5;
}
</style>
border-color css
<style>
span { border-color: #91BFC5; }
span { border-color: rgb(145,191,197); }
td.TdClassName
{
border-color: #91BFC5;
}
.TagClassName
{
border-color: #91BFC5;
}
</style>