Shades of Blue Lagoon #086970
Tints of Blue Lagoon #086970
RGB
CMYK
RGB Variations
Color information
#086970 (or 0x086970) is known color: Blue Lagoon. HEX triplet: 08, 69 and 70. RGB value is (8,105,112). Sum of RGB (Red+Green+Blue) = 8+105+112=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #086970 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086970 is #F7968F. Grayscale: #4C4C4C. Windows color (decimal): -16225936 or 7366920. OLE color: 7366920.
HSL color Cylindrical-coordinate representation of color #086970: hue angle of 184.04º 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 #086970 is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 105 | 112 | - |
| CMYK | 0.93 | 0.06 | 0 | 0.56 |
| HSL | 184.04º | 0.87% | 0.24% | - |
| HSV(B) | 184.04º | 0.93% | 0.44% | - |
| XYZ | 8.08 | 11.32 | 17.09 | - |
| YUV | 76.8 | 147.86 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 105 | 112 | 0.93 | 0.06 | 0 | 0.56 | 184.04 | 0.87 | 0.24 |
| Hex | 8 | 69 | 70 | 5D | 6 | 0 | 38 | B8 | 57 | 18 |
| Octal | 10 | 151 | 160 | 135 | 6 | 0 | 70 | 270 | 127 | 30 |
| Binary | 1000 | 1101001 | 1110000 | 1011101 | 110 | 0 | 111000 | 10111000 | 1010111 | 11000 |
Color Harmonies of #086970
Complementary color
Monochromatic Colors of #086970
Black with #086970
Text Example
Text Example
White with #086970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086970; }
p { color: rgb(8,105,112); }
H1.HeaderClassName
{
color: #086970;
}
.AnyTagClassName
{
color: #086970;
}
</style>
background-color css
<style>
a { background-color: #086970; }
a { background-color: rgb(8,105,112); }
div.DivClassName
{
background-color: #086970;
}
.BgClassName
{
background-color: #086970;
}
</style>
border-color css
<style>
span { border-color: #086970; }
span { border-color: rgb(8,105,112); }
td.TdClassName
{
border-color: #086970;
}
.TagClassName
{
border-color: #086970;
}
</style>