Shades of Morning Glory #A3CBCD
Tints of Morning Glory #A3CBCD
RGB
CMYK
RGB Variations
Color information
#A3CBCD (or 0xA3CBCD) is known color: Morning Glory. HEX triplet: A3, CB and CD. RGB value is (163,203,205). Sum of RGB (Red+Green+Blue) = 163+203+205=571 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.55% from 571); Green value is 203 (79.69% from 255 or 35.55% from 571); Blue value is 205 (80.47% from 255 or 35.90% from 571); Max value from RGB is 205 - color contains mainly: blue. Hex color #A3CBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CBCD is #5C3432. Grayscale: #BFBFBF. Windows color (decimal): -6042675 or 13487011. OLE color: 13487011.
HSL color Cylindrical-coordinate representation of color #A3CBCD: hue angle of 182.86º degrees, saturation: 0.3, 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 #A3CBCD is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 203 | 205 | - |
| CMYK | 0.20 | 0.01 | 0 | 0.20 |
| HSL | 182.86º | 0.3% | 0.72% | - |
| HSV(B) | 182.86º | 0.2% | 0.8% | - |
| XYZ | 47.48 | 54.91 | 65.85 | - |
| YUV | 191.27 | 135.75 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 203 | 205 | 0.20 | 0.01 | 0 | 0.20 | 182.86 | 0.3 | 0.72 |
| Hex | A3 | CB | CD | 14 | 1 | 0 | 14 | B7 | 1E | 48 |
| Octal | 243 | 313 | 315 | 24 | 1 | 0 | 24 | 267 | 36 | 110 |
| Binary | 10100011 | 11001011 | 11001101 | 10100 | 1 | 0 | 10100 | 10110111 | 11110 | 1001000 |
Color Harmonies of #A3CBCD
Complementary color
Monochromatic Colors of #A3CBCD
Black with #A3CBCD
Text Example
Text Example
White with #A3CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CBCD; }
p { color: rgb(163,203,205); }
H1.HeaderClassName
{
color: #A3CBCD;
}
.AnyTagClassName
{
color: #A3CBCD;
}
</style>
background-color css
<style>
a { background-color: #A3CBCD; }
a { background-color: rgb(163,203,205); }
div.DivClassName
{
background-color: #A3CBCD;
}
.BgClassName
{
background-color: #A3CBCD;
}
</style>
border-color css
<style>
span { border-color: #A3CBCD; }
span { border-color: rgb(163,203,205); }
td.TdClassName
{
border-color: #A3CBCD;
}
.TagClassName
{
border-color: #A3CBCD;
}
</style>