Shades of Morning Glory #A2CCD2
Tints of Morning Glory #A2CCD2
RGB
CMYK
RGB Variations
Color information
#A2CCD2 (or 0xA2CCD2) is known color: Morning Glory. HEX triplet: A2, CC and D2. RGB value is (162,204,210). Sum of RGB (Red+Green+Blue) = 162+204+210=576 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.12% from 576); Green value is 204 (80.08% from 255 or 35.42% from 576); Blue value is 210 (82.42% from 255 or 36.46% from 576); Max value from RGB is 210 - color contains mainly: blue. Hex color #A2CCD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CCD2 is #5D332D. Grayscale: #C0C0C0. Windows color (decimal): -6107950 or 13814946. OLE color: 13814946.
HSL color Cylindrical-coordinate representation of color #A2CCD2: hue angle of 187.5º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A2CCD2 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 204 | 210 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.18 |
| HSL | 187.5º | 0.35% | 0.73% | - |
| HSV(B) | 187.5º | 0.23% | 0.82% | - |
| XYZ | 48.13 | 55.52 | 69.15 | - |
| YUV | 192.13 | 138.09 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 204 | 210 | 0.23 | 0.03 | 0 | 0.18 | 187.5 | 0.35 | 0.73 |
| Hex | A2 | CC | D2 | 17 | 3 | 0 | 12 | BC | 23 | 49 |
| Octal | 242 | 314 | 322 | 27 | 3 | 0 | 22 | 274 | 43 | 111 |
| Binary | 10100010 | 11001100 | 11010010 | 10111 | 11 | 0 | 10010 | 10111100 | 100011 | 1001001 |
Color Harmonies of #A2CCD2
Complementary color
Monochromatic Colors of #A2CCD2
Black with #A2CCD2
Text Example
Text Example
White with #A2CCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CCD2; }
p { color: rgb(162,204,210); }
H1.HeaderClassName
{
color: #A2CCD2;
}
.AnyTagClassName
{
color: #A2CCD2;
}
</style>
background-color css
<style>
a { background-color: #A2CCD2; }
a { background-color: rgb(162,204,210); }
div.DivClassName
{
background-color: #A2CCD2;
}
.BgClassName
{
background-color: #A2CCD2;
}
</style>
border-color css
<style>
span { border-color: #A2CCD2; }
span { border-color: rgb(162,204,210); }
td.TdClassName
{
border-color: #A2CCD2;
}
.TagClassName
{
border-color: #A2CCD2;
}
</style>