Shades of Morning Glory #A6CECF
Tints of Morning Glory #A6CECF
RGB
CMYK
RGB Variations
Color information
#A6CECF (or 0xA6CECF) is known color: Morning Glory. HEX triplet: A6, CE and CF. RGB value is (166,206,207). Sum of RGB (Red+Green+Blue) = 166+206+207=579 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.67% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 207 - color contains mainly: blue. Hex color #A6CECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CECF is #593130. Grayscale: #C2C2C2. Windows color (decimal): -5845297 or 13618854. OLE color: 13618854.
HSL color Cylindrical-coordinate representation of color #A6CECF: hue angle of 181.46º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6CECF is Cyan = 0.20, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 206 | 207 | - |
| CMYK | 0.20 | 0.00 | 0 | 0.19 |
| HSL | 181.46º | 0.3% | 0.73% | - |
| HSV(B) | 181.46º | 0.2% | 0.81% | - |
| XYZ | 49.06 | 56.75 | 67.4 | - |
| YUV | 194.15 | 135.25 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 206 | 207 | 0.20 | 0.00 | 0 | 0.19 | 181.46 | 0.3 | 0.73 |
| Hex | A6 | CE | CF | 14 | 0 | 0 | 13 | B5 | 1E | 49 |
| Octal | 246 | 316 | 317 | 24 | 0 | 0 | 23 | 265 | 36 | 111 |
| Binary | 10100110 | 11001110 | 11001111 | 10100 | 0 | 0 | 10011 | 10110101 | 11110 | 1001001 |
Color Harmonies of #A6CECF
Complementary color
Monochromatic Colors of #A6CECF
Black with #A6CECF
Text Example
Text Example
White with #A6CECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CECF; }
p { color: rgb(166,206,207); }
H1.HeaderClassName
{
color: #A6CECF;
}
.AnyTagClassName
{
color: #A6CECF;
}
</style>
background-color css
<style>
a { background-color: #A6CECF; }
a { background-color: rgb(166,206,207); }
div.DivClassName
{
background-color: #A6CECF;
}
.BgClassName
{
background-color: #A6CECF;
}
</style>
border-color css
<style>
span { border-color: #A6CECF; }
span { border-color: rgb(166,206,207); }
td.TdClassName
{
border-color: #A6CECF;
}
.TagClassName
{
border-color: #A6CECF;
}
</style>