Shades of Morning Glory #8DCCCF
Tints of Morning Glory #8DCCCF
RGB
CMYK
RGB Variations
Color information
#8DCCCF (or 0x8DCCCF) is known color: Morning Glory. HEX triplet: 8D, CC and CF. RGB value is (141,204,207). Sum of RGB (Red+Green+Blue) = 141+204+207=552 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.54% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 207 - color contains mainly: blue. Hex color #8DCCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCCCF is #723330. Grayscale: #B9B9B9. Windows color (decimal): -7484209 or 13618317. OLE color: 13618317.
HSL color Cylindrical-coordinate representation of color #8DCCCF: hue angle of 182.73º 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 #8DCCCF is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 204 | 207 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.19 |
| HSL | 182.73º | 0.41% | 0.68% | - |
| HSV(B) | 182.73º | 0.32% | 0.81% | - |
| XYZ | 43.84 | 53.35 | 67.02 | - |
| YUV | 185.51 | 140.13 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 204 | 207 | 0.32 | 0.01 | 0 | 0.19 | 182.73 | 0.41 | 0.68 |
| Hex | 8D | CC | CF | 20 | 1 | 0 | 13 | B7 | 29 | 44 |
| Octal | 215 | 314 | 317 | 40 | 1 | 0 | 23 | 267 | 51 | 104 |
| Binary | 10001101 | 11001100 | 11001111 | 100000 | 1 | 0 | 10011 | 10110111 | 101001 | 1000100 |
Color Harmonies of #8DCCCF
Complementary color
Monochromatic Colors of #8DCCCF
Black with #8DCCCF
Text Example
Text Example
White with #8DCCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCCCF; }
p { color: rgb(141,204,207); }
H1.HeaderClassName
{
color: #8DCCCF;
}
.AnyTagClassName
{
color: #8DCCCF;
}
</style>
background-color css
<style>
a { background-color: #8DCCCF; }
a { background-color: rgb(141,204,207); }
div.DivClassName
{
background-color: #8DCCCF;
}
.BgClassName
{
background-color: #8DCCCF;
}
</style>
border-color css
<style>
span { border-color: #8DCCCF; }
span { border-color: rgb(141,204,207); }
td.TdClassName
{
border-color: #8DCCCF;
}
.TagClassName
{
border-color: #8DCCCF;
}
</style>