Shades of Morning Glory #A1CBD0
Tints of Morning Glory #A1CBD0
RGB
CMYK
RGB Variations
Color information
#A1CBD0 (or 0xA1CBD0) is known color: Morning Glory. HEX triplet: A1, CB and D0. RGB value is (161,203,208). Sum of RGB (Red+Green+Blue) = 161+203+208=572 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.15% from 572); Green value is 203 (79.69% from 255 or 35.49% from 572); Blue value is 208 (81.64% from 255 or 36.36% from 572); Max value from RGB is 208 - color contains mainly: blue. Hex color #A1CBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CBD0 is #5E342F. Grayscale: #BEBEBE. Windows color (decimal): -6173744 or 13683617. OLE color: 13683617.
HSL color Cylindrical-coordinate representation of color #A1CBD0: hue angle of 186.38º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1CBD0 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 203 | 208 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.18 |
| HSL | 186.38º | 0.33% | 0.72% | - |
| HSV(B) | 186.38º | 0.23% | 0.82% | - |
| XYZ | 47.44 | 54.84 | 67.76 | - |
| YUV | 191.01 | 137.59 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 203 | 208 | 0.23 | 0.02 | 0 | 0.18 | 186.38 | 0.33 | 0.72 |
| Hex | A1 | CB | D0 | 17 | 2 | 0 | 12 | BA | 21 | 48 |
| Octal | 241 | 313 | 320 | 27 | 2 | 0 | 22 | 272 | 41 | 110 |
| Binary | 10100001 | 11001011 | 11010000 | 10111 | 10 | 0 | 10010 | 10111010 | 100001 | 1001000 |
Color Harmonies of #A1CBD0
Complementary color
Monochromatic Colors of #A1CBD0
Black with #A1CBD0
Text Example
Text Example
White with #A1CBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CBD0; }
p { color: rgb(161,203,208); }
H1.HeaderClassName
{
color: #A1CBD0;
}
.AnyTagClassName
{
color: #A1CBD0;
}
</style>
background-color css
<style>
a { background-color: #A1CBD0; }
a { background-color: rgb(161,203,208); }
div.DivClassName
{
background-color: #A1CBD0;
}
.BgClassName
{
background-color: #A1CBD0;
}
</style>
border-color css
<style>
span { border-color: #A1CBD0; }
span { border-color: rgb(161,203,208); }
td.TdClassName
{
border-color: #A1CBD0;
}
.TagClassName
{
border-color: #A1CBD0;
}
</style>