Shades of Blue Lagoon #095C66
Tints of Blue Lagoon #095C66
RGB
CMYK
RGB Variations
Color information
#095C66 (or 0x095C66) is known color: Blue Lagoon. HEX triplet: 09, 5C and 66. RGB value is (9,92,102). Sum of RGB (Red+Green+Blue) = 9+92+102=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 92 (36.33% from 255 or 45.32% from 203); Blue value is 102 (40.23% from 255 or 50.25% from 203); Max value from RGB is 102 - color contains mainly: blue. Hex color #095C66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095C66 is #F6A399. Grayscale: #444444. Windows color (decimal): -16163738 or 6708233. OLE color: 6708233.
HSL color Cylindrical-coordinate representation of color #095C66: hue angle of 186.45º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095C66 is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 9 | 92 | 102 | - |
| CMYK | 0.91 | 0.10 | 0 | 0.6 |
| HSL | 186.45º | 0.84% | 0.22% | - |
| HSV(B) | 186.45º | 0.91% | 0.4% | - |
| XYZ | 6.34 | 8.67 | 13.91 | - |
| YUV | 68.32 | 147 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 92 | 102 | 0.91 | 0.10 | 0 | 0.6 | 186.45 | 0.84 | 0.22 |
| Hex | 9 | 5C | 66 | 5B | A | 0 | 3C | BA | 54 | 16 |
| Octal | 11 | 134 | 146 | 133 | 12 | 0 | 74 | 272 | 124 | 26 |
| Binary | 1001 | 1011100 | 1100110 | 1011011 | 1010 | 0 | 111100 | 10111010 | 1010100 | 10110 |
Color Harmonies of #095C66
Complementary color
Monochromatic Colors of #095C66
Black with #095C66
Text Example
Text Example
White with #095C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095C66; }
p { color: rgb(9,92,102); }
H1.HeaderClassName
{
color: #095C66;
}
.AnyTagClassName
{
color: #095C66;
}
</style>
background-color css
<style>
a { background-color: #095C66; }
a { background-color: rgb(9,92,102); }
div.DivClassName
{
background-color: #095C66;
}
.BgClassName
{
background-color: #095C66;
}
</style>
border-color css
<style>
span { border-color: #095C66; }
span { border-color: rgb(9,92,102); }
td.TdClassName
{
border-color: #095C66;
}
.TagClassName
{
border-color: #095C66;
}
</style>