Shades of Morning Glory #AAD3D6
Tints of Morning Glory #AAD3D6
RGB
CMYK
RGB Variations
Color information
#AAD3D6 (or 0xAAD3D6) is known color: Morning Glory. HEX triplet: AA, D3 and D6. RGB value is (170,211,214). Sum of RGB (Red+Green+Blue) = 170+211+214=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 211 (82.81% from 255 or 35.46% from 595); Blue value is 214 (83.98% from 255 or 35.97% from 595); Max value from RGB is 214 - color contains mainly: blue. Hex color #AAD3D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD3D6 is #552C29. Grayscale: #C7C7C7. Windows color (decimal): -5581866 or 14078890. OLE color: 14078890.
HSL color Cylindrical-coordinate representation of color #AAD3D6: hue angle of 184.09º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAD3D6 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 211 | 214 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.16 |
| HSL | 184.09º | 0.35% | 0.75% | - |
| HSV(B) | 184.09º | 0.21% | 0.84% | - |
| XYZ | 52.01 | 59.99 | 72.46 | - |
| YUV | 199.08 | 136.42 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 211 | 214 | 0.21 | 0.01 | 0 | 0.16 | 184.09 | 0.35 | 0.75 |
| Hex | AA | D3 | D6 | 15 | 1 | 0 | 10 | B8 | 23 | 4B |
| Octal | 252 | 323 | 326 | 25 | 1 | 0 | 20 | 270 | 43 | 113 |
| Binary | 10101010 | 11010011 | 11010110 | 10101 | 1 | 0 | 10000 | 10111000 | 100011 | 1001011 |
Color Harmonies of #AAD3D6
Complementary color
Monochromatic Colors of #AAD3D6
Black with #AAD3D6
Text Example
Text Example
White with #AAD3D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD3D6; }
p { color: rgb(170,211,214); }
H1.HeaderClassName
{
color: #AAD3D6;
}
.AnyTagClassName
{
color: #AAD3D6;
}
</style>
background-color css
<style>
a { background-color: #AAD3D6; }
a { background-color: rgb(170,211,214); }
div.DivClassName
{
background-color: #AAD3D6;
}
.BgClassName
{
background-color: #AAD3D6;
}
</style>
border-color css
<style>
span { border-color: #AAD3D6; }
span { border-color: rgb(170,211,214); }
td.TdClassName
{
border-color: #AAD3D6;
}
.TagClassName
{
border-color: #AAD3D6;
}
</style>