Shades of Blue Lagoon #026A86
Tints of Blue Lagoon #026A86
RGB
CMYK
RGB Variations
Color information
#026A86 (or 0x026A86) is known color: Blue Lagoon. HEX triplet: 02, 6A and 86. RGB value is (2,106,134). Sum of RGB (Red+Green+Blue) = 2+106+134=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 106 (41.80% from 255 or 43.80% from 242); Blue value is 134 (52.73% from 255 or 55.37% from 242); Max value from RGB is 134 - color contains mainly: blue. Hex color #026A86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026A86 is #FD9579. Grayscale: #4D4D4D. Windows color (decimal): -16618874 or 8808962. OLE color: 8808962.
HSL color Cylindrical-coordinate representation of color #026A86: hue angle of 192.73º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026A86 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 2 | 106 | 134 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.47 |
| HSL | 192.73º | 0.97% | 0.27% | - |
| HSV(B) | 192.73º | 0.99% | 0.53% | - |
| XYZ | 9.48 | 12.04 | 24.38 | - |
| YUV | 78.1 | 159.54 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 106 | 134 | 0.99 | 0.21 | 0 | 0.47 | 192.73 | 0.97 | 0.27 |
| Hex | 2 | 6A | 86 | 63 | 15 | 0 | 2F | C1 | 61 | 1B |
| Octal | 2 | 152 | 206 | 143 | 25 | 0 | 57 | 301 | 141 | 33 |
| Binary | 10 | 1101010 | 10000110 | 1100011 | 10101 | 0 | 101111 | 11000001 | 1100001 | 11011 |
Color Harmonies of #026A86
Complementary color
Monochromatic Colors of #026A86
Black with #026A86
Text Example
Text Example
White with #026A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026A86; }
p { color: rgb(2,106,134); }
H1.HeaderClassName
{
color: #026A86;
}
.AnyTagClassName
{
color: #026A86;
}
</style>
background-color css
<style>
a { background-color: #026A86; }
a { background-color: rgb(2,106,134); }
div.DivClassName
{
background-color: #026A86;
}
.BgClassName
{
background-color: #026A86;
}
</style>
border-color css
<style>
span { border-color: #026A86; }
span { border-color: rgb(2,106,134); }
td.TdClassName
{
border-color: #026A86;
}
.TagClassName
{
border-color: #026A86;
}
</style>