Shades of Blue Lagoon #086880
Tints of Blue Lagoon #086880
RGB
CMYK
RGB Variations
Color information
#086880 (or 0x086880) is known color: Blue Lagoon. HEX triplet: 08, 68 and 80. RGB value is (8,104,128). Sum of RGB (Red+Green+Blue) = 8+104+128=240 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.33% from 240); Green value is 104 (41.02% from 255 or 43.33% from 240); Blue value is 128 (50.39% from 255 or 53.33% from 240); Max value from RGB is 128 - color contains mainly: blue. Hex color #086880 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086880 is #F7977F. Grayscale: #4D4D4D. Windows color (decimal): -16226176 or 8415240. OLE color: 8415240.
HSL color Cylindrical-coordinate representation of color #086880: hue angle of 192º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #086880 is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 104 | 128 | - |
| CMYK | 0.94 | 0.19 | 0 | 0.50 |
| HSL | 192º | 0.88% | 0.27% | - |
| HSV(B) | 192º | 0.94% | 0.5% | - |
| XYZ | 8.95 | 11.51 | 22.17 | - |
| YUV | 78.03 | 156.2 | 78.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 104 | 128 | 0.94 | 0.19 | 0 | 0.50 | 192 | 0.88 | 0.27 |
| Hex | 8 | 68 | 80 | 5E | 13 | 0 | 32 | C0 | 58 | 1B |
| Octal | 10 | 150 | 200 | 136 | 23 | 0 | 62 | 300 | 130 | 33 |
| Binary | 1000 | 1101000 | 10000000 | 1011110 | 10011 | 0 | 110010 | 11000000 | 1011000 | 11011 |
Color Harmonies of #086880
Complementary color
Monochromatic Colors of #086880
Black with #086880
Text Example
Text Example
White with #086880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086880; }
p { color: rgb(8,104,128); }
H1.HeaderClassName
{
color: #086880;
}
.AnyTagClassName
{
color: #086880;
}
</style>
background-color css
<style>
a { background-color: #086880; }
a { background-color: rgb(8,104,128); }
div.DivClassName
{
background-color: #086880;
}
.BgClassName
{
background-color: #086880;
}
</style>
border-color css
<style>
span { border-color: #086880; }
span { border-color: rgb(8,104,128); }
td.TdClassName
{
border-color: #086880;
}
.TagClassName
{
border-color: #086880;
}
</style>