Shades of Morning Glory #8DCBCE
Tints of Morning Glory #8DCBCE
RGB
CMYK
RGB Variations
Color information
#8DCBCE (or 0x8DCBCE) is known color: Morning Glory. HEX triplet: 8D, CB and CE. RGB value is (141,203,206). Sum of RGB (Red+Green+Blue) = 141+203+206=550 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.64% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 206 - color contains mainly: blue. Hex color #8DCBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCBCE is #723431. Grayscale: #B8B8B8. Windows color (decimal): -7484466 or 13552525. OLE color: 13552525.
HSL color Cylindrical-coordinate representation of color #8DCBCE: hue angle of 182.77º degrees, saturation: 0.4, 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 #8DCBCE is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 203 | 206 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.19 |
| HSL | 182.77º | 0.4% | 0.68% | - |
| HSV(B) | 182.77º | 0.32% | 0.81% | - |
| XYZ | 43.48 | 52.83 | 66.3 | - |
| YUV | 184.8 | 139.96 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 203 | 206 | 0.32 | 0.01 | 0 | 0.19 | 182.77 | 0.4 | 0.68 |
| Hex | 8D | CB | CE | 20 | 1 | 0 | 13 | B7 | 28 | 44 |
| Octal | 215 | 313 | 316 | 40 | 1 | 0 | 23 | 267 | 50 | 104 |
| Binary | 10001101 | 11001011 | 11001110 | 100000 | 1 | 0 | 10011 | 10110111 | 101000 | 1000100 |
Color Harmonies of #8DCBCE
Complementary color
Monochromatic Colors of #8DCBCE
Black with #8DCBCE
Text Example
Text Example
White with #8DCBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCBCE; }
p { color: rgb(141,203,206); }
H1.HeaderClassName
{
color: #8DCBCE;
}
.AnyTagClassName
{
color: #8DCBCE;
}
</style>
background-color css
<style>
a { background-color: #8DCBCE; }
a { background-color: rgb(141,203,206); }
div.DivClassName
{
background-color: #8DCBCE;
}
.BgClassName
{
background-color: #8DCBCE;
}
</style>
border-color css
<style>
span { border-color: #8DCBCE; }
span { border-color: rgb(141,203,206); }
td.TdClassName
{
border-color: #8DCBCE;
}
.TagClassName
{
border-color: #8DCBCE;
}
</style>