Shades of Morning Glory #8DCBD1
Tints of Morning Glory #8DCBD1
RGB
CMYK
RGB Variations
Color information
#8DCBD1 (or 0x8DCBD1) is known color: Morning Glory. HEX triplet: 8D, CB and D1. RGB value is (141,203,209). Sum of RGB (Red+Green+Blue) = 141+203+209=553 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.50% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 209 (82.03% from 255 or 37.79% from 553); Max value from RGB is 209 - color contains mainly: blue. Hex color #8DCBD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCBD1 is #72342E. Grayscale: #B9B9B9. Windows color (decimal): -7484463 or 13749133. OLE color: 13749133.
HSL color Cylindrical-coordinate representation of color #8DCBD1: hue angle of 185.29º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DCBD1 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 203 | 209 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.18 |
| HSL | 185.29º | 0.43% | 0.69% | - |
| HSV(B) | 185.29º | 0.33% | 0.82% | - |
| XYZ | 43.85 | 52.98 | 68.24 | - |
| YUV | 185.15 | 141.46 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 203 | 209 | 0.33 | 0.03 | 0 | 0.18 | 185.29 | 0.43 | 0.69 |
| Hex | 8D | CB | D1 | 21 | 3 | 0 | 12 | B9 | 2A | 45 |
| Octal | 215 | 313 | 321 | 41 | 3 | 0 | 22 | 271 | 52 | 105 |
| Binary | 10001101 | 11001011 | 11010001 | 100001 | 11 | 0 | 10010 | 10111001 | 101010 | 1000101 |
Color Harmonies of #8DCBD1
Complementary color
Monochromatic Colors of #8DCBD1
Black with #8DCBD1
Text Example
Text Example
White with #8DCBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCBD1; }
p { color: rgb(141,203,209); }
H1.HeaderClassName
{
color: #8DCBD1;
}
.AnyTagClassName
{
color: #8DCBD1;
}
</style>
background-color css
<style>
a { background-color: #8DCBD1; }
a { background-color: rgb(141,203,209); }
div.DivClassName
{
background-color: #8DCBD1;
}
.BgClassName
{
background-color: #8DCBD1;
}
</style>
border-color css
<style>
span { border-color: #8DCBD1; }
span { border-color: rgb(141,203,209); }
td.TdClassName
{
border-color: #8DCBD1;
}
.TagClassName
{
border-color: #8DCBD1;
}
</style>