#086776

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

Shades of Blue Lagoon #086776

Tints of Blue Lagoon #086776

Color information

#086776 (or 0x086776) is unknown color: approx Blue Lagoon. HEX triplet: 08, 67 and 76. RGB value is (8,103,118). Sum of RGB (Red+Green+Blue) = 8+103+118=229 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.49% from 229); Green value is 103 (40.62% from 255 or 44.98% from 229); Blue value is 118 (46.48% from 255 or 51.53% from 229); Max value from RGB is 118 - color contains mainly: blue. Hex color #086776 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086776 is #F79889. Grayscale: #4C4C4C. Windows color (decimal): -16226442 or 7759624. OLE color: 7759624.

HSL color Cylindrical-coordinate representation of color #086776: hue angle of 188.18º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086776 is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8103118-
CMYK0.930.1300.54
HSL188.18º87.3%24.71%-
HSV(B)188.18º93.22%46.27%-
XYZ8.2211.0618.84-
YUV76.31151.5379.28-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.49%
GREEN value IS 103 (40.62% from 255) = 44.98%
BLUE value IS 118 (46.48% from 255) = 51.53%
R=3.49%
G=44.98%
B=51.53%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81031180.930.1300.54188.1887.324.71
Hex867765DD036bc5719
Octal101471661351506627412731
Binary10001100111111011010111011101011011010111100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086776; }

 p { color: rgb(8,103,118); }

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

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

 a { background-color: rgb(8,103,118); }

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

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

 span { border-color: rgb(8,103,118); }

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