Shades of Blue Lagoon #085E7E
Tints of Blue Lagoon #085E7E
RGB
CMYK
RGB Variations
Color information
#085E7E (or 0x085E7E) is known color: Blue Lagoon. HEX triplet: 08, 5E and 7E. RGB value is (8,94,126). Sum of RGB (Red+Green+Blue) = 8+94+126=228 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.51% from 228); Green value is 94 (37.11% from 255 or 41.23% from 228); Blue value is 126 (49.61% from 255 or 55.26% from 228); Max value from RGB is 126 - color contains mainly: blue. Hex color #085E7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085E7E is #F7A181. Grayscale: #474747. Windows color (decimal): -16228738 or 8281608. OLE color: 8281608.
HSL color Cylindrical-coordinate representation of color #085E7E: hue angle of 196.27º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #085E7E is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 94 | 126 | - |
| CMYK | 0.94 | 0.25 | 0 | 0.51 |
| HSL | 196.27º | 0.88% | 0.26% | - |
| HSV(B) | 196.27º | 0.94% | 0.49% | - |
| XYZ | 7.87 | 9.56 | 21.17 | - |
| YUV | 71.93 | 158.51 | 82.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 94 | 126 | 0.94 | 0.25 | 0 | 0.51 | 196.27 | 0.88 | 0.26 |
| Hex | 8 | 5E | 7E | 5E | 19 | 0 | 33 | C4 | 58 | 1A |
| Octal | 10 | 136 | 176 | 136 | 31 | 0 | 63 | 304 | 130 | 32 |
| Binary | 1000 | 1011110 | 1111110 | 1011110 | 11001 | 0 | 110011 | 11000100 | 1011000 | 11010 |
Color Harmonies of #085E7E
Complementary color
Monochromatic Colors of #085E7E
Black with #085E7E
Text Example
Text Example
White with #085E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085E7E; }
p { color: rgb(8,94,126); }
H1.HeaderClassName
{
color: #085E7E;
}
.AnyTagClassName
{
color: #085E7E;
}
</style>
background-color css
<style>
a { background-color: #085E7E; }
a { background-color: rgb(8,94,126); }
div.DivClassName
{
background-color: #085E7E;
}
.BgClassName
{
background-color: #085E7E;
}
</style>
border-color css
<style>
span { border-color: #085E7E; }
span { border-color: rgb(8,94,126); }
td.TdClassName
{
border-color: #085E7E;
}
.TagClassName
{
border-color: #085E7E;
}
</style>