#086C7D

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

Shades of Blue Lagoon #086C7D

Tints of Blue Lagoon #086C7D

Color information

#086C7D (or 0x086C7D) is unknown color: approx Blue Lagoon. HEX triplet: 08, 6C and 7D. RGB value is (8,108,125). Sum of RGB (Red+Green+Blue) = 8+108+125=241 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.32% from 241); Green value is 108 (42.58% from 255 or 44.81% from 241); Blue value is 125 (49.22% from 255 or 51.87% from 241); Max value from RGB is 125 - color contains mainly: blue. Hex color #086C7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086C7D is #F79382. Grayscale: #4F4F4F. Windows color (decimal): -16225155 or 8219656. OLE color: 8219656.

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

Color convert

RGB8108125-
CMYK0.940.1400.51
HSL188.72º87.97%26.08%-
HSV(B)188.72º93.6%49.02%-
XYZ9.1612.2621.28-
YUV80.04153.3776.62-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.32%
GREEN value IS 108 (42.58% from 255) = 44.81%
BLUE value IS 125 (49.22% from 255) = 51.87%
R=3.32%
G=44.81%
B=51.87%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal81081250.940.1400.51188.7287.9726.08
Hex86C7D5EE033bd581a
Octal101541751361606327513032
Binary10001101100111110110111101110011001110111101101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,108,125); }

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

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

 a { background-color: rgb(8,108,125); }

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

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

 span { border-color: rgb(8,108,125); }

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