Shades of Morning Glory #98CFCD
Tints of Morning Glory #98CFCD
RGB
CMYK
RGB Variations
Color information
#98CFCD (or 0x98CFCD) is known color: Morning Glory. HEX triplet: 98, CF and CD. RGB value is (152,207,205). Sum of RGB (Red+Green+Blue) = 152+207+205=564 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.95% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 207 - color contains mainly: green. Hex color #98CFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CFCD is #673032. Grayscale: #BEBEBE. Windows color (decimal): -6762547 or 13488024. OLE color: 13488024.
HSL color Cylindrical-coordinate representation of color #98CFCD: hue angle of 177.82º 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 #98CFCD is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 207 | 205 | - |
| CMYK | 0.27 | 0 | 0.01 | 0.19 |
| HSL | 177.82º | 0.36% | 0.7% | - |
| HSV(B) | 177.82º | 0.27% | 0.81% | - |
| XYZ | 46.28 | 55.71 | 66.07 | - |
| YUV | 190.33 | 136.28 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 207 | 205 | 0.27 | 0 | 0.01 | 0.19 | 177.82 | 0.36 | 0.7 |
| Hex | 98 | CF | CD | 1B | 0 | 1 | 13 | B2 | 24 | 46 |
| Octal | 230 | 317 | 315 | 33 | 0 | 1 | 23 | 262 | 44 | 106 |
| Binary | 10011000 | 11001111 | 11001101 | 11011 | 0 | 1 | 10011 | 10110010 | 100100 | 1000110 |
Color Harmonies of #98CFCD
Complementary color
Monochromatic Colors of #98CFCD
Black with #98CFCD
Text Example
Text Example
White with #98CFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CFCD; }
p { color: rgb(152,207,205); }
H1.HeaderClassName
{
color: #98CFCD;
}
.AnyTagClassName
{
color: #98CFCD;
}
</style>
background-color css
<style>
a { background-color: #98CFCD; }
a { background-color: rgb(152,207,205); }
div.DivClassName
{
background-color: #98CFCD;
}
.BgClassName
{
background-color: #98CFCD;
}
</style>
border-color css
<style>
span { border-color: #98CFCD; }
span { border-color: rgb(152,207,205); }
td.TdClassName
{
border-color: #98CFCD;
}
.TagClassName
{
border-color: #98CFCD;
}
</style>