Shades of Blue Lagoon #08687B
Tints of Blue Lagoon #08687B
RGB
CMYK
RGB Variations
Color information
#08687B (or 0x08687B) is known color: Blue Lagoon. HEX triplet: 08, 68 and 7B. RGB value is (8,104,123). Sum of RGB (Red+Green+Blue) = 8+104+123=235 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.40% from 235); Green value is 104 (41.02% from 255 or 44.26% from 235); Blue value is 123 (48.44% from 255 or 52.34% from 235); Max value from RGB is 123 - color contains mainly: blue. Hex color #08687B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08687B is #F79784. Grayscale: #4D4D4D. Windows color (decimal): -16226181 or 8087560. OLE color: 8087560.
HSL color Cylindrical-coordinate representation of color #08687B: hue angle of 189.91º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08687B is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 104 | 123 | - |
| CMYK | 0.93 | 0.15 | 0 | 0.52 |
| HSL | 189.91º | 0.88% | 0.26% | - |
| HSV(B) | 189.91º | 0.93% | 0.48% | - |
| XYZ | 8.63 | 11.38 | 20.48 | - |
| YUV | 77.46 | 153.7 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 104 | 123 | 0.93 | 0.15 | 0 | 0.52 | 189.91 | 0.88 | 0.26 |
| Hex | 8 | 68 | 7B | 5D | F | 0 | 34 | BE | 58 | 1A |
| Octal | 10 | 150 | 173 | 135 | 17 | 0 | 64 | 276 | 130 | 32 |
| Binary | 1000 | 1101000 | 1111011 | 1011101 | 1111 | 0 | 110100 | 10111110 | 1011000 | 11010 |
Color Harmonies of #08687B
Complementary color
Monochromatic Colors of #08687B
Black with #08687B
Text Example
Text Example
White with #08687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08687B; }
p { color: rgb(8,104,123); }
H1.HeaderClassName
{
color: #08687B;
}
.AnyTagClassName
{
color: #08687B;
}
</style>
background-color css
<style>
a { background-color: #08687B; }
a { background-color: rgb(8,104,123); }
div.DivClassName
{
background-color: #08687B;
}
.BgClassName
{
background-color: #08687B;
}
</style>
border-color css
<style>
span { border-color: #08687B; }
span { border-color: rgb(8,104,123); }
td.TdClassName
{
border-color: #08687B;
}
.TagClassName
{
border-color: #08687B;
}
</style>