Shades of Morning Glory #A5D4D5
Tints of Morning Glory #A5D4D5
RGB
CMYK
RGB Variations
Color information
#A5D4D5 (or 0xA5D4D5) is known color: Morning Glory. HEX triplet: A5, D4 and D5. RGB value is (165,212,213). Sum of RGB (Red+Green+Blue) = 165+212+213=590 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.97% from 590); Green value is 212 (83.20% from 255 or 35.93% from 590); Blue value is 213 (83.59% from 255 or 36.10% from 590); Max value from RGB is 213 - color contains mainly: blue. Hex color #A5D4D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D4D5 is #5A2B2A. Grayscale: #C6C6C6. Windows color (decimal): -5909291 or 14013605. OLE color: 14013605.
HSL color Cylindrical-coordinate representation of color #A5D4D5: hue angle of 181.25º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5D4D5 is Cyan = 0.23, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 212 | 213 | - |
| CMYK | 0.23 | 0.00 | 0 | 0.16 |
| HSL | 181.25º | 0.36% | 0.74% | - |
| HSV(B) | 181.25º | 0.23% | 0.84% | - |
| XYZ | 51.07 | 59.89 | 71.82 | - |
| YUV | 198.06 | 136.43 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 212 | 213 | 0.23 | 0.00 | 0 | 0.16 | 181.25 | 0.36 | 0.74 |
| Hex | A5 | D4 | D5 | 17 | 0 | 0 | 10 | B5 | 24 | 4A |
| Octal | 245 | 324 | 325 | 27 | 0 | 0 | 20 | 265 | 44 | 112 |
| Binary | 10100101 | 11010100 | 11010101 | 10111 | 0 | 0 | 10000 | 10110101 | 100100 | 1001010 |
Color Harmonies of #A5D4D5
Complementary color
Monochromatic Colors of #A5D4D5
Black with #A5D4D5
Text Example
Text Example
White with #A5D4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D4D5; }
p { color: rgb(165,212,213); }
H1.HeaderClassName
{
color: #A5D4D5;
}
.AnyTagClassName
{
color: #A5D4D5;
}
</style>
background-color css
<style>
a { background-color: #A5D4D5; }
a { background-color: rgb(165,212,213); }
div.DivClassName
{
background-color: #A5D4D5;
}
.BgClassName
{
background-color: #A5D4D5;
}
</style>
border-color css
<style>
span { border-color: #A5D4D5; }
span { border-color: rgb(165,212,213); }
td.TdClassName
{
border-color: #A5D4D5;
}
.TagClassName
{
border-color: #A5D4D5;
}
</style>