Shades of Morning Glory #ABCDCF
Tints of Morning Glory #ABCDCF
RGB
CMYK
RGB Variations
Color information
#ABCDCF (or 0xABCDCF) is known color: Morning Glory. HEX triplet: AB, CD and CF. RGB value is (171,205,207). Sum of RGB (Red+Green+Blue) = 171+205+207=583 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.33% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 207 - color contains mainly: blue. Hex color #ABCDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCDCF is #543230. Grayscale: #C3C3C3. Windows color (decimal): -5517873 or 13618603. OLE color: 13618603.
HSL color Cylindrical-coordinate representation of color #ABCDCF: hue angle of 183.33º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABCDCF is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 205 | 207 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.19 |
| HSL | 183.33º | 0.27% | 0.74% | - |
| HSV(B) | 183.33º | 0.17% | 0.81% | - |
| XYZ | 49.89 | 56.83 | 67.37 | - |
| YUV | 195.06 | 134.74 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 207 | 0.17 | 0.01 | 0 | 0.19 | 183.33 | 0.27 | 0.74 |
| Hex | AB | CD | CF | 11 | 1 | 0 | 13 | B7 | 1B | 4A |
| Octal | 253 | 315 | 317 | 21 | 1 | 0 | 23 | 267 | 33 | 112 |
| Binary | 10101011 | 11001101 | 11001111 | 10001 | 1 | 0 | 10011 | 10110111 | 11011 | 1001010 |
Color Harmonies of #ABCDCF
Complementary color
Monochromatic Colors of #ABCDCF
Black with #ABCDCF
Text Example
Text Example
White with #ABCDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCDCF; }
p { color: rgb(171,205,207); }
H1.HeaderClassName
{
color: #ABCDCF;
}
.AnyTagClassName
{
color: #ABCDCF;
}
</style>
background-color css
<style>
a { background-color: #ABCDCF; }
a { background-color: rgb(171,205,207); }
div.DivClassName
{
background-color: #ABCDCF;
}
.BgClassName
{
background-color: #ABCDCF;
}
</style>
border-color css
<style>
span { border-color: #ABCDCF; }
span { border-color: rgb(171,205,207); }
td.TdClassName
{
border-color: #ABCDCF;
}
.TagClassName
{
border-color: #ABCDCF;
}
</style>