Shades of Morning Glory #A8D2D4
Tints of Morning Glory #A8D2D4
RGB
CMYK
RGB Variations
Color information
#A8D2D4 (or 0xA8D2D4) is known color: Morning Glory. HEX triplet: A8, D2 and D4. RGB value is (168,210,212). Sum of RGB (Red+Green+Blue) = 168+210+212=590 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.47% from 590); Green value is 210 (82.42% from 255 or 35.59% from 590); Blue value is 212 (83.20% from 255 or 35.93% from 590); Max value from RGB is 212 - color contains mainly: blue. Hex color #A8D2D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D2D4 is #572D2B. Grayscale: #C5C5C5. Windows color (decimal): -5713196 or 13947560. OLE color: 13947560.
HSL color Cylindrical-coordinate representation of color #A8D2D4: hue angle of 182.73º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8D2D4 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 210 | 212 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.17 |
| HSL | 182.73º | 0.34% | 0.75% | - |
| HSV(B) | 182.73º | 0.21% | 0.83% | - |
| XYZ | 51.08 | 59.17 | 71.02 | - |
| YUV | 197.67 | 136.09 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 210 | 212 | 0.21 | 0.01 | 0 | 0.17 | 182.73 | 0.34 | 0.75 |
| Hex | A8 | D2 | D4 | 15 | 1 | 0 | 11 | B7 | 22 | 4B |
| Octal | 250 | 322 | 324 | 25 | 1 | 0 | 21 | 267 | 42 | 113 |
| Binary | 10101000 | 11010010 | 11010100 | 10101 | 1 | 0 | 10001 | 10110111 | 100010 | 1001011 |
Color Harmonies of #A8D2D4
Complementary color
Monochromatic Colors of #A8D2D4
Black with #A8D2D4
Text Example
Text Example
White with #A8D2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D2D4; }
p { color: rgb(168,210,212); }
H1.HeaderClassName
{
color: #A8D2D4;
}
.AnyTagClassName
{
color: #A8D2D4;
}
</style>
background-color css
<style>
a { background-color: #A8D2D4; }
a { background-color: rgb(168,210,212); }
div.DivClassName
{
background-color: #A8D2D4;
}
.BgClassName
{
background-color: #A8D2D4;
}
</style>
border-color css
<style>
span { border-color: #A8D2D4; }
span { border-color: rgb(168,210,212); }
td.TdClassName
{
border-color: #A8D2D4;
}
.TagClassName
{
border-color: #A8D2D4;
}
</style>