Shades of Morning Glory #ADD4D7
Tints of Morning Glory #ADD4D7
RGB
CMYK
RGB Variations
Color information
#ADD4D7 (or 0xADD4D7) is known color: Morning Glory. HEX triplet: AD, D4 and D7. RGB value is (173,212,215). Sum of RGB (Red+Green+Blue) = 173+212+215=600 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.83% from 600); Green value is 212 (83.20% from 255 or 35.33% from 600); Blue value is 215 (84.38% from 255 or 35.83% from 600); Max value from RGB is 215 - color contains mainly: blue. Hex color #ADD4D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD4D7 is #522B28. Grayscale: #C8C8C8. Windows color (decimal): -5385001 or 14144685. OLE color: 14144685.
HSL color Cylindrical-coordinate representation of color #ADD4D7: hue angle of 184.29º 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 #ADD4D7 is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 212 | 215 | - |
| CMYK | 0.20 | 0.01 | 0 | 0.16 |
| HSL | 184.29º | 0.34% | 0.76% | - |
| HSV(B) | 184.29º | 0.2% | 0.84% | - |
| XYZ | 53.04 | 60.88 | 73.24 | - |
| YUV | 200.68 | 136.08 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 215 | 0.20 | 0.01 | 0 | 0.16 | 184.29 | 0.34 | 0.76 |
| Hex | AD | D4 | D7 | 14 | 1 | 0 | 10 | B8 | 22 | 4C |
| Octal | 255 | 324 | 327 | 24 | 1 | 0 | 20 | 270 | 42 | 114 |
| Binary | 10101101 | 11010100 | 11010111 | 10100 | 1 | 0 | 10000 | 10111000 | 100010 | 1001100 |
Color Harmonies of #ADD4D7
Complementary color
Monochromatic Colors of #ADD4D7
Black with #ADD4D7
Text Example
Text Example
White with #ADD4D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD4D7; }
p { color: rgb(173,212,215); }
H1.HeaderClassName
{
color: #ADD4D7;
}
.AnyTagClassName
{
color: #ADD4D7;
}
</style>
background-color css
<style>
a { background-color: #ADD4D7; }
a { background-color: rgb(173,212,215); }
div.DivClassName
{
background-color: #ADD4D7;
}
.BgClassName
{
background-color: #ADD4D7;
}
</style>
border-color css
<style>
span { border-color: #ADD4D7; }
span { border-color: rgb(173,212,215); }
td.TdClassName
{
border-color: #ADD4D7;
}
.TagClassName
{
border-color: #ADD4D7;
}
</style>