Shades of Blue Lagoon #085E6F
Tints of Blue Lagoon #085E6F
RGB
CMYK
RGB Variations
Color information
#085E6F (or 0x085E6F) is known color: Blue Lagoon. HEX triplet: 08, 5E and 6F. RGB value is (8,94,111). Sum of RGB (Red+Green+Blue) = 8+94+111=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 94 (37.11% from 255 or 44.13% from 213); Blue value is 111 (43.75% from 255 or 52.11% from 213); Max value from RGB is 111 - color contains mainly: blue. Hex color #085E6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085E6F is #F7A190. Grayscale: #464646. Windows color (decimal): -16228753 or 7298568. OLE color: 7298568.
HSL color Cylindrical-coordinate representation of color #085E6F: hue angle of 189.9º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085E6F is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 94 | 111 | - |
| CMYK | 0.93 | 0.15 | 0 | 0.56 |
| HSL | 189.9º | 0.87% | 0.23% | - |
| HSV(B) | 189.9º | 0.93% | 0.44% | - |
| XYZ | 6.97 | 9.2 | 16.45 | - |
| YUV | 70.22 | 151.01 | 83.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 94 | 111 | 0.93 | 0.15 | 0 | 0.56 | 189.9 | 0.87 | 0.23 |
| Hex | 8 | 5E | 6F | 5D | F | 0 | 38 | BE | 57 | 17 |
| Octal | 10 | 136 | 157 | 135 | 17 | 0 | 70 | 276 | 127 | 27 |
| Binary | 1000 | 1011110 | 1101111 | 1011101 | 1111 | 0 | 111000 | 10111110 | 1010111 | 10111 |
Color Harmonies of #085E6F
Complementary color
Monochromatic Colors of #085E6F
Black with #085E6F
Text Example
Text Example
White with #085E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085E6F; }
p { color: rgb(8,94,111); }
H1.HeaderClassName
{
color: #085E6F;
}
.AnyTagClassName
{
color: #085E6F;
}
</style>
background-color css
<style>
a { background-color: #085E6F; }
a { background-color: rgb(8,94,111); }
div.DivClassName
{
background-color: #085E6F;
}
.BgClassName
{
background-color: #085E6F;
}
</style>
border-color css
<style>
span { border-color: #085E6F; }
span { border-color: rgb(8,94,111); }
td.TdClassName
{
border-color: #085E6F;
}
.TagClassName
{
border-color: #085E6F;
}
</style>