Shades of Morning Glory #91CFD5
Tints of Morning Glory #91CFD5
RGB
CMYK
RGB Variations
Color information
#91CFD5 (or 0x91CFD5) is known color: Morning Glory. HEX triplet: 91, CF and D5. RGB value is (145,207,213). Sum of RGB (Red+Green+Blue) = 145+207+213=565 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.66% from 565); Green value is 207 (81.25% from 255 or 36.64% from 565); Blue value is 213 (83.59% from 255 or 37.70% from 565); Max value from RGB is 213 - color contains mainly: blue. Hex color #91CFD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91CFD5 is #6E302A. Grayscale: #BDBDBD. Windows color (decimal): -7221291 or 14012305. OLE color: 14012305.
HSL color Cylindrical-coordinate representation of color #91CFD5: hue angle of 185.29º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #91CFD5 is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 207 | 213 | - |
| CMYK | 0.32 | 0.03 | 0 | 0.16 |
| HSL | 185.29º | 0.45% | 0.7% | - |
| HSV(B) | 185.29º | 0.32% | 0.84% | - |
| XYZ | 46 | 55.45 | 71.23 | - |
| YUV | 189.15 | 141.46 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 207 | 213 | 0.32 | 0.03 | 0 | 0.16 | 185.29 | 0.45 | 0.7 |
| Hex | 91 | CF | D5 | 20 | 3 | 0 | 10 | B9 | 2D | 46 |
| Octal | 221 | 317 | 325 | 40 | 3 | 0 | 20 | 271 | 55 | 106 |
| Binary | 10010001 | 11001111 | 11010101 | 100000 | 11 | 0 | 10000 | 10111001 | 101101 | 1000110 |
Color Harmonies of #91CFD5
Complementary color
Monochromatic Colors of #91CFD5
Black with #91CFD5
Text Example
Text Example
White with #91CFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CFD5; }
p { color: rgb(145,207,213); }
H1.HeaderClassName
{
color: #91CFD5;
}
.AnyTagClassName
{
color: #91CFD5;
}
</style>
background-color css
<style>
a { background-color: #91CFD5; }
a { background-color: rgb(145,207,213); }
div.DivClassName
{
background-color: #91CFD5;
}
.BgClassName
{
background-color: #91CFD5;
}
</style>
border-color css
<style>
span { border-color: #91CFD5; }
span { border-color: rgb(145,207,213); }
td.TdClassName
{
border-color: #91CFD5;
}
.TagClassName
{
border-color: #91CFD5;
}
</style>