Shades of Blue Lagoon #086678
Tints of Blue Lagoon #086678
RGB
CMYK
RGB Variations
Color information
#086678 (or 0x086678) is known color: Blue Lagoon. HEX triplet: 08, 66 and 78. RGB value is (8,102,120). Sum of RGB (Red+Green+Blue) = 8+102+120=230 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.48% from 230); Green value is 102 (40.23% from 255 or 44.35% from 230); Blue value is 120 (47.27% from 255 or 52.17% from 230); Max value from RGB is 120 - color contains mainly: blue. Hex color #086678 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086678 is #F79987. Grayscale: #4B4B4B. Windows color (decimal): -16226696 or 7890440. OLE color: 7890440.
HSL color Cylindrical-coordinate representation of color #086678: hue angle of 189.64º 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 #086678 is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 102 | 120 | - |
| CMYK | 0.93 | 0.15 | 0 | 0.53 |
| HSL | 189.64º | 0.88% | 0.25% | - |
| HSV(B) | 189.64º | 0.93% | 0.47% | - |
| XYZ | 8.24 | 10.91 | 19.44 | - |
| YUV | 75.95 | 152.86 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 102 | 120 | 0.93 | 0.15 | 0 | 0.53 | 189.64 | 0.88 | 0.25 |
| Hex | 8 | 66 | 78 | 5D | F | 0 | 35 | BE | 58 | 19 |
| Octal | 10 | 146 | 170 | 135 | 17 | 0 | 65 | 276 | 130 | 31 |
| Binary | 1000 | 1100110 | 1111000 | 1011101 | 1111 | 0 | 110101 | 10111110 | 1011000 | 11001 |
Color Harmonies of #086678
Complementary color
Monochromatic Colors of #086678
Black with #086678
Text Example
Text Example
White with #086678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086678; }
p { color: rgb(8,102,120); }
H1.HeaderClassName
{
color: #086678;
}
.AnyTagClassName
{
color: #086678;
}
</style>
background-color css
<style>
a { background-color: #086678; }
a { background-color: rgb(8,102,120); }
div.DivClassName
{
background-color: #086678;
}
.BgClassName
{
background-color: #086678;
}
</style>
border-color css
<style>
span { border-color: #086678; }
span { border-color: rgb(8,102,120); }
td.TdClassName
{
border-color: #086678;
}
.TagClassName
{
border-color: #086678;
}
</style>