Shades of Morning Glory #AAD1D3
Tints of Morning Glory #AAD1D3
RGB
CMYK
RGB Variations
Color information
#AAD1D3 (or 0xAAD1D3) is known color: Morning Glory. HEX triplet: AA, D1 and D3. RGB value is (170,209,211). Sum of RGB (Red+Green+Blue) = 170+209+211=590 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.81% from 590); Green value is 209 (82.03% from 255 or 35.42% from 590); Blue value is 211 (82.81% from 255 or 35.76% from 590); Max value from RGB is 211 - color contains mainly: blue. Hex color #AAD1D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD1D3 is #552E2C. Grayscale: #C5C5C5. Windows color (decimal): -5582381 or 13881770. OLE color: 13881770.
HSL color Cylindrical-coordinate representation of color #AAD1D3: hue angle of 182.93º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAD1D3 is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 209 | 211 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.17 |
| HSL | 182.93º | 0.32% | 0.75% | - |
| HSV(B) | 182.93º | 0.19% | 0.83% | - |
| XYZ | 51.14 | 58.85 | 70.29 | - |
| YUV | 197.57 | 135.58 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 211 | 0.19 | 0.01 | 0 | 0.17 | 182.93 | 0.32 | 0.75 |
| Hex | AA | D1 | D3 | 13 | 1 | 0 | 11 | B7 | 20 | 4B |
| Octal | 252 | 321 | 323 | 23 | 1 | 0 | 21 | 267 | 40 | 113 |
| Binary | 10101010 | 11010001 | 11010011 | 10011 | 1 | 0 | 10001 | 10110111 | 100000 | 1001011 |
Color Harmonies of #AAD1D3
Complementary color
Monochromatic Colors of #AAD1D3
Black with #AAD1D3
Text Example
Text Example
White with #AAD1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD1D3; }
p { color: rgb(170,209,211); }
H1.HeaderClassName
{
color: #AAD1D3;
}
.AnyTagClassName
{
color: #AAD1D3;
}
</style>
background-color css
<style>
a { background-color: #AAD1D3; }
a { background-color: rgb(170,209,211); }
div.DivClassName
{
background-color: #AAD1D3;
}
.BgClassName
{
background-color: #AAD1D3;
}
</style>
border-color css
<style>
span { border-color: #AAD1D3; }
span { border-color: rgb(170,209,211); }
td.TdClassName
{
border-color: #AAD1D3;
}
.TagClassName
{
border-color: #AAD1D3;
}
</style>