Shades of Morning Glory #A5CED0
Tints of Morning Glory #A5CED0
RGB
CMYK
RGB Variations
Color information
#A5CED0 (or 0xA5CED0) is known color: Morning Glory. HEX triplet: A5, CE and D0. RGB value is (165,206,208). Sum of RGB (Red+Green+Blue) = 165+206+208=579 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.50% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 208 (81.64% from 255 or 35.92% from 579); Max value from RGB is 208 - color contains mainly: blue. Hex color #A5CED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CED0 is #5A312F. Grayscale: #C1C1C1. Windows color (decimal): -5910832 or 13684389. OLE color: 13684389.
HSL color Cylindrical-coordinate representation of color #A5CED0: hue angle of 182.79º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5CED0 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 206 | 208 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.18 |
| HSL | 182.79º | 0.31% | 0.73% | - |
| HSV(B) | 182.79º | 0.21% | 0.82% | - |
| XYZ | 48.97 | 56.7 | 68.04 | - |
| YUV | 193.97 | 135.92 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 206 | 208 | 0.21 | 0.01 | 0 | 0.18 | 182.79 | 0.31 | 0.73 |
| Hex | A5 | CE | D0 | 15 | 1 | 0 | 12 | B7 | 1F | 49 |
| Octal | 245 | 316 | 320 | 25 | 1 | 0 | 22 | 267 | 37 | 111 |
| Binary | 10100101 | 11001110 | 11010000 | 10101 | 1 | 0 | 10010 | 10110111 | 11111 | 1001001 |
Color Harmonies of #A5CED0
Complementary color
Monochromatic Colors of #A5CED0
Black with #A5CED0
Text Example
Text Example
White with #A5CED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CED0; }
p { color: rgb(165,206,208); }
H1.HeaderClassName
{
color: #A5CED0;
}
.AnyTagClassName
{
color: #A5CED0;
}
</style>
background-color css
<style>
a { background-color: #A5CED0; }
a { background-color: rgb(165,206,208); }
div.DivClassName
{
background-color: #A5CED0;
}
.BgClassName
{
background-color: #A5CED0;
}
</style>
border-color css
<style>
span { border-color: #A5CED0; }
span { border-color: rgb(165,206,208); }
td.TdClassName
{
border-color: #A5CED0;
}
.TagClassName
{
border-color: #A5CED0;
}
</style>