Shades of Blue Lagoon #09657E
Tints of Blue Lagoon #09657E
RGB
CMYK
RGB Variations
Color information
#09657E (or 0x09657E) is known color: Blue Lagoon. HEX triplet: 09, 65 and 7E. RGB value is (9,101,126). Sum of RGB (Red+Green+Blue) = 9+101+126=236 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.81% from 236); Green value is 101 (39.84% from 255 or 42.80% from 236); Blue value is 126 (49.61% from 255 or 53.39% from 236); Max value from RGB is 126 - color contains mainly: blue. Hex color #09657E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09657E is #F69A81. Grayscale: #4C4C4C. Windows color (decimal): -16161410 or 8283401. OLE color: 8283401.
HSL color Cylindrical-coordinate representation of color #09657E: hue angle of 192.82º 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 #09657E is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 101 | 126 | - |
| CMYK | 0.93 | 0.20 | 0 | 0.51 |
| HSL | 192.82º | 0.87% | 0.26% | - |
| HSV(B) | 192.82º | 0.93% | 0.49% | - |
| XYZ | 8.53 | 10.87 | 21.39 | - |
| YUV | 76.34 | 156.02 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 101 | 126 | 0.93 | 0.20 | 0 | 0.51 | 192.82 | 0.87 | 0.26 |
| Hex | 9 | 65 | 7E | 5D | 14 | 0 | 33 | C1 | 57 | 1A |
| Octal | 11 | 145 | 176 | 135 | 24 | 0 | 63 | 301 | 127 | 32 |
| Binary | 1001 | 1100101 | 1111110 | 1011101 | 10100 | 0 | 110011 | 11000001 | 1010111 | 11010 |
Color Harmonies of #09657E
Complementary color
Monochromatic Colors of #09657E
Black with #09657E
Text Example
Text Example
White with #09657E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09657E; }
p { color: rgb(9,101,126); }
H1.HeaderClassName
{
color: #09657E;
}
.AnyTagClassName
{
color: #09657E;
}
</style>
background-color css
<style>
a { background-color: #09657E; }
a { background-color: rgb(9,101,126); }
div.DivClassName
{
background-color: #09657E;
}
.BgClassName
{
background-color: #09657E;
}
</style>
border-color css
<style>
span { border-color: #09657E; }
span { border-color: rgb(9,101,126); }
td.TdClassName
{
border-color: #09657E;
}
.TagClassName
{
border-color: #09657E;
}
</style>