Shades of Morning Glory #A8D6D7
Tints of Morning Glory #A8D6D7
RGB
CMYK
RGB Variations
Color information
#A8D6D7 (or 0xA8D6D7) is known color: Morning Glory. HEX triplet: A8, D6 and D7. RGB value is (168,214,215). Sum of RGB (Red+Green+Blue) = 168+214+215=597 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.14% from 597); Green value is 214 (83.98% from 255 or 35.85% from 597); Blue value is 215 (84.38% from 255 or 36.01% from 597); Max value from RGB is 215 - color contains mainly: blue. Hex color #A8D6D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D6D7 is #572928. Grayscale: #C8C8C8. Windows color (decimal): -5712169 or 14145192. OLE color: 14145192.
HSL color Cylindrical-coordinate representation of color #A8D6D7: hue angle of 181.28º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A8D6D7 is Cyan = 0.22, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 214 | 215 | - |
| CMYK | 0.22 | 0.00 | 0 | 0.16 |
| HSL | 181.28º | 0.37% | 0.75% | - |
| HSV(B) | 181.28º | 0.22% | 0.84% | - |
| XYZ | 52.46 | 61.32 | 73.36 | - |
| YUV | 200.36 | 136.26 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 214 | 215 | 0.22 | 0.00 | 0 | 0.16 | 181.28 | 0.37 | 0.75 |
| Hex | A8 | D6 | D7 | 16 | 0 | 0 | 10 | B5 | 25 | 4B |
| Octal | 250 | 326 | 327 | 26 | 0 | 0 | 20 | 265 | 45 | 113 |
| Binary | 10101000 | 11010110 | 11010111 | 10110 | 0 | 0 | 10000 | 10110101 | 100101 | 1001011 |
Color Harmonies of #A8D6D7
Complementary color
Monochromatic Colors of #A8D6D7
Black with #A8D6D7
Text Example
Text Example
White with #A8D6D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D6D7; }
p { color: rgb(168,214,215); }
H1.HeaderClassName
{
color: #A8D6D7;
}
.AnyTagClassName
{
color: #A8D6D7;
}
</style>
background-color css
<style>
a { background-color: #A8D6D7; }
a { background-color: rgb(168,214,215); }
div.DivClassName
{
background-color: #A8D6D7;
}
.BgClassName
{
background-color: #A8D6D7;
}
</style>
border-color css
<style>
span { border-color: #A8D6D7; }
span { border-color: rgb(168,214,215); }
td.TdClassName
{
border-color: #A8D6D7;
}
.TagClassName
{
border-color: #A8D6D7;
}
</style>