Shades of Blue Lagoon #086E7C
Tints of Blue Lagoon #086E7C
RGB
CMYK
RGB Variations
Color information
#086E7C (or 0x086E7C) is known color: Blue Lagoon. HEX triplet: 08, 6E and 7C. RGB value is (8,110,124). Sum of RGB (Red+Green+Blue) = 8+110+124=242 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.31% from 242); Green value is 110 (43.36% from 255 or 45.45% from 242); Blue value is 124 (48.83% from 255 or 51.24% from 242); Max value from RGB is 124 - color contains mainly: blue. Hex color #086E7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086E7C is #F79183. Grayscale: #505050. Windows color (decimal): -16224644 or 8154632. OLE color: 8154632.
HSL color Cylindrical-coordinate representation of color #086E7C: hue angle of 187.24º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #086E7C is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 110 | 124 | - |
| CMYK | 0.94 | 0.11 | 0 | 0.51 |
| HSL | 187.24º | 0.88% | 0.26% | - |
| HSV(B) | 187.24º | 0.94% | 0.49% | - |
| XYZ | 9.31 | 12.66 | 21.02 | - |
| YUV | 81.1 | 152.21 | 75.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 110 | 124 | 0.94 | 0.11 | 0 | 0.51 | 187.24 | 0.88 | 0.26 |
| Hex | 8 | 6E | 7C | 5E | B | 0 | 33 | BB | 58 | 1A |
| Octal | 10 | 156 | 174 | 136 | 13 | 0 | 63 | 273 | 130 | 32 |
| Binary | 1000 | 1101110 | 1111100 | 1011110 | 1011 | 0 | 110011 | 10111011 | 1011000 | 11010 |
Color Harmonies of #086E7C
Complementary color
Monochromatic Colors of #086E7C
Black with #086E7C
Text Example
Text Example
White with #086E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086E7C; }
p { color: rgb(8,110,124); }
H1.HeaderClassName
{
color: #086E7C;
}
.AnyTagClassName
{
color: #086E7C;
}
</style>
background-color css
<style>
a { background-color: #086E7C; }
a { background-color: rgb(8,110,124); }
div.DivClassName
{
background-color: #086E7C;
}
.BgClassName
{
background-color: #086E7C;
}
</style>
border-color css
<style>
span { border-color: #086E7C; }
span { border-color: rgb(8,110,124); }
td.TdClassName
{
border-color: #086E7C;
}
.TagClassName
{
border-color: #086E7C;
}
</style>