Shades of Morning Glory #A5CBCC
Tints of Morning Glory #A5CBCC
RGB
CMYK
RGB Variations
Color information
#A5CBCC (or 0xA5CBCC) is known color: Morning Glory. HEX triplet: A5, CB and CC. RGB value is (165,203,204). Sum of RGB (Red+Green+Blue) = 165+203+204=572 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.85% from 572); Green value is 203 (79.69% from 255 or 35.49% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 204 - color contains mainly: blue. Hex color #A5CBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CBCC is #5A3433. Grayscale: #BFBFBF. Windows color (decimal): -5911604 or 13421477. OLE color: 13421477.
HSL color Cylindrical-coordinate representation of color #A5CBCC: hue angle of 181.54º degrees, saturation: 0.28, 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 #A5CBCC is Cyan = 0.19, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 203 | 204 | - |
| CMYK | 0.19 | 0.00 | 0 | 0.2 |
| HSL | 181.54º | 0.28% | 0.72% | - |
| HSV(B) | 181.54º | 0.19% | 0.8% | - |
| XYZ | 47.77 | 55.07 | 65.24 | - |
| YUV | 191.75 | 134.91 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 203 | 204 | 0.19 | 0.00 | 0 | 0.2 | 181.54 | 0.28 | 0.72 |
| Hex | A5 | CB | CC | 13 | 0 | 0 | 14 | B6 | 1C | 48 |
| Octal | 245 | 313 | 314 | 23 | 0 | 0 | 24 | 266 | 34 | 110 |
| Binary | 10100101 | 11001011 | 11001100 | 10011 | 0 | 0 | 10100 | 10110110 | 11100 | 1001000 |
Color Harmonies of #A5CBCC
Complementary color
Monochromatic Colors of #A5CBCC
Black with #A5CBCC
Text Example
Text Example
White with #A5CBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CBCC; }
p { color: rgb(165,203,204); }
H1.HeaderClassName
{
color: #A5CBCC;
}
.AnyTagClassName
{
color: #A5CBCC;
}
</style>
background-color css
<style>
a { background-color: #A5CBCC; }
a { background-color: rgb(165,203,204); }
div.DivClassName
{
background-color: #A5CBCC;
}
.BgClassName
{
background-color: #A5CBCC;
}
</style>
border-color css
<style>
span { border-color: #A5CBCC; }
span { border-color: rgb(165,203,204); }
td.TdClassName
{
border-color: #A5CBCC;
}
.TagClassName
{
border-color: #A5CBCC;
}
</style>