#086166

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

Shades of Blue Lagoon #086166

Tints of Blue Lagoon #086166

Color information

#086166 (or 0x086166) is unknown color: approx Blue Lagoon. HEX triplet: 08, 61 and 66. RGB value is (8,97,102). Sum of RGB (Red+Green+Blue) = 8+97+102=207 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.86% from 207); Green value is 97 (38.28% from 255 or 46.86% from 207); Blue value is 102 (40.23% from 255 or 49.28% from 207); Max value from RGB is 102 - color contains mainly: blue. Hex color #086166 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086166 is #F79E99. Grayscale: #464646. Windows color (decimal): -16227994 or 6709512. OLE color: 6709512.

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

Color convert

RGB897102-
CMYK0.920.0500.6
HSL183.19º85.45%21.57%-
HSV(B)183.19º92.16%40%-
XYZ6.779.5614.06-
YUV70.96145.5183.09-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.86%
GREEN value IS 97 (38.28% from 255) = 46.86%
BLUE value IS 102 (40.23% from 255) = 49.28%
R=3.86%
G=46.86%
B=49.28%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal8971020.920.0500.6183.1985.4521.57
Hex861665C503Cb75516
Octal10141146134507426712526
Binary1000110000111001101011100101011110010110111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086166; }

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

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

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

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

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

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

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

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