Shades of Morning Glory #8EC3CC
Tints of Morning Glory #8EC3CC
RGB
CMYK
RGB Variations
Color information
#8EC3CC (or 0x8EC3CC) is known color: Morning Glory. HEX triplet: 8E, C3 and CC. RGB value is (142,195,204). Sum of RGB (Red+Green+Blue) = 142+195+204=541 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.25% from 541); Green value is 195 (76.56% from 255 or 36.04% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 204 - color contains mainly: blue. Hex color #8EC3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC3CC is #713C33. Grayscale: #B4B4B4. Windows color (decimal): -7420980 or 13419406. OLE color: 13419406.
HSL color Cylindrical-coordinate representation of color #8EC3CC: hue angle of 188.71º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8EC3CC is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 142 | 195 | 204 | - |
| CMYK | 0.30 | 0.04 | 0 | 0.2 |
| HSL | 188.71º | 0.38% | 0.68% | - |
| HSV(B) | 188.71º | 0.3% | 0.8% | - |
| XYZ | 41.57 | 49.14 | 64.42 | - |
| YUV | 180.18 | 141.44 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 195 | 204 | 0.30 | 0.04 | 0 | 0.2 | 188.71 | 0.38 | 0.68 |
| Hex | 8E | C3 | CC | 1E | 4 | 0 | 14 | BD | 26 | 44 |
| Octal | 216 | 303 | 314 | 36 | 4 | 0 | 24 | 275 | 46 | 104 |
| Binary | 10001110 | 11000011 | 11001100 | 11110 | 100 | 0 | 10100 | 10111101 | 100110 | 1000100 |
Color Harmonies of #8EC3CC
Complementary color
Monochromatic Colors of #8EC3CC
Black with #8EC3CC
Text Example
Text Example
White with #8EC3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC3CC; }
p { color: rgb(142,195,204); }
H1.HeaderClassName
{
color: #8EC3CC;
}
.AnyTagClassName
{
color: #8EC3CC;
}
</style>
background-color css
<style>
a { background-color: #8EC3CC; }
a { background-color: rgb(142,195,204); }
div.DivClassName
{
background-color: #8EC3CC;
}
.BgClassName
{
background-color: #8EC3CC;
}
</style>
border-color css
<style>
span { border-color: #8EC3CC; }
span { border-color: rgb(142,195,204); }
td.TdClassName
{
border-color: #8EC3CC;
}
.TagClassName
{
border-color: #8EC3CC;
}
</style>