Shades of Morning Glory #A1CCCF
Tints of Morning Glory #A1CCCF
RGB
CMYK
RGB Variations
Color information
#A1CCCF (or 0xA1CCCF) is known color: Morning Glory. HEX triplet: A1, CC and CF. RGB value is (161,204,207). Sum of RGB (Red+Green+Blue) = 161+204+207=572 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.15% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 207 - color contains mainly: blue. Hex color #A1CCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CCCF is #5E3330. Grayscale: #BFBFBF. Windows color (decimal): -6173489 or 13618337. OLE color: 13618337.
HSL color Cylindrical-coordinate representation of color #A1CCCF: hue angle of 183.91º 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 #A1CCCF is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 204 | 207 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.19 |
| HSL | 183.91º | 0.32% | 0.72% | - |
| HSV(B) | 183.91º | 0.22% | 0.81% | - |
| XYZ | 47.55 | 55.27 | 67.19 | - |
| YUV | 191.49 | 136.75 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 204 | 207 | 0.22 | 0.01 | 0 | 0.19 | 183.91 | 0.32 | 0.72 |
| Hex | A1 | CC | CF | 16 | 1 | 0 | 13 | B8 | 20 | 48 |
| Octal | 241 | 314 | 317 | 26 | 1 | 0 | 23 | 270 | 40 | 110 |
| Binary | 10100001 | 11001100 | 11001111 | 10110 | 1 | 0 | 10011 | 10111000 | 100000 | 1001000 |
Color Harmonies of #A1CCCF
Complementary color
Monochromatic Colors of #A1CCCF
Black with #A1CCCF
Text Example
Text Example
White with #A1CCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CCCF; }
p { color: rgb(161,204,207); }
H1.HeaderClassName
{
color: #A1CCCF;
}
.AnyTagClassName
{
color: #A1CCCF;
}
</style>
background-color css
<style>
a { background-color: #A1CCCF; }
a { background-color: rgb(161,204,207); }
div.DivClassName
{
background-color: #A1CCCF;
}
.BgClassName
{
background-color: #A1CCCF;
}
</style>
border-color css
<style>
span { border-color: #A1CCCF; }
span { border-color: rgb(161,204,207); }
td.TdClassName
{
border-color: #A1CCCF;
}
.TagClassName
{
border-color: #A1CCCF;
}
</style>