Shades of Morning Glory #ADCED1
Tints of Morning Glory #ADCED1
RGB
CMYK
RGB Variations
Color information
#ADCED1 (or 0xADCED1) is known color: Morning Glory. HEX triplet: AD, CE and D1. RGB value is (173,206,209). Sum of RGB (Red+Green+Blue) = 173+206+209=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 206 (80.86% from 255 or 35.03% from 588); Blue value is 209 (82.03% from 255 or 35.54% from 588); Max value from RGB is 209 - color contains mainly: blue. Hex color #ADCED1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCED1 is #52312E. Grayscale: #C4C4C4. Windows color (decimal): -5386543 or 13749933. OLE color: 13749933.
HSL color Cylindrical-coordinate representation of color #ADCED1: hue angle of 185º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADCED1 is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 206 | 209 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.18 |
| HSL | 185º | 0.28% | 0.75% | - |
| HSV(B) | 185º | 0.17% | 0.82% | - |
| XYZ | 50.81 | 57.63 | 68.77 | - |
| YUV | 196.48 | 135.07 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 209 | 0.17 | 0.01 | 0 | 0.18 | 185 | 0.28 | 0.75 |
| Hex | AD | CE | D1 | 11 | 1 | 0 | 12 | B9 | 1C | 4B |
| Octal | 255 | 316 | 321 | 21 | 1 | 0 | 22 | 271 | 34 | 113 |
| Binary | 10101101 | 11001110 | 11010001 | 10001 | 1 | 0 | 10010 | 10111001 | 11100 | 1001011 |
Color Harmonies of #ADCED1
Complementary color
Monochromatic Colors of #ADCED1
Black with #ADCED1
Text Example
Text Example
White with #ADCED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCED1; }
p { color: rgb(173,206,209); }
H1.HeaderClassName
{
color: #ADCED1;
}
.AnyTagClassName
{
color: #ADCED1;
}
</style>
background-color css
<style>
a { background-color: #ADCED1; }
a { background-color: rgb(173,206,209); }
div.DivClassName
{
background-color: #ADCED1;
}
.BgClassName
{
background-color: #ADCED1;
}
</style>
border-color css
<style>
span { border-color: #ADCED1; }
span { border-color: rgb(173,206,209); }
td.TdClassName
{
border-color: #ADCED1;
}
.TagClassName
{
border-color: #ADCED1;
}
</style>