Shades of Morning Glory #98C5CA
Tints of Morning Glory #98C5CA
RGB
CMYK
RGB Variations
Color information
#98C5CA (or 0x98C5CA) is known color: Morning Glory. HEX triplet: 98, C5 and CA. RGB value is (152,197,202). Sum of RGB (Red+Green+Blue) = 152+197+202=551 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.59% from 551); Green value is 197 (77.34% from 255 or 35.75% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 202 - color contains mainly: blue. Hex color #98C5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C5CA is #673A35. Grayscale: #B8B8B8. Windows color (decimal): -6765110 or 13288856. OLE color: 13288856.
HSL color Cylindrical-coordinate representation of color #98C5CA: hue angle of 186º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98C5CA is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 197 | 202 | - |
| CMYK | 0.25 | 0.02 | 0 | 0.21 |
| HSL | 186º | 0.32% | 0.69% | - |
| HSV(B) | 186º | 0.25% | 0.79% | - |
| XYZ | 43.58 | 50.87 | 63.4 | - |
| YUV | 184.12 | 138.09 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 197 | 202 | 0.25 | 0.02 | 0 | 0.21 | 186 | 0.32 | 0.69 |
| Hex | 98 | C5 | CA | 19 | 2 | 0 | 15 | BA | 20 | 45 |
| Octal | 230 | 305 | 312 | 31 | 2 | 0 | 25 | 272 | 40 | 105 |
| Binary | 10011000 | 11000101 | 11001010 | 11001 | 10 | 0 | 10101 | 10111010 | 100000 | 1000101 |
Color Harmonies of #98C5CA
Complementary color
Monochromatic Colors of #98C5CA
Black with #98C5CA
Text Example
Text Example
White with #98C5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C5CA; }
p { color: rgb(152,197,202); }
H1.HeaderClassName
{
color: #98C5CA;
}
.AnyTagClassName
{
color: #98C5CA;
}
</style>
background-color css
<style>
a { background-color: #98C5CA; }
a { background-color: rgb(152,197,202); }
div.DivClassName
{
background-color: #98C5CA;
}
.BgClassName
{
background-color: #98C5CA;
}
</style>
border-color css
<style>
span { border-color: #98C5CA; }
span { border-color: rgb(152,197,202); }
td.TdClassName
{
border-color: #98C5CA;
}
.TagClassName
{
border-color: #98C5CA;
}
</style>