#086C77

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

Shades of Blue Lagoon #086C77

Tints of Blue Lagoon #086C77

Color information

#086C77 (or 0x086C77) is unknown color: approx Blue Lagoon. HEX triplet: 08, 6C and 77. RGB value is (8,108,119). Sum of RGB (Red+Green+Blue) = 8+108+119=235 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.40% from 235); Green value is 108 (42.58% from 255 or 45.96% from 235); Blue value is 119 (46.88% from 255 or 50.64% from 235); Max value from RGB is 119 - color contains mainly: blue. Hex color #086C77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086C77 is #F79388. Grayscale: #4F4F4F. Windows color (decimal): -16225161 or 7826440. OLE color: 7826440.

HSL color Cylindrical-coordinate representation of color #086C77: hue angle of 185.95º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086C77 is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8108119-
CMYK0.930.0900.53
HSL185.95º87.4%24.9%-
HSV(B)185.95º93.28%46.67%-
XYZ8.7912.1119.33-
YUV79.35150.3777.11-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.40%
GREEN value IS 108 (42.58% from 255) = 45.96%
BLUE value IS 119 (46.88% from 255) = 50.64%
R=3.40%
G=45.96%
B=50.64%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81081190.930.0900.53185.9587.424.9
Hex86C775D9035ba5719
Octal101541671351106527212731
Binary10001101100111011110111011001011010110111010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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