Shades of Morning Glory #91C8CD
Tints of Morning Glory #91C8CD
RGB
CMYK
RGB Variations
Color information
#91C8CD (or 0x91C8CD) is known color: Morning Glory. HEX triplet: 91, C8 and CD. RGB value is (145,200,205). Sum of RGB (Red+Green+Blue) = 145+200+205=550 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.36% from 550); Green value is 200 (78.52% from 255 or 36.36% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 205 - color contains mainly: blue. Hex color #91C8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91C8CD is #6E3732. Grayscale: #B8B8B8. Windows color (decimal): -7223091 or 13486225. OLE color: 13486225.
HSL color Cylindrical-coordinate representation of color #91C8CD: hue angle of 185º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91C8CD is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 200 | 205 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.20 |
| HSL | 185º | 0.38% | 0.69% | - |
| HSV(B) | 185º | 0.29% | 0.8% | - |
| XYZ | 43.35 | 51.74 | 65.46 | - |
| YUV | 184.13 | 139.78 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 200 | 205 | 0.29 | 0.02 | 0 | 0.20 | 185 | 0.38 | 0.69 |
| Hex | 91 | C8 | CD | 1D | 2 | 0 | 14 | B9 | 26 | 45 |
| Octal | 221 | 310 | 315 | 35 | 2 | 0 | 24 | 271 | 46 | 105 |
| Binary | 10010001 | 11001000 | 11001101 | 11101 | 10 | 0 | 10100 | 10111001 | 100110 | 1000101 |
Color Harmonies of #91C8CD
Complementary color
Monochromatic Colors of #91C8CD
Black with #91C8CD
Text Example
Text Example
White with #91C8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C8CD; }
p { color: rgb(145,200,205); }
H1.HeaderClassName
{
color: #91C8CD;
}
.AnyTagClassName
{
color: #91C8CD;
}
</style>
background-color css
<style>
a { background-color: #91C8CD; }
a { background-color: rgb(145,200,205); }
div.DivClassName
{
background-color: #91C8CD;
}
.BgClassName
{
background-color: #91C8CD;
}
</style>
border-color css
<style>
span { border-color: #91C8CD; }
span { border-color: rgb(145,200,205); }
td.TdClassName
{
border-color: #91C8CD;
}
.TagClassName
{
border-color: #91C8CD;
}
</style>