Shades of Morning Glory #A3CBCC
Tints of Morning Glory #A3CBCC
RGB
CMYK
RGB Variations
Color information
#A3CBCC (or 0xA3CBCC) is known color: Morning Glory. HEX triplet: A3, CB and CC. RGB value is (163,203,204). Sum of RGB (Red+Green+Blue) = 163+203+204=570 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.60% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 204 - color contains mainly: blue. Hex color #A3CBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CBCC is #5C3433. Grayscale: #BFBFBF. Windows color (decimal): -6042676 or 13421475. OLE color: 13421475.
HSL color Cylindrical-coordinate representation of color #A3CBCC: hue angle of 181.46º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3CBCC is Cyan = 0.20, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 203 | 204 | - |
| CMYK | 0.20 | 0.00 | 0 | 0.2 |
| HSL | 181.46º | 0.29% | 0.72% | - |
| HSV(B) | 181.46º | 0.2% | 0.8% | - |
| XYZ | 47.36 | 54.86 | 65.22 | - |
| YUV | 191.15 | 135.25 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 203 | 204 | 0.20 | 0.00 | 0 | 0.2 | 181.46 | 0.29 | 0.72 |
| Hex | A3 | CB | CC | 14 | 0 | 0 | 14 | B5 | 1D | 48 |
| Octal | 243 | 313 | 314 | 24 | 0 | 0 | 24 | 265 | 35 | 110 |
| Binary | 10100011 | 11001011 | 11001100 | 10100 | 0 | 0 | 10100 | 10110101 | 11101 | 1001000 |
Color Harmonies of #A3CBCC
Complementary color
Monochromatic Colors of #A3CBCC
Black with #A3CBCC
Text Example
Text Example
White with #A3CBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CBCC; }
p { color: rgb(163,203,204); }
H1.HeaderClassName
{
color: #A3CBCC;
}
.AnyTagClassName
{
color: #A3CBCC;
}
</style>
background-color css
<style>
a { background-color: #A3CBCC; }
a { background-color: rgb(163,203,204); }
div.DivClassName
{
background-color: #A3CBCC;
}
.BgClassName
{
background-color: #A3CBCC;
}
</style>
border-color css
<style>
span { border-color: #A3CBCC; }
span { border-color: rgb(163,203,204); }
td.TdClassName
{
border-color: #A3CBCC;
}
.TagClassName
{
border-color: #A3CBCC;
}
</style>