Shades of Blue Lagoon #085E65
Tints of Blue Lagoon #085E65
RGB
CMYK
RGB Variations
Color information
#085E65 (or 0x085E65) is known color: Blue Lagoon. HEX triplet: 08, 5E and 65. RGB value is (8,94,101). Sum of RGB (Red+Green+Blue) = 8+94+101=203 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.94% from 203); Green value is 94 (37.11% from 255 or 46.31% from 203); Blue value is 101 (39.84% from 255 or 49.75% from 203); Max value from RGB is 101 - color contains mainly: blue. Hex color #085E65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085E65 is #F7A19A. Grayscale: #444444. Windows color (decimal): -16228763 or 6643208. OLE color: 6643208.
HSL color Cylindrical-coordinate representation of color #085E65: hue angle of 184.52º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085E65 is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 94 | 101 | - |
| CMYK | 0.92 | 0.07 | 0 | 0.60 |
| HSL | 184.52º | 0.85% | 0.21% | - |
| HSV(B) | 184.52º | 0.92% | 0.4% | - |
| XYZ | 6.45 | 9 | 13.71 | - |
| YUV | 69.08 | 146.01 | 84.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 94 | 101 | 0.92 | 0.07 | 0 | 0.60 | 184.52 | 0.85 | 0.21 |
| Hex | 8 | 5E | 65 | 5C | 7 | 0 | 3C | B9 | 55 | 15 |
| Octal | 10 | 136 | 145 | 134 | 7 | 0 | 74 | 271 | 125 | 25 |
| Binary | 1000 | 1011110 | 1100101 | 1011100 | 111 | 0 | 111100 | 10111001 | 1010101 | 10101 |
Color Harmonies of #085E65
Complementary color
Monochromatic Colors of #085E65
Black with #085E65
Text Example
Text Example
White with #085E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085E65; }
p { color: rgb(8,94,101); }
H1.HeaderClassName
{
color: #085E65;
}
.AnyTagClassName
{
color: #085E65;
}
</style>
background-color css
<style>
a { background-color: #085E65; }
a { background-color: rgb(8,94,101); }
div.DivClassName
{
background-color: #085E65;
}
.BgClassName
{
background-color: #085E65;
}
</style>
border-color css
<style>
span { border-color: #085E65; }
span { border-color: rgb(8,94,101); }
td.TdClassName
{
border-color: #085E65;
}
.TagClassName
{
border-color: #085E65;
}
</style>