Shades of Morning Glory #A7CBD0
Tints of Morning Glory #A7CBD0
RGB
CMYK
RGB Variations
Color information
#A7CBD0 (or 0xA7CBD0) is known color: Morning Glory. HEX triplet: A7, CB and D0. RGB value is (167,203,208). Sum of RGB (Red+Green+Blue) = 167+203+208=578 (76% of max value = 765). Red value is 167 (65.62% from 255 or 28.89% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 208 - color contains mainly: blue. Hex color #A7CBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CBD0 is #58342F. Grayscale: #C0C0C0. Windows color (decimal): -5780528 or 13683623. OLE color: 13683623.
HSL color Cylindrical-coordinate representation of color #A7CBD0: hue angle of 187.32º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A7CBD0 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 203 | 208 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.18 |
| HSL | 187.32º | 0.3% | 0.74% | - |
| HSV(B) | 187.32º | 0.2% | 0.82% | - |
| XYZ | 48.68 | 55.48 | 67.82 | - |
| YUV | 192.81 | 136.57 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 203 | 208 | 0.20 | 0.02 | 0 | 0.18 | 187.32 | 0.3 | 0.74 |
| Hex | A7 | CB | D0 | 14 | 2 | 0 | 12 | BB | 1E | 4A |
| Octal | 247 | 313 | 320 | 24 | 2 | 0 | 22 | 273 | 36 | 112 |
| Binary | 10100111 | 11001011 | 11010000 | 10100 | 10 | 0 | 10010 | 10111011 | 11110 | 1001010 |
Color Harmonies of #A7CBD0
Complementary color
Monochromatic Colors of #A7CBD0
Black with #A7CBD0
Text Example
Text Example
White with #A7CBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CBD0; }
p { color: rgb(167,203,208); }
H1.HeaderClassName
{
color: #A7CBD0;
}
.AnyTagClassName
{
color: #A7CBD0;
}
</style>
background-color css
<style>
a { background-color: #A7CBD0; }
a { background-color: rgb(167,203,208); }
div.DivClassName
{
background-color: #A7CBD0;
}
.BgClassName
{
background-color: #A7CBD0;
}
</style>
border-color css
<style>
span { border-color: #A7CBD0; }
span { border-color: rgb(167,203,208); }
td.TdClassName
{
border-color: #A7CBD0;
}
.TagClassName
{
border-color: #A7CBD0;
}
</style>