Shades of Morning Glory #98C9CF
Tints of Morning Glory #98C9CF
RGB
CMYK
RGB Variations
Color information
#98C9CF (or 0x98C9CF) is known color: Morning Glory. HEX triplet: 98, C9 and CF. RGB value is (152,201,207). Sum of RGB (Red+Green+Blue) = 152+201+207=560 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.14% from 560); Green value is 201 (78.91% from 255 or 35.89% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 207 - color contains mainly: blue. Hex color #98C9CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C9CF is #673630. Grayscale: #BABABA. Windows color (decimal): -6764081 or 13617560. OLE color: 13617560.
HSL color Cylindrical-coordinate representation of color #98C9CF: hue angle of 186.55º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98C9CF is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 201 | 207 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.19 |
| HSL | 186.55º | 0.36% | 0.7% | - |
| HSV(B) | 186.55º | 0.27% | 0.81% | - |
| XYZ | 45.1 | 52.95 | 66.88 | - |
| YUV | 187.03 | 139.27 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 201 | 207 | 0.27 | 0.03 | 0 | 0.19 | 186.55 | 0.36 | 0.7 |
| Hex | 98 | C9 | CF | 1B | 3 | 0 | 13 | BB | 24 | 46 |
| Octal | 230 | 311 | 317 | 33 | 3 | 0 | 23 | 273 | 44 | 106 |
| Binary | 10011000 | 11001001 | 11001111 | 11011 | 11 | 0 | 10011 | 10111011 | 100100 | 1000110 |
Color Harmonies of #98C9CF
Complementary color
Monochromatic Colors of #98C9CF
Black with #98C9CF
Text Example
Text Example
White with #98C9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C9CF; }
p { color: rgb(152,201,207); }
H1.HeaderClassName
{
color: #98C9CF;
}
.AnyTagClassName
{
color: #98C9CF;
}
</style>
background-color css
<style>
a { background-color: #98C9CF; }
a { background-color: rgb(152,201,207); }
div.DivClassName
{
background-color: #98C9CF;
}
.BgClassName
{
background-color: #98C9CF;
}
</style>
border-color css
<style>
span { border-color: #98C9CF; }
span { border-color: rgb(152,201,207); }
td.TdClassName
{
border-color: #98C9CF;
}
.TagClassName
{
border-color: #98C9CF;
}
</style>