Shades of Morning Glory #8CC6CB
Tints of Morning Glory #8CC6CB
RGB
CMYK
RGB Variations
Color information
#8CC6CB (or 0x8CC6CB) is known color: Morning Glory. HEX triplet: 8C, C6 and CB. RGB value is (140,198,203). Sum of RGB (Red+Green+Blue) = 140+198+203=541 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.88% from 541); Green value is 198 (77.73% from 255 or 36.60% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 203 - color contains mainly: blue. Hex color #8CC6CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC6CB is #733934. Grayscale: #B5B5B5. Windows color (decimal): -7551285 or 13354636. OLE color: 13354636.
HSL color Cylindrical-coordinate representation of color #8CC6CB: hue angle of 184.76º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CC6CB is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 198 | 203 | - |
| CMYK | 0.31 | 0.02 | 0 | 0.20 |
| HSL | 184.76º | 0.38% | 0.67% | - |
| HSV(B) | 184.76º | 0.31% | 0.8% | - |
| XYZ | 41.79 | 50.28 | 64 | - |
| YUV | 181.23 | 140.28 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 198 | 203 | 0.31 | 0.02 | 0 | 0.20 | 184.76 | 0.38 | 0.67 |
| Hex | 8C | C6 | CB | 1F | 2 | 0 | 14 | B9 | 26 | 43 |
| Octal | 214 | 306 | 313 | 37 | 2 | 0 | 24 | 271 | 46 | 103 |
| Binary | 10001100 | 11000110 | 11001011 | 11111 | 10 | 0 | 10100 | 10111001 | 100110 | 1000011 |
Color Harmonies of #8CC6CB
Complementary color
Monochromatic Colors of #8CC6CB
Black with #8CC6CB
Text Example
Text Example
White with #8CC6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC6CB; }
p { color: rgb(140,198,203); }
H1.HeaderClassName
{
color: #8CC6CB;
}
.AnyTagClassName
{
color: #8CC6CB;
}
</style>
background-color css
<style>
a { background-color: #8CC6CB; }
a { background-color: rgb(140,198,203); }
div.DivClassName
{
background-color: #8CC6CB;
}
.BgClassName
{
background-color: #8CC6CB;
}
</style>
border-color css
<style>
span { border-color: #8CC6CB; }
span { border-color: rgb(140,198,203); }
td.TdClassName
{
border-color: #8CC6CB;
}
.TagClassName
{
border-color: #8CC6CB;
}
</style>