Shades of Morning Glory #A6CBCC
Tints of Morning Glory #A6CBCC
RGB
CMYK
RGB Variations
Color information
#A6CBCC (or 0xA6CBCC) is known color: Morning Glory. HEX triplet: A6, CB and CC. RGB value is (166,203,204). Sum of RGB (Red+Green+Blue) = 166+203+204=573 (75% of max value = 765). Red value is 166 (65.23% from 255 or 28.97% from 573); Green value is 203 (79.69% from 255 or 35.43% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 204 - color contains mainly: blue. Hex color #A6CBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CBCC is #593433. Grayscale: #C0C0C0. Windows color (decimal): -5846068 or 13421478. OLE color: 13421478.
HSL color Cylindrical-coordinate representation of color #A6CBCC: hue angle of 181.58º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6CBCC is Cyan = 0.19, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 203 | 204 | - |
| CMYK | 0.19 | 0.00 | 0 | 0.2 |
| HSL | 181.58º | 0.27% | 0.73% | - |
| HSV(B) | 181.58º | 0.19% | 0.8% | - |
| XYZ | 47.98 | 55.18 | 65.25 | - |
| YUV | 192.05 | 134.74 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 203 | 204 | 0.19 | 0.00 | 0 | 0.2 | 181.58 | 0.27 | 0.73 |
| Hex | A6 | CB | CC | 13 | 0 | 0 | 14 | B6 | 1B | 49 |
| Octal | 246 | 313 | 314 | 23 | 0 | 0 | 24 | 266 | 33 | 111 |
| Binary | 10100110 | 11001011 | 11001100 | 10011 | 0 | 0 | 10100 | 10110110 | 11011 | 1001001 |
Color Harmonies of #A6CBCC
Complementary color
Monochromatic Colors of #A6CBCC
Black with #A6CBCC
Text Example
Text Example
White with #A6CBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CBCC; }
p { color: rgb(166,203,204); }
H1.HeaderClassName
{
color: #A6CBCC;
}
.AnyTagClassName
{
color: #A6CBCC;
}
</style>
background-color css
<style>
a { background-color: #A6CBCC; }
a { background-color: rgb(166,203,204); }
div.DivClassName
{
background-color: #A6CBCC;
}
.BgClassName
{
background-color: #A6CBCC;
}
</style>
border-color css
<style>
span { border-color: #A6CBCC; }
span { border-color: rgb(166,203,204); }
td.TdClassName
{
border-color: #A6CBCC;
}
.TagClassName
{
border-color: #A6CBCC;
}
</style>