Shades of Morning Glory #91CBCD
Tints of Morning Glory #91CBCD
RGB
CMYK
RGB Variations
Color information
#91CBCD (or 0x91CBCD) is known color: Morning Glory. HEX triplet: 91, CB and CD. RGB value is (145,203,205). Sum of RGB (Red+Green+Blue) = 145+203+205=553 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.22% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 205 - color contains mainly: blue. Hex color #91CBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91CBCD is #6E3432. Grayscale: #B9B9B9. Windows color (decimal): -7222323 or 13486993. OLE color: 13486993.
HSL color Cylindrical-coordinate representation of color #91CBCD: hue angle of 182º 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 #91CBCD is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 203 | 205 | - |
| CMYK | 0.29 | 0.01 | 0 | 0.20 |
| HSL | 182º | 0.38% | 0.69% | - |
| HSV(B) | 182º | 0.29% | 0.8% | - |
| XYZ | 44.05 | 53.14 | 65.69 | - |
| YUV | 185.89 | 138.78 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 203 | 205 | 0.29 | 0.01 | 0 | 0.20 | 182 | 0.38 | 0.69 |
| Hex | 91 | CB | CD | 1D | 1 | 0 | 14 | B6 | 26 | 45 |
| Octal | 221 | 313 | 315 | 35 | 1 | 0 | 24 | 266 | 46 | 105 |
| Binary | 10010001 | 11001011 | 11001101 | 11101 | 1 | 0 | 10100 | 10110110 | 100110 | 1000101 |
Color Harmonies of #91CBCD
Complementary color
Monochromatic Colors of #91CBCD
Black with #91CBCD
Text Example
Text Example
White with #91CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CBCD; }
p { color: rgb(145,203,205); }
H1.HeaderClassName
{
color: #91CBCD;
}
.AnyTagClassName
{
color: #91CBCD;
}
</style>
background-color css
<style>
a { background-color: #91CBCD; }
a { background-color: rgb(145,203,205); }
div.DivClassName
{
background-color: #91CBCD;
}
.BgClassName
{
background-color: #91CBCD;
}
</style>
border-color css
<style>
span { border-color: #91CBCD; }
span { border-color: rgb(145,203,205); }
td.TdClassName
{
border-color: #91CBCD;
}
.TagClassName
{
border-color: #91CBCD;
}
</style>