#086775

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

Shades of Blue Lagoon #086775

Tints of Blue Lagoon #086775

Color information

#086775 (or 0x086775) is unknown color: approx Blue Lagoon. HEX triplet: 08, 67 and 75. RGB value is (8,103,117). Sum of RGB (Red+Green+Blue) = 8+103+117=228 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.51% from 228); Green value is 103 (40.62% from 255 or 45.18% from 228); Blue value is 117 (46.09% from 255 or 51.32% from 228); Max value from RGB is 117 - color contains mainly: blue. Hex color #086775 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086775 is #F7988A. Grayscale: #4C4C4C. Windows color (decimal): -16226443 or 7694088. OLE color: 7694088.

HSL color Cylindrical-coordinate representation of color #086775: hue angle of 187.71º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086775 is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8103117-
CMYK0.930.1200.54
HSL187.71º87.2%24.51%-
HSV(B)187.71º93.16%45.88%-
XYZ8.1611.0418.53-
YUV76.19151.0379.36-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.51%
GREEN value IS 103 (40.62% from 255) = 45.18%
BLUE value IS 117 (46.09% from 255) = 51.32%
R=3.51%
G=45.18%
B=51.32%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81031170.930.1200.54187.7187.224.51
Hex867755DC036bc5719
Octal101471651351406627412731
Binary10001100111111010110111011100011011010111100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086775; }

 p { color: rgb(8,103,117); }

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

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

 a { background-color: rgb(8,103,117); }

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

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

 span { border-color: rgb(8,103,117); }

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