#086B6E

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

Shades of Blue Lagoon #086B6E

Tints of Blue Lagoon #086B6E

Color information

#086B6E (or 0x086B6E) is unknown color: approx Blue Lagoon. HEX triplet: 08, 6B and 6E. RGB value is (8,107,110). Sum of RGB (Red+Green+Blue) = 8+107+110=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 107 (42.19% from 255 or 47.56% from 225); Blue value is 110 (43.36% from 255 or 48.89% from 225); Max value from RGB is 110 - color contains mainly: blue. Hex color #086B6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086B6E is #F79491. Grayscale: #4D4D4D. Windows color (decimal): -16225426 or 7236360. OLE color: 7236360.

HSL color Cylindrical-coordinate representation of color #086B6E: hue angle of 181.76º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086B6E is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8107110-
CMYK0.930.0300.57
HSL181.76º86.44%23.14%-
HSV(B)181.76º92.73%43.14%-
XYZ8.1711.6916.58-
YUV77.74146.278.26-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.56%
GREEN value IS 107 (42.19% from 255) = 47.56%
BLUE value IS 110 (43.36% from 255) = 48.89%
R=3.56%
G=47.56%
B=48.89%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81071100.930.0300.57181.7686.4423.14
Hex86B6E5D3039b65617
Octal10153156135307126612627
Binary100011010111101110101110111011100110110110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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