Shades of Blue Lagoon #086770
Tints of Blue Lagoon #086770
RGB
CMYK
RGB Variations
Color information
#086770 (or 0x086770) is known color: Blue Lagoon. HEX triplet: 08, 67 and 70. RGB value is (8,103,112). Sum of RGB (Red+Green+Blue) = 8+103+112=223 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.59% from 223); Green value is 103 (40.62% from 255 or 46.19% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #086770 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086770 is #F7988F. Grayscale: #4B4B4B. Windows color (decimal): -16226448 or 7366408. OLE color: 7366408.
HSL color Cylindrical-coordinate representation of color #086770: hue angle of 185.19º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086770 is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 103 | 112 | - |
| CMYK | 0.93 | 0.08 | 0 | 0.56 |
| HSL | 185.19º | 0.87% | 0.24% | - |
| HSV(B) | 185.19º | 0.93% | 0.44% | - |
| XYZ | 7.88 | 10.92 | 17.02 | - |
| YUV | 75.62 | 148.53 | 79.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 103 | 112 | 0.93 | 0.08 | 0 | 0.56 | 185.19 | 0.87 | 0.24 |
| Hex | 8 | 67 | 70 | 5D | 8 | 0 | 38 | B9 | 57 | 18 |
| Octal | 10 | 147 | 160 | 135 | 10 | 0 | 70 | 271 | 127 | 30 |
| Binary | 1000 | 1100111 | 1110000 | 1011101 | 1000 | 0 | 111000 | 10111001 | 1010111 | 11000 |
Color Harmonies of #086770
Complementary color
Monochromatic Colors of #086770
Black with #086770
Text Example
Text Example
White with #086770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086770; }
p { color: rgb(8,103,112); }
H1.HeaderClassName
{
color: #086770;
}
.AnyTagClassName
{
color: #086770;
}
</style>
background-color css
<style>
a { background-color: #086770; }
a { background-color: rgb(8,103,112); }
div.DivClassName
{
background-color: #086770;
}
.BgClassName
{
background-color: #086770;
}
</style>
border-color css
<style>
span { border-color: #086770; }
span { border-color: rgb(8,103,112); }
td.TdClassName
{
border-color: #086770;
}
.TagClassName
{
border-color: #086770;
}
</style>