#086B70

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

Shades of Blue Lagoon #086B70

Tints of Blue Lagoon #086B70

Color information

#086B70 (or 0x086B70) is unknown color: approx Blue Lagoon. HEX triplet: 08, 6B and 70. RGB value is (8,107,112). Sum of RGB (Red+Green+Blue) = 8+107+112=227 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.52% from 227); Green value is 107 (42.19% from 255 or 47.14% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 112 - color contains mainly: blue. Hex color #086B70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086B70 is #F7948F. Grayscale: #4D4D4D. Windows color (decimal): -16225424 or 7367432. OLE color: 7367432.

HSL color Cylindrical-coordinate representation of color #086B70: hue angle of 182.88º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086B70 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8107112-
CMYK0.930.0400.56
HSL182.88º86.67%23.53%-
HSV(B)182.88º92.86%43.92%-
XYZ8.2811.7417.16-
YUV77.97147.278.09-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.52%
GREEN value IS 107 (42.19% from 255) = 47.14%
BLUE value IS 112 (44.14% from 255) = 49.34%
R=3.52%
G=47.14%
B=49.34%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81071120.930.0400.56182.8886.6723.53
Hex86B705D4038b75718
Octal10153160135407026712730
Binary1000110101111100001011101100011100010110111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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