#086873

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

Shades of Blue Lagoon #086873

Tints of Blue Lagoon #086873

Color information

#086873 (or 0x086873) is unknown color: approx Blue Lagoon. HEX triplet: 08, 68 and 73. RGB value is (8,104,115). Sum of RGB (Red+Green+Blue) = 8+104+115=227 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.52% from 227); Green value is 104 (41.02% from 255 or 45.81% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #086873 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086873 is #F7978C. Grayscale: #4C4C4C. Windows color (decimal): -16226189 or 7563272. OLE color: 7563272.

HSL color Cylindrical-coordinate representation of color #086873: hue angle of 186.17º 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 #086873 is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8104115-
CMYK0.930.1000.55
HSL186.17º86.99%24.12%-
HSV(B)186.17º93.04%45.1%-
XYZ8.1411.1917.95-
YUV76.55149.779.11-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.52%
GREEN value IS 104 (41.02% from 255) = 45.81%
BLUE value IS 115 (45.31% from 255) = 50.66%
R=3.52%
G=45.81%
B=50.66%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81041150.930.1000.55186.1786.9924.12
Hex868735DA037ba5718
Octal101501631351206727212730
Binary10001101000111001110111011010011011110111010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086873; }

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

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

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

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

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

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

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

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