Shades of Morning Glory #8FC4CA
Tints of Morning Glory #8FC4CA
RGB
CMYK
RGB Variations
Color information
#8FC4CA (or 0x8FC4CA) is known color: Morning Glory. HEX triplet: 8F, C4 and CA. RGB value is (143,196,202). Sum of RGB (Red+Green+Blue) = 143+196+202=541 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.43% from 541); Green value is 196 (76.95% from 255 or 36.23% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 202 - color contains mainly: blue. Hex color #8FC4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC4CA is #703B35. Grayscale: #B4B4B4. Windows color (decimal): -7355190 or 13288591. OLE color: 13288591.
HSL color Cylindrical-coordinate representation of color #8FC4CA: hue angle of 186.1º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FC4CA is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 196 | 202 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.21 |
| HSL | 186.1º | 0.36% | 0.68% | - |
| HSV(B) | 186.1º | 0.29% | 0.79% | - |
| XYZ | 41.73 | 49.58 | 63.25 | - |
| YUV | 180.84 | 139.94 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 196 | 202 | 0.29 | 0.03 | 0 | 0.21 | 186.1 | 0.36 | 0.68 |
| Hex | 8F | C4 | CA | 1D | 3 | 0 | 15 | BA | 24 | 44 |
| Octal | 217 | 304 | 312 | 35 | 3 | 0 | 25 | 272 | 44 | 104 |
| Binary | 10001111 | 11000100 | 11001010 | 11101 | 11 | 0 | 10101 | 10111010 | 100100 | 1000100 |
Color Harmonies of #8FC4CA
Complementary color
Monochromatic Colors of #8FC4CA
Black with #8FC4CA
Text Example
Text Example
White with #8FC4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC4CA; }
p { color: rgb(143,196,202); }
H1.HeaderClassName
{
color: #8FC4CA;
}
.AnyTagClassName
{
color: #8FC4CA;
}
</style>
background-color css
<style>
a { background-color: #8FC4CA; }
a { background-color: rgb(143,196,202); }
div.DivClassName
{
background-color: #8FC4CA;
}
.BgClassName
{
background-color: #8FC4CA;
}
</style>
border-color css
<style>
span { border-color: #8FC4CA; }
span { border-color: rgb(143,196,202); }
td.TdClassName
{
border-color: #8FC4CA;
}
.TagClassName
{
border-color: #8FC4CA;
}
</style>