Shades of Morning Glory #A3CBCF
Tints of Morning Glory #A3CBCF
RGB
CMYK
RGB Variations
Color information
#A3CBCF (or 0xA3CBCF) is known color: Morning Glory. HEX triplet: A3, CB and CF. RGB value is (163,203,207). Sum of RGB (Red+Green+Blue) = 163+203+207=573 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.45% from 573); Green value is 203 (79.69% from 255 or 35.43% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 207 - color contains mainly: blue. Hex color #A3CBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CBCF is #5C3430. Grayscale: #BFBFBF. Windows color (decimal): -6042673 or 13618083. OLE color: 13618083.
HSL color Cylindrical-coordinate representation of color #A3CBCF: hue angle of 185.45º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3CBCF is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 203 | 207 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.19 |
| HSL | 185.45º | 0.31% | 0.73% | - |
| HSV(B) | 185.45º | 0.21% | 0.81% | - |
| XYZ | 47.72 | 55 | 67.13 | - |
| YUV | 191.5 | 136.75 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 203 | 207 | 0.21 | 0.02 | 0 | 0.19 | 185.45 | 0.31 | 0.73 |
| Hex | A3 | CB | CF | 15 | 2 | 0 | 13 | B9 | 1F | 49 |
| Octal | 243 | 313 | 317 | 25 | 2 | 0 | 23 | 271 | 37 | 111 |
| Binary | 10100011 | 11001011 | 11001111 | 10101 | 10 | 0 | 10011 | 10111001 | 11111 | 1001001 |
Color Harmonies of #A3CBCF
Complementary color
Monochromatic Colors of #A3CBCF
Black with #A3CBCF
Text Example
Text Example
White with #A3CBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CBCF; }
p { color: rgb(163,203,207); }
H1.HeaderClassName
{
color: #A3CBCF;
}
.AnyTagClassName
{
color: #A3CBCF;
}
</style>
background-color css
<style>
a { background-color: #A3CBCF; }
a { background-color: rgb(163,203,207); }
div.DivClassName
{
background-color: #A3CBCF;
}
.BgClassName
{
background-color: #A3CBCF;
}
</style>
border-color css
<style>
span { border-color: #A3CBCF; }
span { border-color: rgb(163,203,207); }
td.TdClassName
{
border-color: #A3CBCF;
}
.TagClassName
{
border-color: #A3CBCF;
}
</style>