Shades of Morning Glory #8FCACE
Tints of Morning Glory #8FCACE
RGB
CMYK
RGB Variations
Color information
#8FCACE (or 0x8FCACE) is known color: Morning Glory. HEX triplet: 8F, CA and CE. RGB value is (143,202,206). Sum of RGB (Red+Green+Blue) = 143+202+206=551 (72% of max value = 765). Red value is 143 (56.25% from 255 or 25.95% from 551); Green value is 202 (79.30% from 255 or 36.66% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 206 - color contains mainly: blue. Hex color #8FCACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCACE is #703531. Grayscale: #B8B8B8. Windows color (decimal): -7353650 or 13552271. OLE color: 13552271.
HSL color Cylindrical-coordinate representation of color #8FCACE: hue angle of 183.81º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FCACE is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 202 | 206 | - |
| CMYK | 0.31 | 0.02 | 0 | 0.19 |
| HSL | 183.81º | 0.39% | 0.68% | - |
| HSV(B) | 183.81º | 0.31% | 0.81% | - |
| XYZ | 43.59 | 52.54 | 66.24 | - |
| YUV | 184.82 | 139.95 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 202 | 206 | 0.31 | 0.02 | 0 | 0.19 | 183.81 | 0.39 | 0.68 |
| Hex | 8F | CA | CE | 1F | 2 | 0 | 13 | B8 | 27 | 44 |
| Octal | 217 | 312 | 316 | 37 | 2 | 0 | 23 | 270 | 47 | 104 |
| Binary | 10001111 | 11001010 | 11001110 | 11111 | 10 | 0 | 10011 | 10111000 | 100111 | 1000100 |
Color Harmonies of #8FCACE
Complementary color
Monochromatic Colors of #8FCACE
Black with #8FCACE
Text Example
Text Example
White with #8FCACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCACE; }
p { color: rgb(143,202,206); }
H1.HeaderClassName
{
color: #8FCACE;
}
.AnyTagClassName
{
color: #8FCACE;
}
</style>
background-color css
<style>
a { background-color: #8FCACE; }
a { background-color: rgb(143,202,206); }
div.DivClassName
{
background-color: #8FCACE;
}
.BgClassName
{
background-color: #8FCACE;
}
</style>
border-color css
<style>
span { border-color: #8FCACE; }
span { border-color: rgb(143,202,206); }
td.TdClassName
{
border-color: #8FCACE;
}
.TagClassName
{
border-color: #8FCACE;
}
</style>