Shades of Morning Glory #99D2CE
Tints of Morning Glory #99D2CE
RGB
CMYK
RGB Variations
Color information
#99D2CE (or 0x99D2CE) is known color: Morning Glory. HEX triplet: 99, D2 and CE. RGB value is (153,210,206). Sum of RGB (Red+Green+Blue) = 153+210+206=569 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.89% from 569); Green value is 210 (82.42% from 255 or 36.91% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 210 - color contains mainly: green. Hex color #99D2CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D2CE is #662D31. Grayscale: #C0C0C0. Windows color (decimal): -6696242 or 13554329. OLE color: 13554329.
HSL color Cylindrical-coordinate representation of color #99D2CE: hue angle of 175.79º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99D2CE is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 210 | 206 | - |
| CMYK | 0.27 | 0 | 0.02 | 0.18 |
| HSL | 175.79º | 0.39% | 0.71% | - |
| HSV(B) | 175.79º | 0.27% | 0.82% | - |
| XYZ | 47.32 | 57.32 | 66.96 | - |
| YUV | 192.5 | 135.62 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 210 | 206 | 0.27 | 0 | 0.02 | 0.18 | 175.79 | 0.39 | 0.71 |
| Hex | 99 | D2 | CE | 1B | 0 | 2 | 12 | B0 | 27 | 47 |
| Octal | 231 | 322 | 316 | 33 | 0 | 2 | 22 | 260 | 47 | 107 |
| Binary | 10011001 | 11010010 | 11001110 | 11011 | 0 | 10 | 10010 | 10110000 | 100111 | 1000111 |
Color Harmonies of #99D2CE
Complementary color
Monochromatic Colors of #99D2CE
Black with #99D2CE
Text Example
Text Example
White with #99D2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D2CE; }
p { color: rgb(153,210,206); }
H1.HeaderClassName
{
color: #99D2CE;
}
.AnyTagClassName
{
color: #99D2CE;
}
</style>
background-color css
<style>
a { background-color: #99D2CE; }
a { background-color: rgb(153,210,206); }
div.DivClassName
{
background-color: #99D2CE;
}
.BgClassName
{
background-color: #99D2CE;
}
</style>
border-color css
<style>
span { border-color: #99D2CE; }
span { border-color: rgb(153,210,206); }
td.TdClassName
{
border-color: #99D2CE;
}
.TagClassName
{
border-color: #99D2CE;
}
</style>