Shades of Morning Glory #A6D4D8
Tints of Morning Glory #A6D4D8
RGB
CMYK
RGB Variations
Color information
#A6D4D8 (or 0xA6D4D8) is known color: Morning Glory. HEX triplet: A6, D4 and D8. RGB value is (166,212,216). Sum of RGB (Red+Green+Blue) = 166+212+216=594 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.95% from 594); Green value is 212 (83.20% from 255 or 35.69% from 594); Blue value is 216 (84.77% from 255 or 36.36% from 594); Max value from RGB is 216 - color contains mainly: blue. Hex color #A6D4D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D4D8 is #592B27. Grayscale: #C6C6C6. Windows color (decimal): -5843752 or 14210214. OLE color: 14210214.
HSL color Cylindrical-coordinate representation of color #A6D4D8: hue angle of 184.8º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A6D4D8 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 212 | 216 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.15 |
| HSL | 184.8º | 0.39% | 0.75% | - |
| HSV(B) | 184.8º | 0.23% | 0.85% | - |
| XYZ | 51.66 | 60.15 | 73.85 | - |
| YUV | 198.7 | 137.76 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 212 | 216 | 0.23 | 0.02 | 0 | 0.15 | 184.8 | 0.39 | 0.75 |
| Hex | A6 | D4 | D8 | 17 | 2 | 0 | F | B9 | 27 | 4B |
| Octal | 246 | 324 | 330 | 27 | 2 | 0 | 17 | 271 | 47 | 113 |
| Binary | 10100110 | 11010100 | 11011000 | 10111 | 10 | 0 | 1111 | 10111001 | 100111 | 1001011 |
Color Harmonies of #A6D4D8
Complementary color
Monochromatic Colors of #A6D4D8
Black with #A6D4D8
Text Example
Text Example
White with #A6D4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D4D8; }
p { color: rgb(166,212,216); }
H1.HeaderClassName
{
color: #A6D4D8;
}
.AnyTagClassName
{
color: #A6D4D8;
}
</style>
background-color css
<style>
a { background-color: #A6D4D8; }
a { background-color: rgb(166,212,216); }
div.DivClassName
{
background-color: #A6D4D8;
}
.BgClassName
{
background-color: #A6D4D8;
}
</style>
border-color css
<style>
span { border-color: #A6D4D8; }
span { border-color: rgb(166,212,216); }
td.TdClassName
{
border-color: #A6D4D8;
}
.TagClassName
{
border-color: #A6D4D8;
}
</style>