Shades of Morning Glory #8CCBCF
Tints of Morning Glory #8CCBCF
RGB
CMYK
RGB Variations
Color information
#8CCBCF (or 0x8CCBCF) is known color: Morning Glory. HEX triplet: 8C, CB and CF. RGB value is (140,203,207). Sum of RGB (Red+Green+Blue) = 140+203+207=550 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.45% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 207 - color contains mainly: blue. Hex color #8CCBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCBCF is #733430. Grayscale: #B8B8B8. Windows color (decimal): -7550001 or 13618060. OLE color: 13618060.
HSL color Cylindrical-coordinate representation of color #8CCBCF: hue angle of 183.58º 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 #8CCBCF is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 203 | 207 | - |
| CMYK | 0.32 | 0.02 | 0 | 0.19 |
| HSL | 183.58º | 0.41% | 0.68% | - |
| HSV(B) | 183.58º | 0.32% | 0.81% | - |
| XYZ | 43.43 | 52.79 | 66.93 | - |
| YUV | 184.62 | 140.63 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 203 | 207 | 0.32 | 0.02 | 0 | 0.19 | 183.58 | 0.41 | 0.68 |
| Hex | 8C | CB | CF | 20 | 2 | 0 | 13 | B8 | 29 | 44 |
| Octal | 214 | 313 | 317 | 40 | 2 | 0 | 23 | 270 | 51 | 104 |
| Binary | 10001100 | 11001011 | 11001111 | 100000 | 10 | 0 | 10011 | 10111000 | 101001 | 1000100 |
Color Harmonies of #8CCBCF
Complementary color
Monochromatic Colors of #8CCBCF
Black with #8CCBCF
Text Example
Text Example
White with #8CCBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCBCF; }
p { color: rgb(140,203,207); }
H1.HeaderClassName
{
color: #8CCBCF;
}
.AnyTagClassName
{
color: #8CCBCF;
}
</style>
background-color css
<style>
a { background-color: #8CCBCF; }
a { background-color: rgb(140,203,207); }
div.DivClassName
{
background-color: #8CCBCF;
}
.BgClassName
{
background-color: #8CCBCF;
}
</style>
border-color css
<style>
span { border-color: #8CCBCF; }
span { border-color: rgb(140,203,207); }
td.TdClassName
{
border-color: #8CCBCF;
}
.TagClassName
{
border-color: #8CCBCF;
}
</style>