Shades of Blue Lagoon #086D78
Tints of Blue Lagoon #086D78
RGB
CMYK
RGB Variations
Color information
#086D78 (or 0x086D78) is known color: Blue Lagoon. HEX triplet: 08, 6D and 78. RGB value is (8,109,120). Sum of RGB (Red+Green+Blue) = 8+109+120=237 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.38% from 237); Green value is 109 (42.97% from 255 or 45.99% from 237); Blue value is 120 (47.27% from 255 or 50.63% from 237); Max value from RGB is 120 - color contains mainly: blue. Hex color #086D78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086D78 is #F79287. Grayscale: #4F4F4F. Windows color (decimal): -16224904 or 7892232. OLE color: 7892232.
HSL color Cylindrical-coordinate representation of color #086D78: hue angle of 185.89º 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 #086D78 is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 109 | 120 | - |
| CMYK | 0.93 | 0.09 | 0 | 0.53 |
| HSL | 185.89º | 0.88% | 0.25% | - |
| HSV(B) | 185.89º | 0.93% | 0.47% | - |
| XYZ | 8.96 | 12.34 | 19.68 | - |
| YUV | 80.06 | 150.54 | 76.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 109 | 120 | 0.93 | 0.09 | 0 | 0.53 | 185.89 | 0.88 | 0.25 |
| Hex | 8 | 6D | 78 | 5D | 9 | 0 | 35 | BA | 58 | 19 |
| Octal | 10 | 155 | 170 | 135 | 11 | 0 | 65 | 272 | 130 | 31 |
| Binary | 1000 | 1101101 | 1111000 | 1011101 | 1001 | 0 | 110101 | 10111010 | 1011000 | 11001 |
Color Harmonies of #086D78
Complementary color
Monochromatic Colors of #086D78
Black with #086D78
Text Example
Text Example
White with #086D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086D78; }
p { color: rgb(8,109,120); }
H1.HeaderClassName
{
color: #086D78;
}
.AnyTagClassName
{
color: #086D78;
}
</style>
background-color css
<style>
a { background-color: #086D78; }
a { background-color: rgb(8,109,120); }
div.DivClassName
{
background-color: #086D78;
}
.BgClassName
{
background-color: #086D78;
}
</style>
border-color css
<style>
span { border-color: #086D78; }
span { border-color: rgb(8,109,120); }
td.TdClassName
{
border-color: #086D78;
}
.TagClassName
{
border-color: #086D78;
}
</style>