Shades of Morning Glory #8FC3CC
Tints of Morning Glory #8FC3CC
RGB
CMYK
RGB Variations
Color information
#8FC3CC (or 0x8FC3CC) is known color: Morning Glory. HEX triplet: 8F, C3 and CC. RGB value is (143,195,204). Sum of RGB (Red+Green+Blue) = 143+195+204=542 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.38% from 542); Green value is 195 (76.56% from 255 or 35.98% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 204 - color contains mainly: blue. Hex color #8FC3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC3CC is #703C33. Grayscale: #B4B4B4. Windows color (decimal): -7355444 or 13419407. OLE color: 13419407.
HSL color Cylindrical-coordinate representation of color #8FC3CC: hue angle of 188.85º degrees, saturation: 0.37, 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 #8FC3CC is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 195 | 204 | - |
| CMYK | 0.30 | 0.04 | 0 | 0.2 |
| HSL | 188.85º | 0.37% | 0.68% | - |
| HSV(B) | 188.85º | 0.3% | 0.8% | - |
| XYZ | 41.74 | 49.23 | 64.43 | - |
| YUV | 180.48 | 141.27 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 195 | 204 | 0.30 | 0.04 | 0 | 0.2 | 188.85 | 0.37 | 0.68 |
| Hex | 8F | C3 | CC | 1E | 4 | 0 | 14 | BD | 25 | 44 |
| Octal | 217 | 303 | 314 | 36 | 4 | 0 | 24 | 275 | 45 | 104 |
| Binary | 10001111 | 11000011 | 11001100 | 11110 | 100 | 0 | 10100 | 10111101 | 100101 | 1000100 |
Color Harmonies of #8FC3CC
Complementary color
Monochromatic Colors of #8FC3CC
Black with #8FC3CC
Text Example
Text Example
White with #8FC3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC3CC; }
p { color: rgb(143,195,204); }
H1.HeaderClassName
{
color: #8FC3CC;
}
.AnyTagClassName
{
color: #8FC3CC;
}
</style>
background-color css
<style>
a { background-color: #8FC3CC; }
a { background-color: rgb(143,195,204); }
div.DivClassName
{
background-color: #8FC3CC;
}
.BgClassName
{
background-color: #8FC3CC;
}
</style>
border-color css
<style>
span { border-color: #8FC3CC; }
span { border-color: rgb(143,195,204); }
td.TdClassName
{
border-color: #8FC3CC;
}
.TagClassName
{
border-color: #8FC3CC;
}
</style>