Shades of Morning Glory #98CED2
Tints of Morning Glory #98CED2
RGB
CMYK
RGB Variations
Color information
#98CED2 (or 0x98CED2) is known color: Morning Glory. HEX triplet: 98, CE and D2. RGB value is (152,206,210). Sum of RGB (Red+Green+Blue) = 152+206+210=568 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.76% from 568); Green value is 206 (80.86% from 255 or 36.27% from 568); Blue value is 210 (82.42% from 255 or 36.97% from 568); Max value from RGB is 210 - color contains mainly: blue. Hex color #98CED2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CED2 is #67312D. Grayscale: #BEBEBE. Windows color (decimal): -6762798 or 13815448. OLE color: 13815448.
HSL color Cylindrical-coordinate representation of color #98CED2: hue angle of 184.14º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98CED2 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 206 | 210 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.18 |
| HSL | 184.14º | 0.39% | 0.71% | - |
| HSV(B) | 184.14º | 0.28% | 0.82% | - |
| XYZ | 46.65 | 55.47 | 69.22 | - |
| YUV | 190.31 | 139.11 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 206 | 210 | 0.28 | 0.02 | 0 | 0.18 | 184.14 | 0.39 | 0.71 |
| Hex | 98 | CE | D2 | 1C | 2 | 0 | 12 | B8 | 27 | 47 |
| Octal | 230 | 316 | 322 | 34 | 2 | 0 | 22 | 270 | 47 | 107 |
| Binary | 10011000 | 11001110 | 11010010 | 11100 | 10 | 0 | 10010 | 10111000 | 100111 | 1000111 |
Color Harmonies of #98CED2
Complementary color
Monochromatic Colors of #98CED2
Black with #98CED2
Text Example
Text Example
White with #98CED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CED2; }
p { color: rgb(152,206,210); }
H1.HeaderClassName
{
color: #98CED2;
}
.AnyTagClassName
{
color: #98CED2;
}
</style>
background-color css
<style>
a { background-color: #98CED2; }
a { background-color: rgb(152,206,210); }
div.DivClassName
{
background-color: #98CED2;
}
.BgClassName
{
background-color: #98CED2;
}
</style>
border-color css
<style>
span { border-color: #98CED2; }
span { border-color: rgb(152,206,210); }
td.TdClassName
{
border-color: #98CED2;
}
.TagClassName
{
border-color: #98CED2;
}
</style>