Shades of Morning Glory #99DBDE
Tints of Morning Glory #99DBDE
RGB
CMYK
RGB Variations
Color information
#99DBDE (or 0x99DBDE) is known color: Morning Glory. HEX triplet: 99, DB and DE. RGB value is (153,219,222). Sum of RGB (Red+Green+Blue) = 153+219+222=594 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.76% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 222 - color contains mainly: blue. Hex color #99DBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DBDE is #662421. Grayscale: #C7C7C7. Windows color (decimal): -6693922 or 14605209. OLE color: 14605209.
HSL color Cylindrical-coordinate representation of color #99DBDE: hue angle of 182.61º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99DBDE is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 219 | 222 | - |
| CMYK | 0.31 | 0.01 | 0 | 0.13 |
| HSL | 182.61º | 0.51% | 0.74% | - |
| HSV(B) | 182.61º | 0.31% | 0.87% | - |
| XYZ | 51.65 | 62.71 | 78.49 | - |
| YUV | 199.61 | 140.63 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 219 | 222 | 0.31 | 0.01 | 0 | 0.13 | 182.61 | 0.51 | 0.74 |
| Hex | 99 | DB | DE | 1F | 1 | 0 | D | B7 | 33 | 4A |
| Octal | 231 | 333 | 336 | 37 | 1 | 0 | 15 | 267 | 63 | 112 |
| Binary | 10011001 | 11011011 | 11011110 | 11111 | 1 | 0 | 1101 | 10110111 | 110011 | 1001010 |
Color Harmonies of #99DBDE
Complementary color
Monochromatic Colors of #99DBDE
Black with #99DBDE
Text Example
Text Example
White with #99DBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DBDE; }
p { color: rgb(153,219,222); }
H1.HeaderClassName
{
color: #99DBDE;
}
.AnyTagClassName
{
color: #99DBDE;
}
</style>
background-color css
<style>
a { background-color: #99DBDE; }
a { background-color: rgb(153,219,222); }
div.DivClassName
{
background-color: #99DBDE;
}
.BgClassName
{
background-color: #99DBDE;
}
</style>
border-color css
<style>
span { border-color: #99DBDE; }
span { border-color: rgb(153,219,222); }
td.TdClassName
{
border-color: #99DBDE;
}
.TagClassName
{
border-color: #99DBDE;
}
</style>