Shades of Blue Lagoon #086870
Tints of Blue Lagoon #086870
RGB
CMYK
RGB Variations
Color information
#086870 (or 0x086870) is known color: Blue Lagoon. HEX triplet: 08, 68 and 70. RGB value is (8,104,112). Sum of RGB (Red+Green+Blue) = 8+104+112=224 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.57% from 224); Green value is 104 (41.02% from 255 or 46.43% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #086870 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086870 is #F7978F. Grayscale: #4C4C4C. Windows color (decimal): -16226192 or 7366664. OLE color: 7366664.
HSL color Cylindrical-coordinate representation of color #086870: hue angle of 184.62º 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 #086870 is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 104 | 112 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.56 |
| HSL | 184.62º | 0.87% | 0.24% | - |
| HSV(B) | 184.62º | 0.93% | 0.44% | - |
| XYZ | 7.98 | 11.12 | 17.06 | - |
| YUV | 76.21 | 148.2 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 104 | 112 | 0.93 | 0.07 | 0 | 0.56 | 184.62 | 0.87 | 0.24 |
| Hex | 8 | 68 | 70 | 5D | 7 | 0 | 38 | B9 | 57 | 18 |
| Octal | 10 | 150 | 160 | 135 | 7 | 0 | 70 | 271 | 127 | 30 |
| Binary | 1000 | 1101000 | 1110000 | 1011101 | 111 | 0 | 111000 | 10111001 | 1010111 | 11000 |
Color Harmonies of #086870
Complementary color
Monochromatic Colors of #086870
Black with #086870
Text Example
Text Example
White with #086870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086870; }
p { color: rgb(8,104,112); }
H1.HeaderClassName
{
color: #086870;
}
.AnyTagClassName
{
color: #086870;
}
</style>
background-color css
<style>
a { background-color: #086870; }
a { background-color: rgb(8,104,112); }
div.DivClassName
{
background-color: #086870;
}
.BgClassName
{
background-color: #086870;
}
</style>
border-color css
<style>
span { border-color: #086870; }
span { border-color: rgb(8,104,112); }
td.TdClassName
{
border-color: #086870;
}
.TagClassName
{
border-color: #086870;
}
</style>