Shades of Blue Lagoon #086771
Tints of Blue Lagoon #086771
RGB
CMYK
RGB Variations
Color information
#086771 (or 0x086771) is known color: Blue Lagoon. HEX triplet: 08, 67 and 71. RGB value is (8,103,113). Sum of RGB (Red+Green+Blue) = 8+103+113=224 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.57% from 224); Green value is 103 (40.62% from 255 or 45.98% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #086771 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086771 is #F7988E. Grayscale: #4B4B4B. Windows color (decimal): -16226447 or 7431944. OLE color: 7431944.
HSL color Cylindrical-coordinate representation of color #086771: hue angle of 185.71º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086771 is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 103 | 113 | - |
| CMYK | 0.93 | 0.09 | 0 | 0.56 |
| HSL | 185.71º | 0.87% | 0.24% | - |
| HSV(B) | 185.71º | 0.93% | 0.44% | - |
| XYZ | 7.93 | 10.94 | 17.32 | - |
| YUV | 75.74 | 149.03 | 79.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 103 | 113 | 0.93 | 0.09 | 0 | 0.56 | 185.71 | 0.87 | 0.24 |
| Hex | 8 | 67 | 71 | 5D | 9 | 0 | 38 | BA | 57 | 18 |
| Octal | 10 | 147 | 161 | 135 | 11 | 0 | 70 | 272 | 127 | 30 |
| Binary | 1000 | 1100111 | 1110001 | 1011101 | 1001 | 0 | 111000 | 10111010 | 1010111 | 11000 |
Color Harmonies of #086771
Complementary color
Monochromatic Colors of #086771
Black with #086771
Text Example
Text Example
White with #086771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086771; }
p { color: rgb(8,103,113); }
H1.HeaderClassName
{
color: #086771;
}
.AnyTagClassName
{
color: #086771;
}
</style>
background-color css
<style>
a { background-color: #086771; }
a { background-color: rgb(8,103,113); }
div.DivClassName
{
background-color: #086771;
}
.BgClassName
{
background-color: #086771;
}
</style>
border-color css
<style>
span { border-color: #086771; }
span { border-color: rgb(8,103,113); }
td.TdClassName
{
border-color: #086771;
}
.TagClassName
{
border-color: #086771;
}
</style>