Shades of Morning Glory #A2C9CF
Tints of Morning Glory #A2C9CF
RGB
CMYK
RGB Variations
Color information
#A2C9CF (or 0xA2C9CF) is known color: Morning Glory. HEX triplet: A2, C9 and CF. RGB value is (162,201,207). Sum of RGB (Red+Green+Blue) = 162+201+207=570 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.42% from 570); Green value is 201 (78.91% from 255 or 35.26% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 207 - color contains mainly: blue. Hex color #A2C9CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2C9CF is #5D3630. Grayscale: #BDBDBD. Windows color (decimal): -6108721 or 13617570. OLE color: 13617570.
HSL color Cylindrical-coordinate representation of color #A2C9CF: hue angle of 188º 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 #A2C9CF is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 201 | 207 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.19 |
| HSL | 188º | 0.32% | 0.72% | - |
| HSV(B) | 188º | 0.22% | 0.81% | - |
| XYZ | 47.05 | 53.96 | 66.97 | - |
| YUV | 190.02 | 137.58 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 201 | 207 | 0.22 | 0.03 | 0 | 0.19 | 188 | 0.32 | 0.72 |
| Hex | A2 | C9 | CF | 16 | 3 | 0 | 13 | BC | 20 | 48 |
| Octal | 242 | 311 | 317 | 26 | 3 | 0 | 23 | 274 | 40 | 110 |
| Binary | 10100010 | 11001001 | 11001111 | 10110 | 11 | 0 | 10011 | 10111100 | 100000 | 1001000 |
Color Harmonies of #A2C9CF
Complementary color
Monochromatic Colors of #A2C9CF
Black with #A2C9CF
Text Example
Text Example
White with #A2C9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C9CF; }
p { color: rgb(162,201,207); }
H1.HeaderClassName
{
color: #A2C9CF;
}
.AnyTagClassName
{
color: #A2C9CF;
}
</style>
background-color css
<style>
a { background-color: #A2C9CF; }
a { background-color: rgb(162,201,207); }
div.DivClassName
{
background-color: #A2C9CF;
}
.BgClassName
{
background-color: #A2C9CF;
}
</style>
border-color css
<style>
span { border-color: #A2C9CF; }
span { border-color: rgb(162,201,207); }
td.TdClassName
{
border-color: #A2C9CF;
}
.TagClassName
{
border-color: #A2C9CF;
}
</style>