Shades of Blue Lagoon #02686C
Tints of Blue Lagoon #02686C
RGB
CMYK
RGB Variations
Color information
#02686C (or 0x02686C) is known color: Blue Lagoon. HEX triplet: 02, 68 and 6C. RGB value is (2,104,108). Sum of RGB (Red+Green+Blue) = 2+104+108=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 104 (41.02% from 255 or 48.60% from 214); Blue value is 108 (42.58% from 255 or 50.47% from 214); Max value from RGB is 108 - color contains mainly: blue. Hex color #02686C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02686C is #FD9793. Grayscale: #494949. Windows color (decimal): -16619412 or 7104514. OLE color: 7104514.
HSL color Cylindrical-coordinate representation of color #02686C: hue angle of 182.26º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02686C is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 104 | 108 | - |
| CMYK | 0.98 | 0.04 | 0 | 0.58 |
| HSL | 182.26º | 0.96% | 0.22% | - |
| HSV(B) | 182.26º | 0.98% | 0.42% | - |
| XYZ | 7.68 | 11 | 15.9 | - |
| YUV | 73.96 | 147.21 | 76.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 104 | 108 | 0.98 | 0.04 | 0 | 0.58 | 182.26 | 0.96 | 0.22 |
| Hex | 2 | 68 | 6C | 62 | 4 | 0 | 3A | B6 | 60 | 16 |
| Octal | 2 | 150 | 154 | 142 | 4 | 0 | 72 | 266 | 140 | 26 |
| Binary | 10 | 1101000 | 1101100 | 1100010 | 100 | 0 | 111010 | 10110110 | 1100000 | 10110 |
Color Harmonies of #02686C
Complementary color
Monochromatic Colors of #02686C
Black with #02686C
Text Example
Text Example
White with #02686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02686C; }
p { color: rgb(2,104,108); }
H1.HeaderClassName
{
color: #02686C;
}
.AnyTagClassName
{
color: #02686C;
}
</style>
background-color css
<style>
a { background-color: #02686C; }
a { background-color: rgb(2,104,108); }
div.DivClassName
{
background-color: #02686C;
}
.BgClassName
{
background-color: #02686C;
}
</style>
border-color css
<style>
span { border-color: #02686C; }
span { border-color: rgb(2,104,108); }
td.TdClassName
{
border-color: #02686C;
}
.TagClassName
{
border-color: #02686C;
}
</style>