Shades of Morning Glory #ADD3D7
Tints of Morning Glory #ADD3D7
RGB
CMYK
RGB Variations
Color information
#ADD3D7 (or 0xADD3D7) is known color: Morning Glory. HEX triplet: AD, D3 and D7. RGB value is (173,211,215). Sum of RGB (Red+Green+Blue) = 173+211+215=599 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.88% from 599); Green value is 211 (82.81% from 255 or 35.23% from 599); Blue value is 215 (84.38% from 255 or 35.89% from 599); Max value from RGB is 215 - color contains mainly: blue. Hex color #ADD3D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD3D7 is #522C28. Grayscale: #C8C8C8. Windows color (decimal): -5385257 or 14144429. OLE color: 14144429.
HSL color Cylindrical-coordinate representation of color #ADD3D7: hue angle of 185.71º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADD3D7 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 211 | 215 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.16 |
| HSL | 185.71º | 0.34% | 0.76% | - |
| HSV(B) | 185.71º | 0.2% | 0.84% | - |
| XYZ | 52.79 | 60.38 | 73.16 | - |
| YUV | 200.09 | 136.41 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 215 | 0.20 | 0.02 | 0 | 0.16 | 185.71 | 0.34 | 0.76 |
| Hex | AD | D3 | D7 | 14 | 2 | 0 | 10 | BA | 22 | 4C |
| Octal | 255 | 323 | 327 | 24 | 2 | 0 | 20 | 272 | 42 | 114 |
| Binary | 10101101 | 11010011 | 11010111 | 10100 | 10 | 0 | 10000 | 10111010 | 100010 | 1001100 |
Color Harmonies of #ADD3D7
Complementary color
Monochromatic Colors of #ADD3D7
Black with #ADD3D7
Text Example
Text Example
White with #ADD3D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD3D7; }
p { color: rgb(173,211,215); }
H1.HeaderClassName
{
color: #ADD3D7;
}
.AnyTagClassName
{
color: #ADD3D7;
}
</style>
background-color css
<style>
a { background-color: #ADD3D7; }
a { background-color: rgb(173,211,215); }
div.DivClassName
{
background-color: #ADD3D7;
}
.BgClassName
{
background-color: #ADD3D7;
}
</style>
border-color css
<style>
span { border-color: #ADD3D7; }
span { border-color: rgb(173,211,215); }
td.TdClassName
{
border-color: #ADD3D7;
}
.TagClassName
{
border-color: #ADD3D7;
}
</style>