Shades of Blue Lagoon #08657F
Tints of Blue Lagoon #08657F
RGB
CMYK
RGB Variations
Color information
#08657F (or 0x08657F) is known color: Blue Lagoon. HEX triplet: 08, 65 and 7F. RGB value is (8,101,127). Sum of RGB (Red+Green+Blue) = 8+101+127=236 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.39% from 236); Green value is 101 (39.84% from 255 or 42.80% from 236); Blue value is 127 (50% from 255 or 53.81% from 236); Max value from RGB is 127 - color contains mainly: blue. Hex color #08657F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08657F is #F79A80. Grayscale: #4B4B4B. Windows color (decimal): -16226945 or 8348936. OLE color: 8348936.
HSL color Cylindrical-coordinate representation of color #08657F: hue angle of 193.11º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08657F is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 101 | 127 | - |
| CMYK | 0.94 | 0.20 | 0 | 0.50 |
| HSL | 193.11º | 0.88% | 0.26% | - |
| HSV(B) | 193.11º | 0.94% | 0.5% | - |
| XYZ | 8.58 | 10.89 | 21.73 | - |
| YUV | 76.16 | 156.69 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 101 | 127 | 0.94 | 0.20 | 0 | 0.50 | 193.11 | 0.88 | 0.26 |
| Hex | 8 | 65 | 7F | 5E | 14 | 0 | 32 | C1 | 58 | 1A |
| Octal | 10 | 145 | 177 | 136 | 24 | 0 | 62 | 301 | 130 | 32 |
| Binary | 1000 | 1100101 | 1111111 | 1011110 | 10100 | 0 | 110010 | 11000001 | 1011000 | 11010 |
Color Harmonies of #08657F
Complementary color
Monochromatic Colors of #08657F
Black with #08657F
Text Example
Text Example
White with #08657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08657F; }
p { color: rgb(8,101,127); }
H1.HeaderClassName
{
color: #08657F;
}
.AnyTagClassName
{
color: #08657F;
}
</style>
background-color css
<style>
a { background-color: #08657F; }
a { background-color: rgb(8,101,127); }
div.DivClassName
{
background-color: #08657F;
}
.BgClassName
{
background-color: #08657F;
}
</style>
border-color css
<style>
span { border-color: #08657F; }
span { border-color: rgb(8,101,127); }
td.TdClassName
{
border-color: #08657F;
}
.TagClassName
{
border-color: #08657F;
}
</style>