Shades of Morning Glory #A5CBCD
Tints of Morning Glory #A5CBCD
RGB
CMYK
RGB Variations
Color information
#A5CBCD (or 0xA5CBCD) is known color: Morning Glory. HEX triplet: A5, CB and CD. RGB value is (165,203,205). Sum of RGB (Red+Green+Blue) = 165+203+205=573 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.80% from 573); Green value is 203 (79.69% from 255 or 35.43% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 205 - color contains mainly: blue. Hex color #A5CBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CBCD is #5A3432. Grayscale: #BFBFBF. Windows color (decimal): -5911603 or 13487013. OLE color: 13487013.
HSL color Cylindrical-coordinate representation of color #A5CBCD: hue angle of 183º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5CBCD is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 203 | 205 | - |
| CMYK | 0.20 | 0.01 | 0 | 0.20 |
| HSL | 183º | 0.29% | 0.73% | - |
| HSV(B) | 183º | 0.2% | 0.8% | - |
| XYZ | 47.89 | 55.12 | 65.87 | - |
| YUV | 191.87 | 135.41 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 203 | 205 | 0.20 | 0.01 | 0 | 0.20 | 183 | 0.29 | 0.73 |
| Hex | A5 | CB | CD | 14 | 1 | 0 | 14 | B7 | 1D | 49 |
| Octal | 245 | 313 | 315 | 24 | 1 | 0 | 24 | 267 | 35 | 111 |
| Binary | 10100101 | 11001011 | 11001101 | 10100 | 1 | 0 | 10100 | 10110111 | 11101 | 1001001 |
Color Harmonies of #A5CBCD
Complementary color
Monochromatic Colors of #A5CBCD
Black with #A5CBCD
Text Example
Text Example
White with #A5CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CBCD; }
p { color: rgb(165,203,205); }
H1.HeaderClassName
{
color: #A5CBCD;
}
.AnyTagClassName
{
color: #A5CBCD;
}
</style>
background-color css
<style>
a { background-color: #A5CBCD; }
a { background-color: rgb(165,203,205); }
div.DivClassName
{
background-color: #A5CBCD;
}
.BgClassName
{
background-color: #A5CBCD;
}
</style>
border-color css
<style>
span { border-color: #A5CBCD; }
span { border-color: rgb(165,203,205); }
td.TdClassName
{
border-color: #A5CBCD;
}
.TagClassName
{
border-color: #A5CBCD;
}
</style>