Shades of Blue Lagoon #08657A
Tints of Blue Lagoon #08657A
RGB
CMYK
RGB Variations
Color information
#08657A (or 0x08657A) is known color: Blue Lagoon. HEX triplet: 08, 65 and 7A. RGB value is (8,101,122). Sum of RGB (Red+Green+Blue) = 8+101+122=231 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.46% from 231); Green value is 101 (39.84% from 255 or 43.72% from 231); Blue value is 122 (48.05% from 255 or 52.81% from 231); Max value from RGB is 122 - color contains mainly: blue. Hex color #08657A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08657A is #F79A85. Grayscale: #4B4B4B. Windows color (decimal): -16226950 or 8021256. OLE color: 8021256.
HSL color Cylindrical-coordinate representation of color #08657A: hue angle of 191.05º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08657A is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 101 | 122 | - |
| CMYK | 0.93 | 0.17 | 0 | 0.52 |
| HSL | 191.05º | 0.88% | 0.25% | - |
| HSV(B) | 191.05º | 0.93% | 0.48% | - |
| XYZ | 8.27 | 10.76 | 20.05 | - |
| YUV | 75.59 | 154.19 | 79.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 101 | 122 | 0.93 | 0.17 | 0 | 0.52 | 191.05 | 0.88 | 0.25 |
| Hex | 8 | 65 | 7A | 5D | 11 | 0 | 34 | BF | 58 | 19 |
| Octal | 10 | 145 | 172 | 135 | 21 | 0 | 64 | 277 | 130 | 31 |
| Binary | 1000 | 1100101 | 1111010 | 1011101 | 10001 | 0 | 110100 | 10111111 | 1011000 | 11001 |
Color Harmonies of #08657A
Complementary color
Monochromatic Colors of #08657A
Black with #08657A
Text Example
Text Example
White with #08657A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08657A; }
p { color: rgb(8,101,122); }
H1.HeaderClassName
{
color: #08657A;
}
.AnyTagClassName
{
color: #08657A;
}
</style>
background-color css
<style>
a { background-color: #08657A; }
a { background-color: rgb(8,101,122); }
div.DivClassName
{
background-color: #08657A;
}
.BgClassName
{
background-color: #08657A;
}
</style>
border-color css
<style>
span { border-color: #08657A; }
span { border-color: rgb(8,101,122); }
td.TdClassName
{
border-color: #08657A;
}
.TagClassName
{
border-color: #08657A;
}
</style>