Shades of Morning Glory #8CCDD1
Tints of Morning Glory #8CCDD1
RGB
CMYK
RGB Variations
Color information
#8CCDD1 (or 0x8CCDD1) is known color: Morning Glory. HEX triplet: 8C, CD and D1. RGB value is (140,205,209). Sum of RGB (Red+Green+Blue) = 140+205+209=554 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.27% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 209 (82.03% from 255 or 37.73% from 554); Max value from RGB is 209 - color contains mainly: blue. Hex color #8CCDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCDD1 is #73322E. Grayscale: #B9B9B9. Windows color (decimal): -7549487 or 13749644. OLE color: 13749644.
HSL color Cylindrical-coordinate representation of color #8CCDD1: hue angle of 183.48º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CCDD1 is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 140 | 205 | 209 | - |
| CMYK | 0.33 | 0.02 | 0 | 0.18 |
| HSL | 183.48º | 0.43% | 0.68% | - |
| HSV(B) | 183.48º | 0.33% | 0.82% | - |
| XYZ | 44.16 | 53.84 | 68.39 | - |
| YUV | 186.02 | 140.97 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 205 | 209 | 0.33 | 0.02 | 0 | 0.18 | 183.48 | 0.43 | 0.68 |
| Hex | 8C | CD | D1 | 21 | 2 | 0 | 12 | B7 | 2B | 44 |
| Octal | 214 | 315 | 321 | 41 | 2 | 0 | 22 | 267 | 53 | 104 |
| Binary | 10001100 | 11001101 | 11010001 | 100001 | 10 | 0 | 10010 | 10110111 | 101011 | 1000100 |
Color Harmonies of #8CCDD1
Complementary color
Monochromatic Colors of #8CCDD1
Black with #8CCDD1
Text Example
Text Example
White with #8CCDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCDD1; }
p { color: rgb(140,205,209); }
H1.HeaderClassName
{
color: #8CCDD1;
}
.AnyTagClassName
{
color: #8CCDD1;
}
</style>
background-color css
<style>
a { background-color: #8CCDD1; }
a { background-color: rgb(140,205,209); }
div.DivClassName
{
background-color: #8CCDD1;
}
.BgClassName
{
background-color: #8CCDD1;
}
</style>
border-color css
<style>
span { border-color: #8CCDD1; }
span { border-color: rgb(140,205,209); }
td.TdClassName
{
border-color: #8CCDD1;
}
.TagClassName
{
border-color: #8CCDD1;
}
</style>