Shades of Blue Lagoon #086270
Tints of Blue Lagoon #086270
RGB
CMYK
RGB Variations
Color information
#086270 (or 0x086270) is known color: Blue Lagoon. HEX triplet: 08, 62 and 70. RGB value is (8,98,112). Sum of RGB (Red+Green+Blue) = 8+98+112=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 98 (38.67% from 255 or 44.95% from 218); Blue value is 112 (44.14% from 255 or 51.38% from 218); Max value from RGB is 112 - color contains mainly: blue. Hex color #086270 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086270 is #F79D8F. Grayscale: #484848. Windows color (decimal): -16227728 or 7365128. OLE color: 7365128.
HSL color Cylindrical-coordinate representation of color #086270: hue angle of 188.08º 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 #086270 is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 98 | 112 | - |
| CMYK | 0.93 | 0.13 | 0 | 0.56 |
| HSL | 188.08º | 0.87% | 0.24% | - |
| HSV(B) | 188.08º | 0.93% | 0.44% | - |
| XYZ | 7.39 | 9.96 | 16.86 | - |
| YUV | 72.69 | 150.18 | 81.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 98 | 112 | 0.93 | 0.13 | 0 | 0.56 | 188.08 | 0.87 | 0.24 |
| Hex | 8 | 62 | 70 | 5D | D | 0 | 38 | BC | 57 | 18 |
| Octal | 10 | 142 | 160 | 135 | 15 | 0 | 70 | 274 | 127 | 30 |
| Binary | 1000 | 1100010 | 1110000 | 1011101 | 1101 | 0 | 111000 | 10111100 | 1010111 | 11000 |
Color Harmonies of #086270
Complementary color
Monochromatic Colors of #086270
Black with #086270
Text Example
Text Example
White with #086270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086270; }
p { color: rgb(8,98,112); }
H1.HeaderClassName
{
color: #086270;
}
.AnyTagClassName
{
color: #086270;
}
</style>
background-color css
<style>
a { background-color: #086270; }
a { background-color: rgb(8,98,112); }
div.DivClassName
{
background-color: #086270;
}
.BgClassName
{
background-color: #086270;
}
</style>
border-color css
<style>
span { border-color: #086270; }
span { border-color: rgb(8,98,112); }
td.TdClassName
{
border-color: #086270;
}
.TagClassName
{
border-color: #086270;
}
</style>