Shades of Blue Lagoon #086280
Tints of Blue Lagoon #086280
RGB
CMYK
RGB Variations
Color information
#086280 (or 0x086280) is known color: Blue Lagoon. HEX triplet: 08, 62 and 80. RGB value is (8,98,128). Sum of RGB (Red+Green+Blue) = 8+98+128=234 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.42% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 128 (50.39% from 255 or 54.70% from 234); Max value from RGB is 128 - color contains mainly: blue. Hex color #086280 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086280 is #F79D7F. Grayscale: #4A4A4A. Windows color (decimal): -16227712 or 8413704. OLE color: 8413704.
HSL color Cylindrical-coordinate representation of color #086280: hue angle of 195º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #086280 is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 98 | 128 | - |
| CMYK | 0.94 | 0.23 | 0 | 0.50 |
| HSL | 195º | 0.88% | 0.27% | - |
| HSV(B) | 195º | 0.94% | 0.5% | - |
| XYZ | 8.36 | 10.35 | 21.98 | - |
| YUV | 74.51 | 158.18 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 98 | 128 | 0.94 | 0.23 | 0 | 0.50 | 195 | 0.88 | 0.27 |
| Hex | 8 | 62 | 80 | 5E | 17 | 0 | 32 | C3 | 58 | 1B |
| Octal | 10 | 142 | 200 | 136 | 27 | 0 | 62 | 303 | 130 | 33 |
| Binary | 1000 | 1100010 | 10000000 | 1011110 | 10111 | 0 | 110010 | 11000011 | 1011000 | 11011 |
Color Harmonies of #086280
Complementary color
Monochromatic Colors of #086280
Black with #086280
Text Example
Text Example
White with #086280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086280; }
p { color: rgb(8,98,128); }
H1.HeaderClassName
{
color: #086280;
}
.AnyTagClassName
{
color: #086280;
}
</style>
background-color css
<style>
a { background-color: #086280; }
a { background-color: rgb(8,98,128); }
div.DivClassName
{
background-color: #086280;
}
.BgClassName
{
background-color: #086280;
}
</style>
border-color css
<style>
span { border-color: #086280; }
span { border-color: rgb(8,98,128); }
td.TdClassName
{
border-color: #086280;
}
.TagClassName
{
border-color: #086280;
}
</style>