Shades of Morning Glory #8CCFD1
Tints of Morning Glory #8CCFD1
RGB
CMYK
RGB Variations
Color information
#8CCFD1 (or 0x8CCFD1) is known color: Morning Glory. HEX triplet: 8C, CF and D1. RGB value is (140,207,209). Sum of RGB (Red+Green+Blue) = 140+207+209=556 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.18% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 209 (82.03% from 255 or 37.59% from 556); Max value from RGB is 209 - color contains mainly: blue. Hex color #8CCFD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCFD1 is #73302E. Grayscale: #BBBBBB. Windows color (decimal): -7548975 or 13750156. OLE color: 13750156.
HSL color Cylindrical-coordinate representation of color #8CCFD1: hue angle of 181.74º 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 #8CCFD1 is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 140 | 207 | 209 | - |
| CMYK | 0.33 | 0.01 | 0 | 0.18 |
| HSL | 181.74º | 0.43% | 0.68% | - |
| HSV(B) | 181.74º | 0.33% | 0.82% | - |
| XYZ | 44.64 | 54.8 | 68.55 | - |
| YUV | 187.2 | 140.3 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 207 | 209 | 0.33 | 0.01 | 0 | 0.18 | 181.74 | 0.43 | 0.68 |
| Hex | 8C | CF | D1 | 21 | 1 | 0 | 12 | B6 | 2B | 44 |
| Octal | 214 | 317 | 321 | 41 | 1 | 0 | 22 | 266 | 53 | 104 |
| Binary | 10001100 | 11001111 | 11010001 | 100001 | 1 | 0 | 10010 | 10110110 | 101011 | 1000100 |
Color Harmonies of #8CCFD1
Complementary color
Monochromatic Colors of #8CCFD1
Black with #8CCFD1
Text Example
Text Example
White with #8CCFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCFD1; }
p { color: rgb(140,207,209); }
H1.HeaderClassName
{
color: #8CCFD1;
}
.AnyTagClassName
{
color: #8CCFD1;
}
</style>
background-color css
<style>
a { background-color: #8CCFD1; }
a { background-color: rgb(140,207,209); }
div.DivClassName
{
background-color: #8CCFD1;
}
.BgClassName
{
background-color: #8CCFD1;
}
</style>
border-color css
<style>
span { border-color: #8CCFD1; }
span { border-color: rgb(140,207,209); }
td.TdClassName
{
border-color: #8CCFD1;
}
.TagClassName
{
border-color: #8CCFD1;
}
</style>