Shades of Morning Glory #A8D8DA
Tints of Morning Glory #A8D8DA
RGB
CMYK
RGB Variations
Color information
#A8D8DA (or 0xA8D8DA) is known color: Morning Glory. HEX triplet: A8, D8 and DA. RGB value is (168,216,218). Sum of RGB (Red+Green+Blue) = 168+216+218=602 (79% of max value = 765). Red value is 168 (66.02% from 255 or 27.91% from 602); Green value is 216 (84.77% from 255 or 35.88% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 218 - color contains mainly: blue. Hex color #A8D8DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D8DA is #572725. Grayscale: #C9C9C9. Windows color (decimal): -5711654 or 14342312. OLE color: 14342312.
HSL color Cylindrical-coordinate representation of color #A8D8DA: hue angle of 182.4º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8D8DA is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 216 | 218 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.15 |
| HSL | 182.4º | 0.4% | 0.76% | - |
| HSV(B) | 182.4º | 0.23% | 0.85% | - |
| XYZ | 53.36 | 62.5 | 75.58 | - |
| YUV | 201.88 | 137.1 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 216 | 218 | 0.23 | 0.01 | 0 | 0.15 | 182.4 | 0.4 | 0.76 |
| Hex | A8 | D8 | DA | 17 | 1 | 0 | F | B6 | 28 | 4C |
| Octal | 250 | 330 | 332 | 27 | 1 | 0 | 17 | 266 | 50 | 114 |
| Binary | 10101000 | 11011000 | 11011010 | 10111 | 1 | 0 | 1111 | 10110110 | 101000 | 1001100 |
Color Harmonies of #A8D8DA
Complementary color
Monochromatic Colors of #A8D8DA
Black with #A8D8DA
Text Example
Text Example
White with #A8D8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D8DA; }
p { color: rgb(168,216,218); }
H1.HeaderClassName
{
color: #A8D8DA;
}
.AnyTagClassName
{
color: #A8D8DA;
}
</style>
background-color css
<style>
a { background-color: #A8D8DA; }
a { background-color: rgb(168,216,218); }
div.DivClassName
{
background-color: #A8D8DA;
}
.BgClassName
{
background-color: #A8D8DA;
}
</style>
border-color css
<style>
span { border-color: #A8D8DA; }
span { border-color: rgb(168,216,218); }
td.TdClassName
{
border-color: #A8D8DA;
}
.TagClassName
{
border-color: #A8D8DA;
}
</style>