Shades of Morning Glory #A3D5D6
Tints of Morning Glory #A3D5D6
RGB
CMYK
RGB Variations
Color information
#A3D5D6 (or 0xA3D5D6) is known color: Morning Glory. HEX triplet: A3, D5 and D6. RGB value is (163,213,214). Sum of RGB (Red+Green+Blue) = 163+213+214=590 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.63% from 590); Green value is 213 (83.59% from 255 or 36.10% from 590); Blue value is 214 (83.98% from 255 or 36.27% from 590); Max value from RGB is 214 - color contains mainly: blue. Hex color #A3D5D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D5D6 is #5C2A29. Grayscale: #C6C6C6. Windows color (decimal): -6040106 or 14079395. OLE color: 14079395.
HSL color Cylindrical-coordinate representation of color #A3D5D6: hue angle of 181.18º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A3D5D6 is Cyan = 0.24, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 213 | 214 | - |
| CMYK | 0.24 | 0.00 | 0 | 0.16 |
| HSL | 181.18º | 0.38% | 0.74% | - |
| HSV(B) | 181.18º | 0.24% | 0.84% | - |
| XYZ | 51.04 | 60.23 | 72.55 | - |
| YUV | 198.16 | 136.94 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 213 | 214 | 0.24 | 0.00 | 0 | 0.16 | 181.18 | 0.38 | 0.74 |
| Hex | A3 | D5 | D6 | 18 | 0 | 0 | 10 | B5 | 26 | 4A |
| Octal | 243 | 325 | 326 | 30 | 0 | 0 | 20 | 265 | 46 | 112 |
| Binary | 10100011 | 11010101 | 11010110 | 11000 | 0 | 0 | 10000 | 10110101 | 100110 | 1001010 |
Color Harmonies of #A3D5D6
Complementary color
Monochromatic Colors of #A3D5D6
Black with #A3D5D6
Text Example
Text Example
White with #A3D5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D5D6; }
p { color: rgb(163,213,214); }
H1.HeaderClassName
{
color: #A3D5D6;
}
.AnyTagClassName
{
color: #A3D5D6;
}
</style>
background-color css
<style>
a { background-color: #A3D5D6; }
a { background-color: rgb(163,213,214); }
div.DivClassName
{
background-color: #A3D5D6;
}
.BgClassName
{
background-color: #A3D5D6;
}
</style>
border-color css
<style>
span { border-color: #A3D5D6; }
span { border-color: rgb(163,213,214); }
td.TdClassName
{
border-color: #A3D5D6;
}
.TagClassName
{
border-color: #A3D5D6;
}
</style>