Shades of Blue Lagoon #096B7E
Tints of Blue Lagoon #096B7E
RGB
CMYK
RGB Variations
Color information
#096B7E (or 0x096B7E) is known color: Blue Lagoon. HEX triplet: 09, 6B and 7E. RGB value is (9,107,126). Sum of RGB (Red+Green+Blue) = 9+107+126=242 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.72% from 242); Green value is 107 (42.19% from 255 or 44.21% from 242); Blue value is 126 (49.61% from 255 or 52.07% from 242); Max value from RGB is 126 - color contains mainly: blue. Hex color #096B7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096B7E is #F69481. Grayscale: #4F4F4F. Windows color (decimal): -16159874 or 8284937. OLE color: 8284937.
HSL color Cylindrical-coordinate representation of color #096B7E: hue angle of 189.74º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096B7E is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 107 | 126 | - |
| CMYK | 0.93 | 0.15 | 0 | 0.51 |
| HSL | 189.74º | 0.87% | 0.26% | - |
| HSV(B) | 189.74º | 0.93% | 0.49% | - |
| XYZ | 9.14 | 12.08 | 21.59 | - |
| YUV | 79.86 | 154.03 | 77.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 107 | 126 | 0.93 | 0.15 | 0 | 0.51 | 189.74 | 0.87 | 0.26 |
| Hex | 9 | 6B | 7E | 5D | F | 0 | 33 | BE | 57 | 1A |
| Octal | 11 | 153 | 176 | 135 | 17 | 0 | 63 | 276 | 127 | 32 |
| Binary | 1001 | 1101011 | 1111110 | 1011101 | 1111 | 0 | 110011 | 10111110 | 1010111 | 11010 |
Color Harmonies of #096B7E
Complementary color
Monochromatic Colors of #096B7E
Black with #096B7E
Text Example
Text Example
White with #096B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096B7E; }
p { color: rgb(9,107,126); }
H1.HeaderClassName
{
color: #096B7E;
}
.AnyTagClassName
{
color: #096B7E;
}
</style>
background-color css
<style>
a { background-color: #096B7E; }
a { background-color: rgb(9,107,126); }
div.DivClassName
{
background-color: #096B7E;
}
.BgClassName
{
background-color: #096B7E;
}
</style>
border-color css
<style>
span { border-color: #096B7E; }
span { border-color: rgb(9,107,126); }
td.TdClassName
{
border-color: #096B7E;
}
.TagClassName
{
border-color: #096B7E;
}
</style>