Shades of Morning Glory #A1CFD5
Tints of Morning Glory #A1CFD5
RGB
CMYK
RGB Variations
Color information
#A1CFD5 (or 0xA1CFD5) is known color: Morning Glory. HEX triplet: A1, CF and D5. RGB value is (161,207,213). Sum of RGB (Red+Green+Blue) = 161+207+213=581 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.71% from 581); Green value is 207 (81.25% from 255 or 35.63% from 581); Blue value is 213 (83.59% from 255 or 36.66% from 581); Max value from RGB is 213 - color contains mainly: blue. Hex color #A1CFD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CFD5 is #5E302A. Grayscale: #C1C1C1. Windows color (decimal): -6172715 or 14012321. OLE color: 14012321.
HSL color Cylindrical-coordinate representation of color #A1CFD5: hue angle of 186.92º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1CFD5 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 207 | 213 | - |
| CMYK | 0.24 | 0.03 | 0 | 0.16 |
| HSL | 186.92º | 0.38% | 0.73% | - |
| HSV(B) | 186.92º | 0.24% | 0.84% | - |
| XYZ | 49.02 | 57.01 | 71.37 | - |
| YUV | 193.93 | 138.76 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 207 | 213 | 0.24 | 0.03 | 0 | 0.16 | 186.92 | 0.38 | 0.73 |
| Hex | A1 | CF | D5 | 18 | 3 | 0 | 10 | BB | 26 | 49 |
| Octal | 241 | 317 | 325 | 30 | 3 | 0 | 20 | 273 | 46 | 111 |
| Binary | 10100001 | 11001111 | 11010101 | 11000 | 11 | 0 | 10000 | 10111011 | 100110 | 1001001 |
Color Harmonies of #A1CFD5
Complementary color
Monochromatic Colors of #A1CFD5
Black with #A1CFD5
Text Example
Text Example
White with #A1CFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CFD5; }
p { color: rgb(161,207,213); }
H1.HeaderClassName
{
color: #A1CFD5;
}
.AnyTagClassName
{
color: #A1CFD5;
}
</style>
background-color css
<style>
a { background-color: #A1CFD5; }
a { background-color: rgb(161,207,213); }
div.DivClassName
{
background-color: #A1CFD5;
}
.BgClassName
{
background-color: #A1CFD5;
}
</style>
border-color css
<style>
span { border-color: #A1CFD5; }
span { border-color: rgb(161,207,213); }
td.TdClassName
{
border-color: #A1CFD5;
}
.TagClassName
{
border-color: #A1CFD5;
}
</style>