Shades of Morning Glory #A5C8CB
Tints of Morning Glory #A5C8CB
RGB
CMYK
RGB Variations
Color information
#A5C8CB (or 0xA5C8CB) is known color: Morning Glory. HEX triplet: A5, C8 and CB. RGB value is (165,200,203). Sum of RGB (Red+Green+Blue) = 165+200+203=568 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.05% from 568); Green value is 200 (78.52% from 255 or 35.21% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 203 - color contains mainly: blue. Hex color #A5C8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C8CB is #5A3734. Grayscale: #BDBDBD. Windows color (decimal): -5912373 or 13355173. OLE color: 13355173.
HSL color Cylindrical-coordinate representation of color #A5C8CB: hue angle of 184.74º 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 #A5C8CB is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 200 | 203 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.20 |
| HSL | 184.74º | 0.27% | 0.72% | - |
| HSV(B) | 184.74º | 0.19% | 0.8% | - |
| XYZ | 46.95 | 53.62 | 64.37 | - |
| YUV | 189.88 | 135.4 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 200 | 203 | 0.19 | 0.01 | 0 | 0.20 | 184.74 | 0.27 | 0.72 |
| Hex | A5 | C8 | CB | 13 | 1 | 0 | 14 | B9 | 1B | 48 |
| Octal | 245 | 310 | 313 | 23 | 1 | 0 | 24 | 271 | 33 | 110 |
| Binary | 10100101 | 11001000 | 11001011 | 10011 | 1 | 0 | 10100 | 10111001 | 11011 | 1001000 |
Color Harmonies of #A5C8CB
Complementary color
Monochromatic Colors of #A5C8CB
Black with #A5C8CB
Text Example
Text Example
White with #A5C8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C8CB; }
p { color: rgb(165,200,203); }
H1.HeaderClassName
{
color: #A5C8CB;
}
.AnyTagClassName
{
color: #A5C8CB;
}
</style>
background-color css
<style>
a { background-color: #A5C8CB; }
a { background-color: rgb(165,200,203); }
div.DivClassName
{
background-color: #A5C8CB;
}
.BgClassName
{
background-color: #A5C8CB;
}
</style>
border-color css
<style>
span { border-color: #A5C8CB; }
span { border-color: rgb(165,200,203); }
td.TdClassName
{
border-color: #A5C8CB;
}
.TagClassName
{
border-color: #A5C8CB;
}
</style>