Shades of Blue Lagoon #086876
Tints of Blue Lagoon #086876
RGB
CMYK
RGB Variations
Color information
#086876 (or 0x086876) is known color: Blue Lagoon. HEX triplet: 08, 68 and 76. RGB value is (8,104,118). Sum of RGB (Red+Green+Blue) = 8+104+118=230 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.48% from 230); Green value is 104 (41.02% from 255 or 45.22% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #086876 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086876 is #F79789. Grayscale: #4C4C4C. Windows color (decimal): -16226186 or 7759880. OLE color: 7759880.
HSL color Cylindrical-coordinate representation of color #086876: hue angle of 187.64º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086876 is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 8 | 104 | 118 | - |
| CMYK | 0.93 | 0.12 | 0 | 0.54 |
| HSL | 187.64º | 0.87% | 0.25% | - |
| HSV(B) | 187.64º | 0.93% | 0.46% | - |
| XYZ | 8.32 | 11.26 | 18.87 | - |
| YUV | 76.89 | 151.2 | 78.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 104 | 118 | 0.93 | 0.12 | 0 | 0.54 | 187.64 | 0.87 | 0.25 |
| Hex | 8 | 68 | 76 | 5D | C | 0 | 36 | BC | 57 | 19 |
| Octal | 10 | 150 | 166 | 135 | 14 | 0 | 66 | 274 | 127 | 31 |
| Binary | 1000 | 1101000 | 1110110 | 1011101 | 1100 | 0 | 110110 | 10111100 | 1010111 | 11001 |
Color Harmonies of #086876
Complementary color
Monochromatic Colors of #086876
Black with #086876
Text Example
Text Example
White with #086876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086876; }
p { color: rgb(8,104,118); }
H1.HeaderClassName
{
color: #086876;
}
.AnyTagClassName
{
color: #086876;
}
</style>
background-color css
<style>
a { background-color: #086876; }
a { background-color: rgb(8,104,118); }
div.DivClassName
{
background-color: #086876;
}
.BgClassName
{
background-color: #086876;
}
</style>
border-color css
<style>
span { border-color: #086876; }
span { border-color: rgb(8,104,118); }
td.TdClassName
{
border-color: #086876;
}
.TagClassName
{
border-color: #086876;
}
</style>