Shades of Morning Glory #A8CDCF
Tints of Morning Glory #A8CDCF
RGB
CMYK
RGB Variations
Color information
#A8CDCF (or 0xA8CDCF) is known color: Morning Glory. HEX triplet: A8, CD and CF. RGB value is (168,205,207). Sum of RGB (Red+Green+Blue) = 168+205+207=580 (76% of max value = 765). Red value is 168 (66.02% from 255 or 28.97% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 207 - color contains mainly: blue. Hex color #A8CDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CDCF is #573230. Grayscale: #C2C2C2. Windows color (decimal): -5714481 or 13618600. OLE color: 13618600.
HSL color Cylindrical-coordinate representation of color #A8CDCF: hue angle of 183.08º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8CDCF is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 205 | 207 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.19 |
| HSL | 183.08º | 0.29% | 0.74% | - |
| HSV(B) | 183.08º | 0.19% | 0.81% | - |
| XYZ | 49.24 | 56.49 | 67.34 | - |
| YUV | 194.17 | 135.24 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 205 | 207 | 0.19 | 0.01 | 0 | 0.19 | 183.08 | 0.29 | 0.74 |
| Hex | A8 | CD | CF | 13 | 1 | 0 | 13 | B7 | 1D | 4A |
| Octal | 250 | 315 | 317 | 23 | 1 | 0 | 23 | 267 | 35 | 112 |
| Binary | 10101000 | 11001101 | 11001111 | 10011 | 1 | 0 | 10011 | 10110111 | 11101 | 1001010 |
Color Harmonies of #A8CDCF
Complementary color
Monochromatic Colors of #A8CDCF
Black with #A8CDCF
Text Example
Text Example
White with #A8CDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CDCF; }
p { color: rgb(168,205,207); }
H1.HeaderClassName
{
color: #A8CDCF;
}
.AnyTagClassName
{
color: #A8CDCF;
}
</style>
background-color css
<style>
a { background-color: #A8CDCF; }
a { background-color: rgb(168,205,207); }
div.DivClassName
{
background-color: #A8CDCF;
}
.BgClassName
{
background-color: #A8CDCF;
}
</style>
border-color css
<style>
span { border-color: #A8CDCF; }
span { border-color: rgb(168,205,207); }
td.TdClassName
{
border-color: #A8CDCF;
}
.TagClassName
{
border-color: #A8CDCF;
}
</style>