Shades of Morning Glory #99CED2
Tints of Morning Glory #99CED2
RGB
CMYK
RGB Variations
Color information
#99CED2 (or 0x99CED2) is known color: Morning Glory. HEX triplet: 99, CE and D2. RGB value is (153,206,210). Sum of RGB (Red+Green+Blue) = 153+206+210=569 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.89% from 569); Green value is 206 (80.86% from 255 or 36.20% from 569); Blue value is 210 (82.42% from 255 or 36.91% from 569); Max value from RGB is 210 - color contains mainly: blue. Hex color #99CED2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CED2 is #66312D. Grayscale: #BEBEBE. Windows color (decimal): -6697262 or 13815449. OLE color: 13815449.
HSL color Cylindrical-coordinate representation of color #99CED2: hue angle of 184.21º 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 #99CED2 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 206 | 210 | - |
| CMYK | 0.27 | 0.02 | 0 | 0.18 |
| HSL | 184.21º | 0.39% | 0.71% | - |
| HSV(B) | 184.21º | 0.27% | 0.82% | - |
| XYZ | 46.84 | 55.57 | 69.23 | - |
| YUV | 190.61 | 138.94 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 206 | 210 | 0.27 | 0.02 | 0 | 0.18 | 184.21 | 0.39 | 0.71 |
| Hex | 99 | CE | D2 | 1B | 2 | 0 | 12 | B8 | 27 | 47 |
| Octal | 231 | 316 | 322 | 33 | 2 | 0 | 22 | 270 | 47 | 107 |
| Binary | 10011001 | 11001110 | 11010010 | 11011 | 10 | 0 | 10010 | 10111000 | 100111 | 1000111 |
Color Harmonies of #99CED2
Complementary color
Monochromatic Colors of #99CED2
Black with #99CED2
Text Example
Text Example
White with #99CED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CED2; }
p { color: rgb(153,206,210); }
H1.HeaderClassName
{
color: #99CED2;
}
.AnyTagClassName
{
color: #99CED2;
}
</style>
background-color css
<style>
a { background-color: #99CED2; }
a { background-color: rgb(153,206,210); }
div.DivClassName
{
background-color: #99CED2;
}
.BgClassName
{
background-color: #99CED2;
}
</style>
border-color css
<style>
span { border-color: #99CED2; }
span { border-color: rgb(153,206,210); }
td.TdClassName
{
border-color: #99CED2;
}
.TagClassName
{
border-color: #99CED2;
}
</style>