Shades of Morning Glory #98CBCD
Tints of Morning Glory #98CBCD
RGB
CMYK
RGB Variations
Color information
#98CBCD (or 0x98CBCD) is known color: Morning Glory. HEX triplet: 98, CB and CD. RGB value is (152,203,205). Sum of RGB (Red+Green+Blue) = 152+203+205=560 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.14% from 560); Green value is 203 (79.69% from 255 or 36.25% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 205 - color contains mainly: blue. Hex color #98CBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CBCD is #673432. Grayscale: #BBBBBB. Windows color (decimal): -6763571 or 13487000. OLE color: 13487000.
HSL color Cylindrical-coordinate representation of color #98CBCD: hue angle of 182.26º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98CBCD is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 203 | 205 | - |
| CMYK | 0.26 | 0.01 | 0 | 0.20 |
| HSL | 182.26º | 0.35% | 0.7% | - |
| HSV(B) | 182.26º | 0.26% | 0.8% | - |
| XYZ | 45.32 | 53.8 | 65.75 | - |
| YUV | 187.98 | 137.6 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 203 | 205 | 0.26 | 0.01 | 0 | 0.20 | 182.26 | 0.35 | 0.7 |
| Hex | 98 | CB | CD | 1A | 1 | 0 | 14 | B6 | 23 | 46 |
| Octal | 230 | 313 | 315 | 32 | 1 | 0 | 24 | 266 | 43 | 106 |
| Binary | 10011000 | 11001011 | 11001101 | 11010 | 1 | 0 | 10100 | 10110110 | 100011 | 1000110 |
Color Harmonies of #98CBCD
Complementary color
Monochromatic Colors of #98CBCD
Black with #98CBCD
Text Example
Text Example
White with #98CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CBCD; }
p { color: rgb(152,203,205); }
H1.HeaderClassName
{
color: #98CBCD;
}
.AnyTagClassName
{
color: #98CBCD;
}
</style>
background-color css
<style>
a { background-color: #98CBCD; }
a { background-color: rgb(152,203,205); }
div.DivClassName
{
background-color: #98CBCD;
}
.BgClassName
{
background-color: #98CBCD;
}
</style>
border-color css
<style>
span { border-color: #98CBCD; }
span { border-color: rgb(152,203,205); }
td.TdClassName
{
border-color: #98CBCD;
}
.TagClassName
{
border-color: #98CBCD;
}
</style>