#086879

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

Shades of Blue Lagoon #086879

Tints of Blue Lagoon #086879

Color information

#086879 (or 0x086879) is unknown color: approx Blue Lagoon. HEX triplet: 08, 68 and 79. RGB value is (8,104,121). Sum of RGB (Red+Green+Blue) = 8+104+121=233 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.43% from 233); Green value is 104 (41.02% from 255 or 44.64% from 233); Blue value is 121 (47.66% from 255 or 51.93% from 233); Max value from RGB is 121 - color contains mainly: blue. Hex color #086879 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086879 is #F79786. Grayscale: #4D4D4D. Windows color (decimal): -16226183 or 7956488. OLE color: 7956488.

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

Color convert

RGB8104121-
CMYK0.930.1400.53
HSL189.03º87.6%25.29%-
HSV(B)189.03º93.39%47.45%-
XYZ8.511.3319.83-
YUV77.23152.778.62-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.43%
GREEN value IS 104 (41.02% from 255) = 44.64%
BLUE value IS 121 (47.66% from 255) = 51.93%
R=3.43%
G=44.64%
B=51.93%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81041210.930.1400.53189.0387.625.29
Hex868795DE035bd5819
Octal101501711351606527513031
Binary10001101000111100110111011110011010110111101101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086879; }

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

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

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

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

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

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

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

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