Shades of Blue Lagoon #086C78
Tints of Blue Lagoon #086C78
RGB
CMYK
RGB Variations
Color information
#086C78 (or 0x086C78) is known color: Blue Lagoon. HEX triplet: 08, 6C and 78. RGB value is (8,108,120). Sum of RGB (Red+Green+Blue) = 8+108+120=236 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.39% from 236); Green value is 108 (42.58% from 255 or 45.76% from 236); Blue value is 120 (47.27% from 255 or 50.85% from 236); Max value from RGB is 120 - color contains mainly: blue. Hex color #086C78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086C78 is #F79387. Grayscale: #4F4F4F. Windows color (decimal): -16225160 or 7891976. OLE color: 7891976.
HSL color Cylindrical-coordinate representation of color #086C78: hue angle of 186.43º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086C78 is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 108 | 120 | - |
| CMYK | 0.93 | 0.10 | 0 | 0.53 |
| HSL | 186.43º | 0.88% | 0.25% | - |
| HSV(B) | 186.43º | 0.93% | 0.47% | - |
| XYZ | 8.85 | 12.13 | 19.64 | - |
| YUV | 79.47 | 150.87 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 108 | 120 | 0.93 | 0.10 | 0 | 0.53 | 186.43 | 0.88 | 0.25 |
| Hex | 8 | 6C | 78 | 5D | A | 0 | 35 | BA | 58 | 19 |
| Octal | 10 | 154 | 170 | 135 | 12 | 0 | 65 | 272 | 130 | 31 |
| Binary | 1000 | 1101100 | 1111000 | 1011101 | 1010 | 0 | 110101 | 10111010 | 1011000 | 11001 |
Color Harmonies of #086C78
Complementary color
Monochromatic Colors of #086C78
Black with #086C78
Text Example
Text Example
White with #086C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086C78; }
p { color: rgb(8,108,120); }
H1.HeaderClassName
{
color: #086C78;
}
.AnyTagClassName
{
color: #086C78;
}
</style>
background-color css
<style>
a { background-color: #086C78; }
a { background-color: rgb(8,108,120); }
div.DivClassName
{
background-color: #086C78;
}
.BgClassName
{
background-color: #086C78;
}
</style>
border-color css
<style>
span { border-color: #086C78; }
span { border-color: rgb(8,108,120); }
td.TdClassName
{
border-color: #086C78;
}
.TagClassName
{
border-color: #086C78;
}
</style>