#086165

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

Shades of Blue Lagoon #086165

Tints of Blue Lagoon #086165

Color information

#086165 (or 0x086165) is unknown color: approx Blue Lagoon. HEX triplet: 08, 61 and 65. RGB value is (8,97,101). Sum of RGB (Red+Green+Blue) = 8+97+101=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 97 (38.28% from 255 or 47.09% from 206); Blue value is 101 (39.84% from 255 or 49.03% from 206); Max value from RGB is 101 - color contains mainly: blue. Hex color #086165 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086165 is #F79E9A. Grayscale: #464646. Windows color (decimal): -16227995 or 6643976. OLE color: 6643976.

HSL color Cylindrical-coordinate representation of color #086165: hue angle of 182.58º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086165 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB897101-
CMYK0.920.0400.60
HSL182.58º85.32%21.37%-
HSV(B)182.58º92.08%39.61%-
XYZ6.729.5413.8-
YUV70.84145.0183.17-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.88%
GREEN value IS 97 (38.28% from 255) = 47.09%
BLUE value IS 101 (39.84% from 255) = 49.03%
R=3.88%
G=47.09%
B=49.03%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8971010.920.0400.60182.5885.3221.37
Hex861655C403Cb75515
Octal10141145134407426712525
Binary1000110000111001011011100100011110010110111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086165; }

 p { color: rgb(8,97,101); }

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

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

 a { background-color: rgb(8,97,101); }

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

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

 span { border-color: rgb(8,97,101); }

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