Shades of Morning Glory #98CBC8
Tints of Morning Glory #98CBC8
RGB
CMYK
RGB Variations
Color information
#98CBC8 (or 0x98CBC8) is known color: Morning Glory. HEX triplet: 98, CB and C8. RGB value is (152,203,200). Sum of RGB (Red+Green+Blue) = 152+203+200=555 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.39% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 200 (78.52% from 255 or 36.04% from 555); Max value from RGB is 203 - color contains mainly: green. Hex color #98CBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CBC8 is #673437. Grayscale: #BBBBBB. Windows color (decimal): -6763576 or 13159320. OLE color: 13159320.
HSL color Cylindrical-coordinate representation of color #98CBC8: hue angle of 176.47º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98CBC8 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 203 | 200 | - |
| CMYK | 0.25 | 0 | 0.01 | 0.20 |
| HSL | 176.47º | 0.33% | 0.7% | - |
| HSV(B) | 176.47º | 0.25% | 0.8% | - |
| XYZ | 44.73 | 53.56 | 62.62 | - |
| YUV | 187.41 | 135.1 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 203 | 200 | 0.25 | 0 | 0.01 | 0.20 | 176.47 | 0.33 | 0.7 |
| Hex | 98 | CB | C8 | 19 | 0 | 1 | 14 | B0 | 21 | 46 |
| Octal | 230 | 313 | 310 | 31 | 0 | 1 | 24 | 260 | 41 | 106 |
| Binary | 10011000 | 11001011 | 11001000 | 11001 | 0 | 1 | 10100 | 10110000 | 100001 | 1000110 |
Color Harmonies of #98CBC8
Complementary color
Monochromatic Colors of #98CBC8
Black with #98CBC8
Text Example
Text Example
White with #98CBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CBC8; }
p { color: rgb(152,203,200); }
H1.HeaderClassName
{
color: #98CBC8;
}
.AnyTagClassName
{
color: #98CBC8;
}
</style>
background-color css
<style>
a { background-color: #98CBC8; }
a { background-color: rgb(152,203,200); }
div.DivClassName
{
background-color: #98CBC8;
}
.BgClassName
{
background-color: #98CBC8;
}
</style>
border-color css
<style>
span { border-color: #98CBC8; }
span { border-color: rgb(152,203,200); }
td.TdClassName
{
border-color: #98CBC8;
}
.TagClassName
{
border-color: #98CBC8;
}
</style>