Shades of Blue Lagoon #086D80
Tints of Blue Lagoon #086D80
RGB
CMYK
RGB Variations
Color information
#086D80 (or 0x086D80) is known color: Blue Lagoon. HEX triplet: 08, 6D and 80. RGB value is (8,109,128). Sum of RGB (Red+Green+Blue) = 8+109+128=245 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.27% from 245); Green value is 109 (42.97% from 255 or 44.49% from 245); Blue value is 128 (50.39% from 255 or 52.24% from 245); Max value from RGB is 128 - color contains mainly: blue. Hex color #086D80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086D80 is #F7927F. Grayscale: #505050. Windows color (decimal): -16224896 or 8416520. OLE color: 8416520.
HSL color Cylindrical-coordinate representation of color #086D80: hue angle of 189.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #086D80 is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 109 | 128 | - |
| CMYK | 0.94 | 0.15 | 0 | 0.50 |
| HSL | 189.5º | 0.88% | 0.27% | - |
| HSV(B) | 189.5º | 0.94% | 0.5% | - |
| XYZ | 9.47 | 12.55 | 22.35 | - |
| YUV | 80.97 | 154.54 | 75.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 109 | 128 | 0.94 | 0.15 | 0 | 0.50 | 189.5 | 0.88 | 0.27 |
| Hex | 8 | 6D | 80 | 5E | F | 0 | 32 | BE | 58 | 1B |
| Octal | 10 | 155 | 200 | 136 | 17 | 0 | 62 | 276 | 130 | 33 |
| Binary | 1000 | 1101101 | 10000000 | 1011110 | 1111 | 0 | 110010 | 10111110 | 1011000 | 11011 |
Color Harmonies of #086D80
Complementary color
Monochromatic Colors of #086D80
Black with #086D80
Text Example
Text Example
White with #086D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086D80; }
p { color: rgb(8,109,128); }
H1.HeaderClassName
{
color: #086D80;
}
.AnyTagClassName
{
color: #086D80;
}
</style>
background-color css
<style>
a { background-color: #086D80; }
a { background-color: rgb(8,109,128); }
div.DivClassName
{
background-color: #086D80;
}
.BgClassName
{
background-color: #086D80;
}
</style>
border-color css
<style>
span { border-color: #086D80; }
span { border-color: rgb(8,109,128); }
td.TdClassName
{
border-color: #086D80;
}
.TagClassName
{
border-color: #086D80;
}
</style>