Shades of Blue Lagoon #086682
Tints of Blue Lagoon #086682
RGB
CMYK
RGB Variations
Color information
#086682 (or 0x086682) is known color: Blue Lagoon. HEX triplet: 08, 66 and 82. RGB value is (8,102,130). Sum of RGB (Red+Green+Blue) = 8+102+130=240 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.33% from 240); Green value is 102 (40.23% from 255 or 42.5% from 240); Blue value is 130 (51.17% from 255 or 54.17% from 240); Max value from RGB is 130 - color contains mainly: blue. Hex color #086682 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086682 is #F7997D. Grayscale: #4C4C4C. Windows color (decimal): -16226686 or 8545800. OLE color: 8545800.
HSL color Cylindrical-coordinate representation of color #086682: hue angle of 193.77º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #086682 is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 102 | 130 | - |
| CMYK | 0.94 | 0.22 | 0 | 0.49 |
| HSL | 193.77º | 0.88% | 0.27% | - |
| HSV(B) | 193.77º | 0.94% | 0.51% | - |
| XYZ | 8.88 | 11.17 | 22.81 | - |
| YUV | 77.09 | 157.86 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 102 | 130 | 0.94 | 0.22 | 0 | 0.49 | 193.77 | 0.88 | 0.27 |
| Hex | 8 | 66 | 82 | 5E | 16 | 0 | 31 | C2 | 58 | 1B |
| Octal | 10 | 146 | 202 | 136 | 26 | 0 | 61 | 302 | 130 | 33 |
| Binary | 1000 | 1100110 | 10000010 | 1011110 | 10110 | 0 | 110001 | 11000010 | 1011000 | 11011 |
Color Harmonies of #086682
Complementary color
Monochromatic Colors of #086682
Black with #086682
Text Example
Text Example
White with #086682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086682; }
p { color: rgb(8,102,130); }
H1.HeaderClassName
{
color: #086682;
}
.AnyTagClassName
{
color: #086682;
}
</style>
background-color css
<style>
a { background-color: #086682; }
a { background-color: rgb(8,102,130); }
div.DivClassName
{
background-color: #086682;
}
.BgClassName
{
background-color: #086682;
}
</style>
border-color css
<style>
span { border-color: #086682; }
span { border-color: rgb(8,102,130); }
td.TdClassName
{
border-color: #086682;
}
.TagClassName
{
border-color: #086682;
}
</style>