Shades of Morning Glory #A2CECF
Tints of Morning Glory #A2CECF
RGB
CMYK
RGB Variations
Color information
#A2CECF (or 0xA2CECF) is known color: Morning Glory. HEX triplet: A2, CE and CF. RGB value is (162,206,207). Sum of RGB (Red+Green+Blue) = 162+206+207=575 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.17% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 207 - color contains mainly: blue. Hex color #A2CECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CECF is #5D3130. Grayscale: #C0C0C0. Windows color (decimal): -6107441 or 13618850. OLE color: 13618850.
HSL color Cylindrical-coordinate representation of color #A2CECF: hue angle of 181.33º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2CECF is Cyan = 0.22, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 206 | 207 | - |
| CMYK | 0.22 | 0.00 | 0 | 0.19 |
| HSL | 181.33º | 0.32% | 0.72% | - |
| HSV(B) | 181.33º | 0.22% | 0.81% | - |
| XYZ | 48.23 | 56.33 | 67.36 | - |
| YUV | 192.96 | 135.92 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 206 | 207 | 0.22 | 0.00 | 0 | 0.19 | 181.33 | 0.32 | 0.72 |
| Hex | A2 | CE | CF | 16 | 0 | 0 | 13 | B5 | 20 | 48 |
| Octal | 242 | 316 | 317 | 26 | 0 | 0 | 23 | 265 | 40 | 110 |
| Binary | 10100010 | 11001110 | 11001111 | 10110 | 0 | 0 | 10011 | 10110101 | 100000 | 1001000 |
Color Harmonies of #A2CECF
Complementary color
Monochromatic Colors of #A2CECF
Black with #A2CECF
Text Example
Text Example
White with #A2CECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CECF; }
p { color: rgb(162,206,207); }
H1.HeaderClassName
{
color: #A2CECF;
}
.AnyTagClassName
{
color: #A2CECF;
}
</style>
background-color css
<style>
a { background-color: #A2CECF; }
a { background-color: rgb(162,206,207); }
div.DivClassName
{
background-color: #A2CECF;
}
.BgClassName
{
background-color: #A2CECF;
}
</style>
border-color css
<style>
span { border-color: #A2CECF; }
span { border-color: rgb(162,206,207); }
td.TdClassName
{
border-color: #A2CECF;
}
.TagClassName
{
border-color: #A2CECF;
}
</style>