Shades of Morning Glory #8ADCDB
Tints of Morning Glory #8ADCDB
RGB
CMYK
RGB Variations
Color information
#8ADCDB (or 0x8ADCDB) is known color: Morning Glory. HEX triplet: 8A, DC and DB. RGB value is (138,220,219). Sum of RGB (Red+Green+Blue) = 138+220+219=577 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.92% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADCDB is #752324. Grayscale: #C3C3C3. Windows color (decimal): -7676709 or 14408842. OLE color: 14408842.
HSL color Cylindrical-coordinate representation of color #8ADCDB: hue angle of 179.27º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ADCDB is Cyan = 0.37, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 220 | 219 | - |
| CMYK | 0.37 | 0 | 0.00 | 0.14 |
| HSL | 179.27º | 0.54% | 0.7% | - |
| HSV(B) | 179.27º | 0.37% | 0.86% | - |
| XYZ | 48.86 | 61.7 | 76.35 | - |
| YUV | 195.37 | 141.33 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 220 | 219 | 0.37 | 0 | 0.00 | 0.14 | 179.27 | 0.54 | 0.7 |
| Hex | 8A | DC | DB | 25 | 0 | 0 | E | B3 | 36 | 46 |
| Octal | 212 | 334 | 333 | 45 | 0 | 0 | 16 | 263 | 66 | 106 |
| Binary | 10001010 | 11011100 | 11011011 | 100101 | 0 | 0 | 1110 | 10110011 | 110110 | 1000110 |
Color Harmonies of #8ADCDB
Complementary color
Monochromatic Colors of #8ADCDB
Black with #8ADCDB
Text Example
Text Example
White with #8ADCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADCDB; }
p { color: rgb(138,220,219); }
H1.HeaderClassName
{
color: #8ADCDB;
}
.AnyTagClassName
{
color: #8ADCDB;
}
</style>
background-color css
<style>
a { background-color: #8ADCDB; }
a { background-color: rgb(138,220,219); }
div.DivClassName
{
background-color: #8ADCDB;
}
.BgClassName
{
background-color: #8ADCDB;
}
</style>
border-color css
<style>
span { border-color: #8ADCDB; }
span { border-color: rgb(138,220,219); }
td.TdClassName
{
border-color: #8ADCDB;
}
.TagClassName
{
border-color: #8ADCDB;
}
</style>