Shades of Blue Lagoon #086670
Tints of Blue Lagoon #086670
RGB
CMYK
RGB Variations
Color information
#086670 (or 0x086670) is known color: Blue Lagoon. HEX triplet: 08, 66 and 70. RGB value is (8,102,112). Sum of RGB (Red+Green+Blue) = 8+102+112=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 102 (40.23% from 255 or 45.95% from 222); Blue value is 112 (44.14% from 255 or 50.45% from 222); Max value from RGB is 112 - color contains mainly: blue. Hex color #086670 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086670 is #F7998F. Grayscale: #4A4A4A. Windows color (decimal): -16226704 or 7366152. OLE color: 7366152.
HSL color Cylindrical-coordinate representation of color #086670: hue angle of 185.77º 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 #086670 is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 102 | 112 | - |
| CMYK | 0.93 | 0.09 | 0 | 0.56 |
| HSL | 185.77º | 0.87% | 0.24% | - |
| HSV(B) | 185.77º | 0.93% | 0.44% | - |
| XYZ | 7.78 | 10.72 | 16.99 | - |
| YUV | 75.03 | 148.86 | 80.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 102 | 112 | 0.93 | 0.09 | 0 | 0.56 | 185.77 | 0.87 | 0.24 |
| Hex | 8 | 66 | 70 | 5D | 9 | 0 | 38 | BA | 57 | 18 |
| Octal | 10 | 146 | 160 | 135 | 11 | 0 | 70 | 272 | 127 | 30 |
| Binary | 1000 | 1100110 | 1110000 | 1011101 | 1001 | 0 | 111000 | 10111010 | 1010111 | 11000 |
Color Harmonies of #086670
Complementary color
Monochromatic Colors of #086670
Black with #086670
Text Example
Text Example
White with #086670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086670; }
p { color: rgb(8,102,112); }
H1.HeaderClassName
{
color: #086670;
}
.AnyTagClassName
{
color: #086670;
}
</style>
background-color css
<style>
a { background-color: #086670; }
a { background-color: rgb(8,102,112); }
div.DivClassName
{
background-color: #086670;
}
.BgClassName
{
background-color: #086670;
}
</style>
border-color css
<style>
span { border-color: #086670; }
span { border-color: rgb(8,102,112); }
td.TdClassName
{
border-color: #086670;
}
.TagClassName
{
border-color: #086670;
}
</style>