Shades of Morning Glory #ADD0D3
Tints of Morning Glory #ADD0D3
RGB
CMYK
RGB Variations
Color information
#ADD0D3 (or 0xADD0D3) is known color: Morning Glory. HEX triplet: AD, D0 and D3. RGB value is (173,208,211). Sum of RGB (Red+Green+Blue) = 173+208+211=592 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.22% from 592); Green value is 208 (81.64% from 255 or 35.14% from 592); Blue value is 211 (82.81% from 255 or 35.64% from 592); Max value from RGB is 211 - color contains mainly: blue. Hex color #ADD0D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD0D3 is #522F2C. Grayscale: #C5C5C5. Windows color (decimal): -5386029 or 13881517. OLE color: 13881517.
HSL color Cylindrical-coordinate representation of color #ADD0D3: hue angle of 184.74º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADD0D3 is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 208 | 211 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.17 |
| HSL | 184.74º | 0.3% | 0.75% | - |
| HSV(B) | 184.74º | 0.18% | 0.83% | - |
| XYZ | 51.55 | 58.7 | 70.24 | - |
| YUV | 197.88 | 135.4 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 211 | 0.18 | 0.01 | 0 | 0.17 | 184.74 | 0.3 | 0.75 |
| Hex | AD | D0 | D3 | 12 | 1 | 0 | 11 | B9 | 1E | 4B |
| Octal | 255 | 320 | 323 | 22 | 1 | 0 | 21 | 271 | 36 | 113 |
| Binary | 10101101 | 11010000 | 11010011 | 10010 | 1 | 0 | 10001 | 10111001 | 11110 | 1001011 |
Color Harmonies of #ADD0D3
Complementary color
Monochromatic Colors of #ADD0D3
Black with #ADD0D3
Text Example
Text Example
White with #ADD0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD0D3; }
p { color: rgb(173,208,211); }
H1.HeaderClassName
{
color: #ADD0D3;
}
.AnyTagClassName
{
color: #ADD0D3;
}
</style>
background-color css
<style>
a { background-color: #ADD0D3; }
a { background-color: rgb(173,208,211); }
div.DivClassName
{
background-color: #ADD0D3;
}
.BgClassName
{
background-color: #ADD0D3;
}
</style>
border-color css
<style>
span { border-color: #ADD0D3; }
span { border-color: rgb(173,208,211); }
td.TdClassName
{
border-color: #ADD0D3;
}
.TagClassName
{
border-color: #ADD0D3;
}
</style>