Shades of Morning Glory #98CECA
Tints of Morning Glory #98CECA
RGB
CMYK
RGB Variations
Color information
#98CECA (or 0x98CECA) is known color: Morning Glory. HEX triplet: 98, CE and CA. RGB value is (152,206,202). Sum of RGB (Red+Green+Blue) = 152+206+202=560 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.14% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 206 - color contains mainly: green. Hex color #98CECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CECA is #673135. Grayscale: #BDBDBD. Windows color (decimal): -6762806 or 13291160. OLE color: 13291160.
HSL color Cylindrical-coordinate representation of color #98CECA: hue angle of 175.56º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98CECA is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 206 | 202 | - |
| CMYK | 0.26 | 0 | 0.02 | 0.19 |
| HSL | 175.56º | 0.36% | 0.7% | - |
| HSV(B) | 175.56º | 0.26% | 0.81% | - |
| XYZ | 45.68 | 55.08 | 64.1 | - |
| YUV | 189.4 | 135.11 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 206 | 202 | 0.26 | 0 | 0.02 | 0.19 | 175.56 | 0.36 | 0.7 |
| Hex | 98 | CE | CA | 1A | 0 | 2 | 13 | B0 | 24 | 46 |
| Octal | 230 | 316 | 312 | 32 | 0 | 2 | 23 | 260 | 44 | 106 |
| Binary | 10011000 | 11001110 | 11001010 | 11010 | 0 | 10 | 10011 | 10110000 | 100100 | 1000110 |
Color Harmonies of #98CECA
Complementary color
Monochromatic Colors of #98CECA
Black with #98CECA
Text Example
Text Example
White with #98CECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CECA; }
p { color: rgb(152,206,202); }
H1.HeaderClassName
{
color: #98CECA;
}
.AnyTagClassName
{
color: #98CECA;
}
</style>
background-color css
<style>
a { background-color: #98CECA; }
a { background-color: rgb(152,206,202); }
div.DivClassName
{
background-color: #98CECA;
}
.BgClassName
{
background-color: #98CECA;
}
</style>
border-color css
<style>
span { border-color: #98CECA; }
span { border-color: rgb(152,206,202); }
td.TdClassName
{
border-color: #98CECA;
}
.TagClassName
{
border-color: #98CECA;
}
</style>