Shades of Blue Lagoon #086979
Tints of Blue Lagoon #086979
RGB
CMYK
RGB Variations
Color information
#086979 (or 0x086979) is known color: Blue Lagoon. HEX triplet: 08, 69 and 79. RGB value is (8,105,121). Sum of RGB (Red+Green+Blue) = 8+105+121=234 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.42% from 234); Green value is 105 (41.41% from 255 or 44.87% from 234); Blue value is 121 (47.66% from 255 or 51.71% from 234); Max value from RGB is 121 - color contains mainly: blue. Hex color #086979 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086979 is #F79686. Grayscale: #4D4D4D. Windows color (decimal): -16225927 or 7956744. OLE color: 7956744.
HSL color Cylindrical-coordinate representation of color #086979: hue angle of 188.5º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086979 is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 105 | 121 | - |
| CMYK | 0.93 | 0.13 | 0 | 0.53 |
| HSL | 188.5º | 0.88% | 0.25% | - |
| HSV(B) | 188.5º | 0.93% | 0.47% | - |
| XYZ | 8.6 | 11.54 | 19.86 | - |
| YUV | 77.82 | 152.36 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 105 | 121 | 0.93 | 0.13 | 0 | 0.53 | 188.5 | 0.88 | 0.25 |
| Hex | 8 | 69 | 79 | 5D | D | 0 | 35 | BC | 58 | 19 |
| Octal | 10 | 151 | 171 | 135 | 15 | 0 | 65 | 274 | 130 | 31 |
| Binary | 1000 | 1101001 | 1111001 | 1011101 | 1101 | 0 | 110101 | 10111100 | 1011000 | 11001 |
Color Harmonies of #086979
Complementary color
Monochromatic Colors of #086979
Black with #086979
Text Example
Text Example
White with #086979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086979; }
p { color: rgb(8,105,121); }
H1.HeaderClassName
{
color: #086979;
}
.AnyTagClassName
{
color: #086979;
}
</style>
background-color css
<style>
a { background-color: #086979; }
a { background-color: rgb(8,105,121); }
div.DivClassName
{
background-color: #086979;
}
.BgClassName
{
background-color: #086979;
}
</style>
border-color css
<style>
span { border-color: #086979; }
span { border-color: rgb(8,105,121); }
td.TdClassName
{
border-color: #086979;
}
.TagClassName
{
border-color: #086979;
}
</style>