Shades of Morning Glory #A5C7CB
Tints of Morning Glory #A5C7CB
RGB
CMYK
RGB Variations
Color information
#A5C7CB (or 0xA5C7CB) is known color: Morning Glory. HEX triplet: A5, C7 and CB. RGB value is (165,199,203). Sum of RGB (Red+Green+Blue) = 165+199+203=567 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.10% from 567); Green value is 199 (78.12% from 255 or 35.10% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 203 - color contains mainly: blue. Hex color #A5C7CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C7CB is #5A3834. Grayscale: #BDBDBD. Windows color (decimal): -5912629 or 13354917. OLE color: 13354917.
HSL color Cylindrical-coordinate representation of color #A5C7CB: hue angle of 186.32º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A5C7CB is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 199 | 203 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.20 |
| HSL | 186.32º | 0.27% | 0.72% | - |
| HSV(B) | 186.32º | 0.19% | 0.8% | - |
| XYZ | 46.72 | 53.16 | 64.3 | - |
| YUV | 189.29 | 135.74 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 199 | 203 | 0.19 | 0.02 | 0 | 0.20 | 186.32 | 0.27 | 0.72 |
| Hex | A5 | C7 | CB | 13 | 2 | 0 | 14 | BA | 1B | 48 |
| Octal | 245 | 307 | 313 | 23 | 2 | 0 | 24 | 272 | 33 | 110 |
| Binary | 10100101 | 11000111 | 11001011 | 10011 | 10 | 0 | 10100 | 10111010 | 11011 | 1001000 |
Color Harmonies of #A5C7CB
Complementary color
Monochromatic Colors of #A5C7CB
Black with #A5C7CB
Text Example
Text Example
White with #A5C7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C7CB; }
p { color: rgb(165,199,203); }
H1.HeaderClassName
{
color: #A5C7CB;
}
.AnyTagClassName
{
color: #A5C7CB;
}
</style>
background-color css
<style>
a { background-color: #A5C7CB; }
a { background-color: rgb(165,199,203); }
div.DivClassName
{
background-color: #A5C7CB;
}
.BgClassName
{
background-color: #A5C7CB;
}
</style>
border-color css
<style>
span { border-color: #A5C7CB; }
span { border-color: rgb(165,199,203); }
td.TdClassName
{
border-color: #A5C7CB;
}
.TagClassName
{
border-color: #A5C7CB;
}
</style>