Shades of Morning Glory #8CD5D4
Tints of Morning Glory #8CD5D4
RGB
CMYK
RGB Variations
Color information
#8CD5D4 (or 0x8CD5D4) is known color: Morning Glory. HEX triplet: 8C, D5 and D4. RGB value is (140,213,212). Sum of RGB (Red+Green+Blue) = 140+213+212=565 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.78% from 565); Green value is 213 (83.59% from 255 or 37.70% from 565); Blue value is 212 (83.20% from 255 or 37.52% from 565); Max value from RGB is 213 - color contains mainly: green. Hex color #8CD5D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CD5D4 is #732A2B. Grayscale: #BEBEBE. Windows color (decimal): -7547436 or 13948300. OLE color: 13948300.
HSL color Cylindrical-coordinate representation of color #8CD5D4: hue angle of 179.18º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CD5D4 is Cyan = 0.34, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 140 | 213 | 212 | - |
| CMYK | 0.34 | 0 | 0.00 | 0.16 |
| HSL | 179.18º | 0.46% | 0.69% | - |
| HSV(B) | 179.18º | 0.34% | 0.84% | - |
| XYZ | 46.49 | 57.92 | 71.02 | - |
| YUV | 191.06 | 139.82 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 213 | 212 | 0.34 | 0 | 0.00 | 0.16 | 179.18 | 0.46 | 0.69 |
| Hex | 8C | D5 | D4 | 22 | 0 | 0 | 10 | B3 | 2E | 45 |
| Octal | 214 | 325 | 324 | 42 | 0 | 0 | 20 | 263 | 56 | 105 |
| Binary | 10001100 | 11010101 | 11010100 | 100010 | 0 | 0 | 10000 | 10110011 | 101110 | 1000101 |
Color Harmonies of #8CD5D4
Complementary color
Monochromatic Colors of #8CD5D4
Black with #8CD5D4
Text Example
Text Example
White with #8CD5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD5D4; }
p { color: rgb(140,213,212); }
H1.HeaderClassName
{
color: #8CD5D4;
}
.AnyTagClassName
{
color: #8CD5D4;
}
</style>
background-color css
<style>
a { background-color: #8CD5D4; }
a { background-color: rgb(140,213,212); }
div.DivClassName
{
background-color: #8CD5D4;
}
.BgClassName
{
background-color: #8CD5D4;
}
</style>
border-color css
<style>
span { border-color: #8CD5D4; }
span { border-color: rgb(140,213,212); }
td.TdClassName
{
border-color: #8CD5D4;
}
.TagClassName
{
border-color: #8CD5D4;
}
</style>