Shades of Morning Glory #A8CECF
Tints of Morning Glory #A8CECF
RGB
CMYK
RGB Variations
Color information
#A8CECF (or 0xA8CECF) is known color: Morning Glory. HEX triplet: A8, CE and CF. RGB value is (168,206,207). Sum of RGB (Red+Green+Blue) = 168+206+207=581 (76% of max value = 765). Red value is 168 (66.02% from 255 or 28.92% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 207 - color contains mainly: blue. Hex color #A8CECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CECF is #573130. Grayscale: #C2C2C2. Windows color (decimal): -5714225 or 13618856. OLE color: 13618856.
HSL color Cylindrical-coordinate representation of color #A8CECF: hue angle of 181.54º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8CECF is Cyan = 0.19, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 206 | 207 | - |
| CMYK | 0.19 | 0.00 | 0 | 0.19 |
| HSL | 181.54º | 0.29% | 0.74% | - |
| HSV(B) | 181.54º | 0.19% | 0.81% | - |
| XYZ | 49.48 | 56.97 | 67.42 | - |
| YUV | 194.75 | 134.91 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 206 | 207 | 0.19 | 0.00 | 0 | 0.19 | 181.54 | 0.29 | 0.74 |
| Hex | A8 | CE | CF | 13 | 0 | 0 | 13 | B6 | 1D | 4A |
| Octal | 250 | 316 | 317 | 23 | 0 | 0 | 23 | 266 | 35 | 112 |
| Binary | 10101000 | 11001110 | 11001111 | 10011 | 0 | 0 | 10011 | 10110110 | 11101 | 1001010 |
Color Harmonies of #A8CECF
Complementary color
Monochromatic Colors of #A8CECF
Black with #A8CECF
Text Example
Text Example
White with #A8CECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CECF; }
p { color: rgb(168,206,207); }
H1.HeaderClassName
{
color: #A8CECF;
}
.AnyTagClassName
{
color: #A8CECF;
}
</style>
background-color css
<style>
a { background-color: #A8CECF; }
a { background-color: rgb(168,206,207); }
div.DivClassName
{
background-color: #A8CECF;
}
.BgClassName
{
background-color: #A8CECF;
}
</style>
border-color css
<style>
span { border-color: #A8CECF; }
span { border-color: rgb(168,206,207); }
td.TdClassName
{
border-color: #A8CECF;
}
.TagClassName
{
border-color: #A8CECF;
}
</style>