Shades of Blue Lagoon #086370
Tints of Blue Lagoon #086370
RGB
CMYK
RGB Variations
Color information
#086370 (or 0x086370) is known color: Blue Lagoon. HEX triplet: 08, 63 and 70. RGB value is (8,99,112). Sum of RGB (Red+Green+Blue) = 8+99+112=219 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.65% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #086370 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086370 is #F79C8F. Grayscale: #494949. Windows color (decimal): -16227472 or 7365384. OLE color: 7365384.
HSL color Cylindrical-coordinate representation of color #086370: hue angle of 187.5º 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 #086370 is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 99 | 112 | - |
| CMYK | 0.93 | 0.12 | 0 | 0.56 |
| HSL | 187.5º | 0.87% | 0.24% | - |
| HSV(B) | 187.5º | 0.93% | 0.44% | - |
| XYZ | 7.49 | 10.15 | 16.89 | - |
| YUV | 73.27 | 149.85 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 99 | 112 | 0.93 | 0.12 | 0 | 0.56 | 187.5 | 0.87 | 0.24 |
| Hex | 8 | 63 | 70 | 5D | C | 0 | 38 | BC | 57 | 18 |
| Octal | 10 | 143 | 160 | 135 | 14 | 0 | 70 | 274 | 127 | 30 |
| Binary | 1000 | 1100011 | 1110000 | 1011101 | 1100 | 0 | 111000 | 10111100 | 1010111 | 11000 |
Color Harmonies of #086370
Complementary color
Monochromatic Colors of #086370
Black with #086370
Text Example
Text Example
White with #086370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086370; }
p { color: rgb(8,99,112); }
H1.HeaderClassName
{
color: #086370;
}
.AnyTagClassName
{
color: #086370;
}
</style>
background-color css
<style>
a { background-color: #086370; }
a { background-color: rgb(8,99,112); }
div.DivClassName
{
background-color: #086370;
}
.BgClassName
{
background-color: #086370;
}
</style>
border-color css
<style>
span { border-color: #086370; }
span { border-color: rgb(8,99,112); }
td.TdClassName
{
border-color: #086370;
}
.TagClassName
{
border-color: #086370;
}
</style>