Shades of Morning Glory #8CCACF
Tints of Morning Glory #8CCACF
RGB
CMYK
RGB Variations
Color information
#8CCACF (or 0x8CCACF) is known color: Morning Glory. HEX triplet: 8C, CA and CF. RGB value is (140,202,207). Sum of RGB (Red+Green+Blue) = 140+202+207=549 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.50% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 207 - color contains mainly: blue. Hex color #8CCACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCACF is #733530. Grayscale: #B7B7B7. Windows color (decimal): -7550257 or 13617804. OLE color: 13617804.
HSL color Cylindrical-coordinate representation of color #8CCACF: hue angle of 184.48º 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 #8CCACF is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 202 | 207 | - |
| CMYK | 0.32 | 0.02 | 0 | 0.19 |
| HSL | 184.48º | 0.41% | 0.68% | - |
| HSV(B) | 184.48º | 0.32% | 0.81% | - |
| XYZ | 43.2 | 52.32 | 66.85 | - |
| YUV | 184.03 | 140.96 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 202 | 207 | 0.32 | 0.02 | 0 | 0.19 | 184.48 | 0.41 | 0.68 |
| Hex | 8C | CA | CF | 20 | 2 | 0 | 13 | B8 | 29 | 44 |
| Octal | 214 | 312 | 317 | 40 | 2 | 0 | 23 | 270 | 51 | 104 |
| Binary | 10001100 | 11001010 | 11001111 | 100000 | 10 | 0 | 10011 | 10111000 | 101001 | 1000100 |
Color Harmonies of #8CCACF
Complementary color
Monochromatic Colors of #8CCACF
Black with #8CCACF
Text Example
Text Example
White with #8CCACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCACF; }
p { color: rgb(140,202,207); }
H1.HeaderClassName
{
color: #8CCACF;
}
.AnyTagClassName
{
color: #8CCACF;
}
</style>
background-color css
<style>
a { background-color: #8CCACF; }
a { background-color: rgb(140,202,207); }
div.DivClassName
{
background-color: #8CCACF;
}
.BgClassName
{
background-color: #8CCACF;
}
</style>
border-color css
<style>
span { border-color: #8CCACF; }
span { border-color: rgb(140,202,207); }
td.TdClassName
{
border-color: #8CCACF;
}
.TagClassName
{
border-color: #8CCACF;
}
</style>