#086A79

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

Shades of Blue Lagoon #086A79

Tints of Blue Lagoon #086A79

Color information

#086A79 (or 0x086A79) is unknown color: approx Blue Lagoon. HEX triplet: 08, 6A and 79. RGB value is (8,106,121). Sum of RGB (Red+Green+Blue) = 8+106+121=235 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.40% from 235); Green value is 106 (41.80% from 255 or 45.11% from 235); Blue value is 121 (47.66% from 255 or 51.49% from 235); Max value from RGB is 121 - color contains mainly: blue. Hex color #086A79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086A79 is #F79586. Grayscale: #4E4E4E. Windows color (decimal): -16225671 or 7957000. OLE color: 7957000.

HSL color Cylindrical-coordinate representation of color #086A79: hue angle of 187.96º degrees, saturation: 0.88, 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 #086A79 is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8106121-
CMYK0.930.1200.53
HSL187.96º87.6%25.29%-
HSV(B)187.96º93.39%47.45%-
XYZ8.7111.7419.9-
YUV78.41152.0377.78-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.40%
GREEN value IS 106 (41.80% from 255) = 45.11%
BLUE value IS 121 (47.66% from 255) = 51.49%
R=3.40%
G=45.11%
B=51.49%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81061210.930.1200.53187.9687.625.29
Hex86A795DC035bc5819
Octal101521711351406527413031
Binary10001101010111100110111011100011010110111100101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,106,121); }

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

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

 a { background-color: rgb(8,106,121); }

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

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

 span { border-color: rgb(8,106,121); }

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