Shades of Morning Glory #ABCED1
Tints of Morning Glory #ABCED1
RGB
CMYK
RGB Variations
Color information
#ABCED1 (or 0xABCED1) is known color: Morning Glory. HEX triplet: AB, CE and D1. RGB value is (171,206,209). Sum of RGB (Red+Green+Blue) = 171+206+209=586 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.18% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 209 (82.03% from 255 or 35.67% from 586); Max value from RGB is 209 - color contains mainly: blue. Hex color #ABCED1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCED1 is #54312E. Grayscale: #C3C3C3. Windows color (decimal): -5517615 or 13749931. OLE color: 13749931.
HSL color Cylindrical-coordinate representation of color #ABCED1: hue angle of 184.74º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABCED1 is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 206 | 209 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.18 |
| HSL | 184.74º | 0.29% | 0.75% | - |
| HSV(B) | 184.74º | 0.18% | 0.82% | - |
| XYZ | 50.37 | 57.4 | 68.75 | - |
| YUV | 195.88 | 135.4 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 209 | 0.18 | 0.01 | 0 | 0.18 | 184.74 | 0.29 | 0.75 |
| Hex | AB | CE | D1 | 12 | 1 | 0 | 12 | B9 | 1D | 4B |
| Octal | 253 | 316 | 321 | 22 | 1 | 0 | 22 | 271 | 35 | 113 |
| Binary | 10101011 | 11001110 | 11010001 | 10010 | 1 | 0 | 10010 | 10111001 | 11101 | 1001011 |
Color Harmonies of #ABCED1
Complementary color
Monochromatic Colors of #ABCED1
Black with #ABCED1
Text Example
Text Example
White with #ABCED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCED1; }
p { color: rgb(171,206,209); }
H1.HeaderClassName
{
color: #ABCED1;
}
.AnyTagClassName
{
color: #ABCED1;
}
</style>
background-color css
<style>
a { background-color: #ABCED1; }
a { background-color: rgb(171,206,209); }
div.DivClassName
{
background-color: #ABCED1;
}
.BgClassName
{
background-color: #ABCED1;
}
</style>
border-color css
<style>
span { border-color: #ABCED1; }
span { border-color: rgb(171,206,209); }
td.TdClassName
{
border-color: #ABCED1;
}
.TagClassName
{
border-color: #ABCED1;
}
</style>