Shades of Blue Lagoon #085866
Tints of Blue Lagoon #085866
RGB
CMYK
RGB Variations
Color information
#085866 (or 0x085866) is known color: Blue Lagoon. HEX triplet: 08, 58 and 66. RGB value is (8,88,102). Sum of RGB (Red+Green+Blue) = 8+88+102=198 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.04% from 198); Green value is 88 (34.77% from 255 or 44.44% from 198); Blue value is 102 (40.23% from 255 or 51.52% from 198); Max value from RGB is 102 - color contains mainly: blue. Hex color #085866 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085866 is #F7A799. Grayscale: #414141. Windows color (decimal): -16230298 or 6707208. OLE color: 6707208.
HSL color Cylindrical-coordinate representation of color #085866: hue angle of 188.94º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085866 is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 8 | 88 | 102 | - |
| CMYK | 0.92 | 0.14 | 0 | 0.6 |
| HSL | 188.94º | 0.85% | 0.22% | - |
| HSV(B) | 188.94º | 0.92% | 0.4% | - |
| XYZ | 5.99 | 7.99 | 13.8 | - |
| YUV | 65.68 | 148.5 | 86.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 88 | 102 | 0.92 | 0.14 | 0 | 0.6 | 188.94 | 0.85 | 0.22 |
| Hex | 8 | 58 | 66 | 5C | E | 0 | 3C | BD | 55 | 16 |
| Octal | 10 | 130 | 146 | 134 | 16 | 0 | 74 | 275 | 125 | 26 |
| Binary | 1000 | 1011000 | 1100110 | 1011100 | 1110 | 0 | 111100 | 10111101 | 1010101 | 10110 |
Color Harmonies of #085866
Complementary color
Monochromatic Colors of #085866
Black with #085866
Text Example
Text Example
White with #085866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085866; }
p { color: rgb(8,88,102); }
H1.HeaderClassName
{
color: #085866;
}
.AnyTagClassName
{
color: #085866;
}
</style>
background-color css
<style>
a { background-color: #085866; }
a { background-color: rgb(8,88,102); }
div.DivClassName
{
background-color: #085866;
}
.BgClassName
{
background-color: #085866;
}
</style>
border-color css
<style>
span { border-color: #085866; }
span { border-color: rgb(8,88,102); }
td.TdClassName
{
border-color: #085866;
}
.TagClassName
{
border-color: #085866;
}
</style>