Shades of Blue Lagoon #086575
Tints of Blue Lagoon #086575
RGB
CMYK
RGB Variations
Color information
#086575 (or 0x086575) is known color: Blue Lagoon. HEX triplet: 08, 65 and 75. RGB value is (8,101,117). Sum of RGB (Red+Green+Blue) = 8+101+117=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 101 (39.84% from 255 or 44.69% from 226); Blue value is 117 (46.09% from 255 or 51.77% from 226); Max value from RGB is 117 - color contains mainly: blue. Hex color #086575 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086575 is #F79A8A. Grayscale: #4A4A4A. Windows color (decimal): -16226955 or 7693576. OLE color: 7693576.
HSL color Cylindrical-coordinate representation of color #086575: hue angle of 188.81º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086575 is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 8 | 101 | 117 | - |
| CMYK | 0.93 | 0.14 | 0 | 0.54 |
| HSL | 188.81º | 0.87% | 0.25% | - |
| HSV(B) | 188.81º | 0.93% | 0.46% | - |
| XYZ | 7.96 | 10.64 | 18.46 | - |
| YUV | 75.02 | 151.69 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 101 | 117 | 0.93 | 0.14 | 0 | 0.54 | 188.81 | 0.87 | 0.25 |
| Hex | 8 | 65 | 75 | 5D | E | 0 | 36 | BD | 57 | 19 |
| Octal | 10 | 145 | 165 | 135 | 16 | 0 | 66 | 275 | 127 | 31 |
| Binary | 1000 | 1100101 | 1110101 | 1011101 | 1110 | 0 | 110110 | 10111101 | 1010111 | 11001 |
Color Harmonies of #086575
Complementary color
Monochromatic Colors of #086575
Black with #086575
Text Example
Text Example
White with #086575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086575; }
p { color: rgb(8,101,117); }
H1.HeaderClassName
{
color: #086575;
}
.AnyTagClassName
{
color: #086575;
}
</style>
background-color css
<style>
a { background-color: #086575; }
a { background-color: rgb(8,101,117); }
div.DivClassName
{
background-color: #086575;
}
.BgClassName
{
background-color: #086575;
}
</style>
border-color css
<style>
span { border-color: #086575; }
span { border-color: rgb(8,101,117); }
td.TdClassName
{
border-color: #086575;
}
.TagClassName
{
border-color: #086575;
}
</style>