<!DOCTYPE html>
<html>
<head>
<title>Titre du document</title>
<style>
div {
padding: 10px;
width: 50%;
border: solid #666;
border-top-color: #1c87c9;
}
</style>
</head>
<body>
<div> La propriété border-top-color avec une valeur hexadecimale.</div>
</body>
</html>