Shades of Morning Glory #A1C9CE
Tints of Morning Glory #A1C9CE
RGB
CMYK
RGB Variations
Color information
#A1C9CE (or 0xA1C9CE) is known color: Morning Glory. HEX triplet: A1, C9 and CE. RGB value is (161,201,206). Sum of RGB (Red+Green+Blue) = 161+201+206=568 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.35% from 568); Green value is 201 (78.91% from 255 or 35.39% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 206 - color contains mainly: blue. Hex color #A1C9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C9CE is #5E3631. Grayscale: #BDBDBD. Windows color (decimal): -6174258 or 13552033. OLE color: 13552033.
HSL color Cylindrical-coordinate representation of color #A1C9CE: hue angle of 186.67º degrees, saturation: 0.31, 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 #A1C9CE is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 201 | 206 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.19 |
| HSL | 186.67º | 0.31% | 0.72% | - |
| HSV(B) | 186.67º | 0.22% | 0.81% | - |
| XYZ | 46.73 | 53.81 | 66.32 | - |
| YUV | 189.61 | 137.25 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 201 | 206 | 0.22 | 0.02 | 0 | 0.19 | 186.67 | 0.31 | 0.72 |
| Hex | A1 | C9 | CE | 16 | 2 | 0 | 13 | BB | 1F | 48 |
| Octal | 241 | 311 | 316 | 26 | 2 | 0 | 23 | 273 | 37 | 110 |
| Binary | 10100001 | 11001001 | 11001110 | 10110 | 10 | 0 | 10011 | 10111011 | 11111 | 1001000 |
Color Harmonies of #A1C9CE
Complementary color
Monochromatic Colors of #A1C9CE
Black with #A1C9CE
Text Example
Text Example
White with #A1C9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C9CE; }
p { color: rgb(161,201,206); }
H1.HeaderClassName
{
color: #A1C9CE;
}
.AnyTagClassName
{
color: #A1C9CE;
}
</style>
background-color css
<style>
a { background-color: #A1C9CE; }
a { background-color: rgb(161,201,206); }
div.DivClassName
{
background-color: #A1C9CE;
}
.BgClassName
{
background-color: #A1C9CE;
}
</style>
border-color css
<style>
span { border-color: #A1C9CE; }
span { border-color: rgb(161,201,206); }
td.TdClassName
{
border-color: #A1C9CE;
}
.TagClassName
{
border-color: #A1C9CE;
}
</style>