Shades of Blue Lagoon #086B70
Tints of Blue Lagoon #086B70
RGB
CMYK
RGB Variations
Color information
#086B70 (or 0x086B70) is known color: Blue Lagoon. HEX triplet: 08, 6B and 70. RGB value is (8,107,112). Sum of RGB (Red+Green+Blue) = 8+107+112=227 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.52% from 227); Green value is 107 (42.19% from 255 or 47.14% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 112 - color contains mainly: blue. Hex color #086B70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086B70 is #F7948F. Grayscale: #4D4D4D. Windows color (decimal): -16225424 or 7367432. OLE color: 7367432.
HSL color Cylindrical-coordinate representation of color #086B70: hue angle of 182.88º 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 #086B70 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 107 | 112 | - |
| CMYK | 0.93 | 0.04 | 0 | 0.56 |
| HSL | 182.88º | 0.87% | 0.24% | - |
| HSV(B) | 182.88º | 0.93% | 0.44% | - |
| XYZ | 8.28 | 11.74 | 17.16 | - |
| YUV | 77.97 | 147.2 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 107 | 112 | 0.93 | 0.04 | 0 | 0.56 | 182.88 | 0.87 | 0.24 |
| Hex | 8 | 6B | 70 | 5D | 4 | 0 | 38 | B7 | 57 | 18 |
| Octal | 10 | 153 | 160 | 135 | 4 | 0 | 70 | 267 | 127 | 30 |
| Binary | 1000 | 1101011 | 1110000 | 1011101 | 100 | 0 | 111000 | 10110111 | 1010111 | 11000 |
Color Harmonies of #086B70
Complementary color
Monochromatic Colors of #086B70
Black with #086B70
Text Example
Text Example
White with #086B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086B70; }
p { color: rgb(8,107,112); }
H1.HeaderClassName
{
color: #086B70;
}
.AnyTagClassName
{
color: #086B70;
}
</style>
background-color css
<style>
a { background-color: #086B70; }
a { background-color: rgb(8,107,112); }
div.DivClassName
{
background-color: #086B70;
}
.BgClassName
{
background-color: #086B70;
}
</style>
border-color css
<style>
span { border-color: #086B70; }
span { border-color: rgb(8,107,112); }
td.TdClassName
{
border-color: #086B70;
}
.TagClassName
{
border-color: #086B70;
}
</style>