Shades of Morning Glory #A2D3D6
Tints of Morning Glory #A2D3D6
RGB
CMYK
RGB Variations
Color information
#A2D3D6 (or 0xA2D3D6) is known color: Morning Glory. HEX triplet: A2, D3 and D6. RGB value is (162,211,214). Sum of RGB (Red+Green+Blue) = 162+211+214=587 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.60% from 587); Green value is 211 (82.81% from 255 or 35.95% from 587); Blue value is 214 (83.98% from 255 or 36.46% from 587); Max value from RGB is 214 - color contains mainly: blue. Hex color #A2D3D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D3D6 is #5D2C29. Grayscale: #C4C4C4. Windows color (decimal): -6106154 or 14078882. OLE color: 14078882.
HSL color Cylindrical-coordinate representation of color #A2D3D6: hue angle of 183.46º degrees, saturation: 0.39, 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 #A2D3D6 is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 211 | 214 | - |
| CMYK | 0.24 | 0.01 | 0 | 0.16 |
| HSL | 183.46º | 0.39% | 0.74% | - |
| HSV(B) | 183.46º | 0.24% | 0.84% | - |
| XYZ | 50.33 | 59.12 | 72.38 | - |
| YUV | 196.69 | 137.77 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 211 | 214 | 0.24 | 0.01 | 0 | 0.16 | 183.46 | 0.39 | 0.74 |
| Hex | A2 | D3 | D6 | 18 | 1 | 0 | 10 | B7 | 27 | 4A |
| Octal | 242 | 323 | 326 | 30 | 1 | 0 | 20 | 267 | 47 | 112 |
| Binary | 10100010 | 11010011 | 11010110 | 11000 | 1 | 0 | 10000 | 10110111 | 100111 | 1001010 |
Color Harmonies of #A2D3D6
Complementary color
Monochromatic Colors of #A2D3D6
Black with #A2D3D6
Text Example
Text Example
White with #A2D3D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D3D6; }
p { color: rgb(162,211,214); }
H1.HeaderClassName
{
color: #A2D3D6;
}
.AnyTagClassName
{
color: #A2D3D6;
}
</style>
background-color css
<style>
a { background-color: #A2D3D6; }
a { background-color: rgb(162,211,214); }
div.DivClassName
{
background-color: #A2D3D6;
}
.BgClassName
{
background-color: #A2D3D6;
}
</style>
border-color css
<style>
span { border-color: #A2D3D6; }
span { border-color: rgb(162,211,214); }
td.TdClassName
{
border-color: #A2D3D6;
}
.TagClassName
{
border-color: #A2D3D6;
}
</style>