Shades of Morning Glory #A6CBCE
Tints of Morning Glory #A6CBCE
RGB
CMYK
RGB Variations
Color information
#A6CBCE (or 0xA6CBCE) is known color: Morning Glory. HEX triplet: A6, CB and CE. RGB value is (166,203,206). Sum of RGB (Red+Green+Blue) = 166+203+206=575 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.87% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 206 - color contains mainly: blue. Hex color #A6CBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CBCE is #593431. Grayscale: #C0C0C0. Windows color (decimal): -5846066 or 13552550. OLE color: 13552550.
HSL color Cylindrical-coordinate representation of color #A6CBCE: hue angle of 184.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6CBCE is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 203 | 206 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.19 |
| HSL | 184.5º | 0.29% | 0.73% | - |
| HSV(B) | 184.5º | 0.19% | 0.81% | - |
| XYZ | 48.22 | 55.28 | 66.52 | - |
| YUV | 192.28 | 135.74 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 203 | 206 | 0.19 | 0.01 | 0 | 0.19 | 184.5 | 0.29 | 0.73 |
| Hex | A6 | CB | CE | 13 | 1 | 0 | 13 | B8 | 1D | 49 |
| Octal | 246 | 313 | 316 | 23 | 1 | 0 | 23 | 270 | 35 | 111 |
| Binary | 10100110 | 11001011 | 11001110 | 10011 | 1 | 0 | 10011 | 10111000 | 11101 | 1001001 |
Color Harmonies of #A6CBCE
Complementary color
Monochromatic Colors of #A6CBCE
Black with #A6CBCE
Text Example
Text Example
White with #A6CBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CBCE; }
p { color: rgb(166,203,206); }
H1.HeaderClassName
{
color: #A6CBCE;
}
.AnyTagClassName
{
color: #A6CBCE;
}
</style>
background-color css
<style>
a { background-color: #A6CBCE; }
a { background-color: rgb(166,203,206); }
div.DivClassName
{
background-color: #A6CBCE;
}
.BgClassName
{
background-color: #A6CBCE;
}
</style>
border-color css
<style>
span { border-color: #A6CBCE; }
span { border-color: rgb(166,203,206); }
td.TdClassName
{
border-color: #A6CBCE;
}
.TagClassName
{
border-color: #A6CBCE;
}
</style>