Shades of Morning Glory #8DCECF
Tints of Morning Glory #8DCECF
RGB
CMYK
RGB Variations
Color information
#8DCECF (or 0x8DCECF) is known color: Morning Glory. HEX triplet: 8D, CE and CF. RGB value is (141,206,207). Sum of RGB (Red+Green+Blue) = 141+206+207=554 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.45% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 207 - color contains mainly: blue. Hex color #8DCECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCECF is #723130. Grayscale: #BABABA. Windows color (decimal): -7483697 or 13618829. OLE color: 13618829.
HSL color Cylindrical-coordinate representation of color #8DCECF: hue angle of 180.91º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DCECF is Cyan = 0.32, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 206 | 207 | - |
| CMYK | 0.32 | 0.00 | 0 | 0.19 |
| HSL | 180.91º | 0.41% | 0.68% | - |
| HSV(B) | 180.91º | 0.32% | 0.81% | - |
| XYZ | 44.32 | 54.31 | 67.18 | - |
| YUV | 186.68 | 139.47 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 206 | 207 | 0.32 | 0.00 | 0 | 0.19 | 180.91 | 0.41 | 0.68 |
| Hex | 8D | CE | CF | 20 | 0 | 0 | 13 | B5 | 29 | 44 |
| Octal | 215 | 316 | 317 | 40 | 0 | 0 | 23 | 265 | 51 | 104 |
| Binary | 10001101 | 11001110 | 11001111 | 100000 | 0 | 0 | 10011 | 10110101 | 101001 | 1000100 |
Color Harmonies of #8DCECF
Complementary color
Monochromatic Colors of #8DCECF
Black with #8DCECF
Text Example
Text Example
White with #8DCECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCECF; }
p { color: rgb(141,206,207); }
H1.HeaderClassName
{
color: #8DCECF;
}
.AnyTagClassName
{
color: #8DCECF;
}
</style>
background-color css
<style>
a { background-color: #8DCECF; }
a { background-color: rgb(141,206,207); }
div.DivClassName
{
background-color: #8DCECF;
}
.BgClassName
{
background-color: #8DCECF;
}
</style>
border-color css
<style>
span { border-color: #8DCECF; }
span { border-color: rgb(141,206,207); }
td.TdClassName
{
border-color: #8DCECF;
}
.TagClassName
{
border-color: #8DCECF;
}
</style>