#086B82

Color #086B82 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #086B82

Tints of Blue Lagoon #086B82

Color information

#086B82 (or 0x086B82) is unknown color: approx Blue Lagoon. HEX triplet: 08, 6B and 82. RGB value is (8,107,130). Sum of RGB (Red+Green+Blue) = 8+107+130=245 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.27% from 245); Green value is 107 (42.19% from 255 or 43.67% from 245); Blue value is 130 (51.17% from 255 or 53.06% from 245); Max value from RGB is 130 - color contains mainly: blue. Hex color #086B82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086B82 is #F7947D. Grayscale: #4F4F4F. Windows color (decimal): -16225406 or 8547080. OLE color: 8547080.

HSL color Cylindrical-coordinate representation of color #086B82: hue angle of 191.31º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #086B82 is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8107130-
CMYK0.940.1800.49
HSL191.31º88.41%27.06%-
HSV(B)191.31º93.85%50.98%-
XYZ9.3912.1822.98-
YUV80.02156.276.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 8 (3.52% from 255) = 3.27%
GREEN value IS 107 (42.19% from 255) = 43.67%
BLUE value IS 130 (51.17% from 255) = 53.06%
R=3.27%
G=43.67%
B=53.06%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81071300.940.1800.49191.3188.4127.06
Hex86B825E12031bf581b
Octal101532021362206127713033
Binary1000110101110000010101111010010011000110111111101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086B82; }

 p { color: rgb(8,107,130); }

 H1.HeaderClassName
 {
   color: #086B82;
 }
 .AnyTagClassName
 {
   color: #086B82;
 }
</style>
background-color css

<style>
 a { background-color: #086B82; }

 a { background-color: rgb(8,107,130); }

 div.DivClassName
 {
   background-color: #086B82;
 }
 .BgClassName
 {
   background-color: #086B82;
 }
</style>
border-color css

<style>
 span { border-color: #086B82; }

 span { border-color: rgb(8,107,130); }

 td.TdClassName
 {
   border-color: #086B82;
 }
 .TagClassName
 {
   border-color: #086B82;
 }
</style>