Shades of Morning Glory #8CCBCC
Tints of Morning Glory #8CCBCC
RGB
CMYK
RGB Variations
Color information
#8CCBCC (or 0x8CCBCC) is known color: Morning Glory. HEX triplet: 8C, CB and CC. RGB value is (140,203,204). Sum of RGB (Red+Green+Blue) = 140+203+204=547 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.59% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 204 - color contains mainly: blue. Hex color #8CCBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCBCC is #733433. Grayscale: #B8B8B8. Windows color (decimal): -7550004 or 13421452. OLE color: 13421452.
HSL color Cylindrical-coordinate representation of color #8CCBCC: hue angle of 180.94º degrees, saturation: 0.39, 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 #8CCBCC is Cyan = 0.31, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 203 | 204 | - |
| CMYK | 0.31 | 0.00 | 0 | 0.2 |
| HSL | 180.94º | 0.39% | 0.67% | - |
| HSV(B) | 180.94º | 0.31% | 0.8% | - |
| XYZ | 43.07 | 52.65 | 65.02 | - |
| YUV | 184.28 | 139.13 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 203 | 204 | 0.31 | 0.00 | 0 | 0.2 | 180.94 | 0.39 | 0.67 |
| Hex | 8C | CB | CC | 1F | 0 | 0 | 14 | B5 | 27 | 43 |
| Octal | 214 | 313 | 314 | 37 | 0 | 0 | 24 | 265 | 47 | 103 |
| Binary | 10001100 | 11001011 | 11001100 | 11111 | 0 | 0 | 10100 | 10110101 | 100111 | 1000011 |
Color Harmonies of #8CCBCC
Complementary color
Monochromatic Colors of #8CCBCC
Black with #8CCBCC
Text Example
Text Example
White with #8CCBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCBCC; }
p { color: rgb(140,203,204); }
H1.HeaderClassName
{
color: #8CCBCC;
}
.AnyTagClassName
{
color: #8CCBCC;
}
</style>
background-color css
<style>
a { background-color: #8CCBCC; }
a { background-color: rgb(140,203,204); }
div.DivClassName
{
background-color: #8CCBCC;
}
.BgClassName
{
background-color: #8CCBCC;
}
</style>
border-color css
<style>
span { border-color: #8CCBCC; }
span { border-color: rgb(140,203,204); }
td.TdClassName
{
border-color: #8CCBCC;
}
.TagClassName
{
border-color: #8CCBCC;
}
</style>