Shades of Morning Glory #A3CBCE
Tints of Morning Glory #A3CBCE
RGB
CMYK
RGB Variations
Color information
#A3CBCE (or 0xA3CBCE) is known color: Morning Glory. HEX triplet: A3, CB and CE. RGB value is (163,203,206). Sum of RGB (Red+Green+Blue) = 163+203+206=572 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.50% from 572); Green value is 203 (79.69% from 255 or 35.49% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 206 - color contains mainly: blue. Hex color #A3CBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CBCE is #5C3431. Grayscale: #BFBFBF. Windows color (decimal): -6042674 or 13552547. OLE color: 13552547.
HSL color Cylindrical-coordinate representation of color #A3CBCE: hue angle of 184.19º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3CBCE is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 203 | 206 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.19 |
| HSL | 184.19º | 0.3% | 0.72% | - |
| HSV(B) | 184.19º | 0.21% | 0.81% | - |
| XYZ | 47.6 | 54.95 | 66.49 | - |
| YUV | 191.38 | 136.25 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 203 | 206 | 0.21 | 0.01 | 0 | 0.19 | 184.19 | 0.3 | 0.72 |
| Hex | A3 | CB | CE | 15 | 1 | 0 | 13 | B8 | 1E | 48 |
| Octal | 243 | 313 | 316 | 25 | 1 | 0 | 23 | 270 | 36 | 110 |
| Binary | 10100011 | 11001011 | 11001110 | 10101 | 1 | 0 | 10011 | 10111000 | 11110 | 1001000 |
Color Harmonies of #A3CBCE
Complementary color
Monochromatic Colors of #A3CBCE
Black with #A3CBCE
Text Example
Text Example
White with #A3CBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CBCE; }
p { color: rgb(163,203,206); }
H1.HeaderClassName
{
color: #A3CBCE;
}
.AnyTagClassName
{
color: #A3CBCE;
}
</style>
background-color css
<style>
a { background-color: #A3CBCE; }
a { background-color: rgb(163,203,206); }
div.DivClassName
{
background-color: #A3CBCE;
}
.BgClassName
{
background-color: #A3CBCE;
}
</style>
border-color css
<style>
span { border-color: #A3CBCE; }
span { border-color: rgb(163,203,206); }
td.TdClassName
{
border-color: #A3CBCE;
}
.TagClassName
{
border-color: #A3CBCE;
}
</style>