#086874

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

Shades of Blue Lagoon #086874

Tints of Blue Lagoon #086874

Color information

#086874 (or 0x086874) is unknown color: approx Blue Lagoon. HEX triplet: 08, 68 and 74. RGB value is (8,104,116). Sum of RGB (Red+Green+Blue) = 8+104+116=228 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.51% from 228); Green value is 104 (41.02% from 255 or 45.61% from 228); Blue value is 116 (45.70% from 255 or 50.88% from 228); Max value from RGB is 116 - color contains mainly: blue. Hex color #086874 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086874 is #F7978B. Grayscale: #4C4C4C. Windows color (decimal): -16226188 or 7628808. OLE color: 7628808.

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

Color convert

RGB8104116-
CMYK0.930.1000.55
HSL186.67º87.1%24.31%-
HSV(B)186.67º93.1%45.49%-
XYZ8.211.2118.26-
YUV76.66150.279.02-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.51%
GREEN value IS 104 (41.02% from 255) = 45.61%
BLUE value IS 116 (45.70% from 255) = 50.88%
R=3.51%
G=45.61%
B=50.88%

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
Decimal81041160.930.1000.55186.6787.124.31
Hex868745DA037bb5718
Octal101501641351206727312730
Binary10001101000111010010111011010011011110111011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086874; }

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

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

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

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

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

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

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

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