Shades of Blue Lagoon #086878
Tints of Blue Lagoon #086878
RGB
CMYK
RGB Variations
Color information
#086878 (or 0x086878) is known color: Blue Lagoon. HEX triplet: 08, 68 and 78. RGB value is (8,104,120). Sum of RGB (Red+Green+Blue) = 8+104+120=232 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.45% from 232); Green value is 104 (41.02% from 255 or 44.83% from 232); Blue value is 120 (47.27% from 255 or 51.72% from 232); Max value from RGB is 120 - color contains mainly: blue. Hex color #086878 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086878 is #F79787. Grayscale: #4C4C4C. Windows color (decimal): -16226184 or 7890952. OLE color: 7890952.
HSL color Cylindrical-coordinate representation of color #086878: hue angle of 188.57º 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 #086878 is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 104 | 120 | - |
| CMYK | 0.93 | 0.13 | 0 | 0.53 |
| HSL | 188.57º | 0.88% | 0.25% | - |
| HSV(B) | 188.57º | 0.93% | 0.47% | - |
| XYZ | 8.44 | 11.31 | 19.51 | - |
| YUV | 77.12 | 152.2 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 104 | 120 | 0.93 | 0.13 | 0 | 0.53 | 188.57 | 0.88 | 0.25 |
| Hex | 8 | 68 | 78 | 5D | D | 0 | 35 | BD | 58 | 19 |
| Octal | 10 | 150 | 170 | 135 | 15 | 0 | 65 | 275 | 130 | 31 |
| Binary | 1000 | 1101000 | 1111000 | 1011101 | 1101 | 0 | 110101 | 10111101 | 1011000 | 11001 |
Color Harmonies of #086878
Complementary color
Monochromatic Colors of #086878
Black with #086878
Text Example
Text Example
White with #086878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086878; }
p { color: rgb(8,104,120); }
H1.HeaderClassName
{
color: #086878;
}
.AnyTagClassName
{
color: #086878;
}
</style>
background-color css
<style>
a { background-color: #086878; }
a { background-color: rgb(8,104,120); }
div.DivClassName
{
background-color: #086878;
}
.BgClassName
{
background-color: #086878;
}
</style>
border-color css
<style>
span { border-color: #086878; }
span { border-color: rgb(8,104,120); }
td.TdClassName
{
border-color: #086878;
}
.TagClassName
{
border-color: #086878;
}
</style>