Shades of Blue Lagoon #086776
Tints of Blue Lagoon #086776
RGB
CMYK
RGB Variations
Color information
#086776 (or 0x086776) is known color: Blue Lagoon. HEX triplet: 08, 67 and 76. RGB value is (8,103,118). Sum of RGB (Red+Green+Blue) = 8+103+118=229 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.49% from 229); Green value is 103 (40.62% from 255 or 44.98% from 229); Blue value is 118 (46.48% from 255 or 51.53% from 229); Max value from RGB is 118 - color contains mainly: blue. Hex color #086776 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086776 is #F79889. Grayscale: #4C4C4C. Windows color (decimal): -16226442 or 7759624. OLE color: 7759624.
HSL color Cylindrical-coordinate representation of color #086776: hue angle of 188.18º 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 #086776 is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 8 | 103 | 118 | - |
| CMYK | 0.93 | 0.13 | 0 | 0.54 |
| HSL | 188.18º | 0.87% | 0.25% | - |
| HSV(B) | 188.18º | 0.93% | 0.46% | - |
| XYZ | 8.22 | 11.06 | 18.84 | - |
| YUV | 76.31 | 151.53 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 103 | 118 | 0.93 | 0.13 | 0 | 0.54 | 188.18 | 0.87 | 0.25 |
| Hex | 8 | 67 | 76 | 5D | D | 0 | 36 | BC | 57 | 19 |
| Octal | 10 | 147 | 166 | 135 | 15 | 0 | 66 | 274 | 127 | 31 |
| Binary | 1000 | 1100111 | 1110110 | 1011101 | 1101 | 0 | 110110 | 10111100 | 1010111 | 11001 |
Color Harmonies of #086776
Complementary color
Monochromatic Colors of #086776
Black with #086776
Text Example
Text Example
White with #086776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086776; }
p { color: rgb(8,103,118); }
H1.HeaderClassName
{
color: #086776;
}
.AnyTagClassName
{
color: #086776;
}
</style>
background-color css
<style>
a { background-color: #086776; }
a { background-color: rgb(8,103,118); }
div.DivClassName
{
background-color: #086776;
}
.BgClassName
{
background-color: #086776;
}
</style>
border-color css
<style>
span { border-color: #086776; }
span { border-color: rgb(8,103,118); }
td.TdClassName
{
border-color: #086776;
}
.TagClassName
{
border-color: #086776;
}
</style>