Shades of Blue Lagoon #086D7D
Tints of Blue Lagoon #086D7D
RGB
CMYK
RGB Variations
Color information
#086D7D (or 0x086D7D) is known color: Blue Lagoon. HEX triplet: 08, 6D and 7D. RGB value is (8,109,125). Sum of RGB (Red+Green+Blue) = 8+109+125=242 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.31% from 242); Green value is 109 (42.97% from 255 or 45.04% from 242); Blue value is 125 (49.22% from 255 or 51.65% from 242); Max value from RGB is 125 - color contains mainly: blue. Hex color #086D7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086D7D is #F79282. Grayscale: #505050. Windows color (decimal): -16224899 or 8219912. OLE color: 8219912.
HSL color Cylindrical-coordinate representation of color #086D7D: hue angle of 188.21º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #086D7D is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 109 | 125 | - |
| CMYK | 0.94 | 0.13 | 0 | 0.51 |
| HSL | 188.21º | 0.88% | 0.26% | - |
| HSV(B) | 188.21º | 0.94% | 0.49% | - |
| XYZ | 9.27 | 12.47 | 21.32 | - |
| YUV | 80.63 | 153.04 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 109 | 125 | 0.94 | 0.13 | 0 | 0.51 | 188.21 | 0.88 | 0.26 |
| Hex | 8 | 6D | 7D | 5E | D | 0 | 33 | BC | 58 | 1A |
| Octal | 10 | 155 | 175 | 136 | 15 | 0 | 63 | 274 | 130 | 32 |
| Binary | 1000 | 1101101 | 1111101 | 1011110 | 1101 | 0 | 110011 | 10111100 | 1011000 | 11010 |
Color Harmonies of #086D7D
Complementary color
Monochromatic Colors of #086D7D
Black with #086D7D
Text Example
Text Example
White with #086D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086D7D; }
p { color: rgb(8,109,125); }
H1.HeaderClassName
{
color: #086D7D;
}
.AnyTagClassName
{
color: #086D7D;
}
</style>
background-color css
<style>
a { background-color: #086D7D; }
a { background-color: rgb(8,109,125); }
div.DivClassName
{
background-color: #086D7D;
}
.BgClassName
{
background-color: #086D7D;
}
</style>
border-color css
<style>
span { border-color: #086D7D; }
span { border-color: rgb(8,109,125); }
td.TdClassName
{
border-color: #086D7D;
}
.TagClassName
{
border-color: #086D7D;
}
</style>