#086A73

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

Shades of Blue Lagoon #086A73

Tints of Blue Lagoon #086A73

Color information

#086A73 (or 0x086A73) is unknown color: approx Blue Lagoon. HEX triplet: 08, 6A and 73. RGB value is (8,106,115). Sum of RGB (Red+Green+Blue) = 8+106+115=229 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.49% from 229); Green value is 106 (41.80% from 255 or 46.29% from 229); Blue value is 115 (45.31% from 255 or 50.22% from 229); Max value from RGB is 115 - color contains mainly: blue. Hex color #086A73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086A73 is #F7958C. Grayscale: #4D4D4D. Windows color (decimal): -16225677 or 7563784. OLE color: 7563784.

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

Color convert

RGB8106115-
CMYK0.930.0800.55
HSL185.05º86.99%24.12%-
HSV(B)185.05º93.04%45.1%-
XYZ8.3511.618.02-
YUV77.72149.0378.27-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.49%
GREEN value IS 106 (41.80% from 255) = 46.29%
BLUE value IS 115 (45.31% from 255) = 50.22%
R=3.49%
G=46.29%
B=50.22%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81061150.930.0800.55185.0586.9924.12
Hex86A735D8037b95718
Octal101521631351006727112730
Binary10001101010111001110111011000011011110111001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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