Shades of Morning Glory #A5CECF
Tints of Morning Glory #A5CECF
RGB
CMYK
RGB Variations
Color information
#A5CECF (or 0xA5CECF) is known color: Morning Glory. HEX triplet: A5, CE and CF. RGB value is (165,206,207). Sum of RGB (Red+Green+Blue) = 165+206+207=578 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.55% from 578); Green value is 206 (80.86% from 255 or 35.64% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 207 - color contains mainly: blue. Hex color #A5CECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CECF is #5A3130. Grayscale: #C1C1C1. Windows color (decimal): -5910833 or 13618853. OLE color: 13618853.
HSL color Cylindrical-coordinate representation of color #A5CECF: hue angle of 181.43º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5CECF is Cyan = 0.20, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 206 | 207 | - |
| CMYK | 0.20 | 0.00 | 0 | 0.19 |
| HSL | 181.43º | 0.3% | 0.73% | - |
| HSV(B) | 181.43º | 0.2% | 0.81% | - |
| XYZ | 48.85 | 56.65 | 67.39 | - |
| YUV | 193.86 | 135.42 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 206 | 207 | 0.20 | 0.00 | 0 | 0.19 | 181.43 | 0.3 | 0.73 |
| Hex | A5 | CE | CF | 14 | 0 | 0 | 13 | B5 | 1E | 49 |
| Octal | 245 | 316 | 317 | 24 | 0 | 0 | 23 | 265 | 36 | 111 |
| Binary | 10100101 | 11001110 | 11001111 | 10100 | 0 | 0 | 10011 | 10110101 | 11110 | 1001001 |
Color Harmonies of #A5CECF
Complementary color
Monochromatic Colors of #A5CECF
Black with #A5CECF
Text Example
Text Example
White with #A5CECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CECF; }
p { color: rgb(165,206,207); }
H1.HeaderClassName
{
color: #A5CECF;
}
.AnyTagClassName
{
color: #A5CECF;
}
</style>
background-color css
<style>
a { background-color: #A5CECF; }
a { background-color: rgb(165,206,207); }
div.DivClassName
{
background-color: #A5CECF;
}
.BgClassName
{
background-color: #A5CECF;
}
</style>
border-color css
<style>
span { border-color: #A5CECF; }
span { border-color: rgb(165,206,207); }
td.TdClassName
{
border-color: #A5CECF;
}
.TagClassName
{
border-color: #A5CECF;
}
</style>