#086675

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

Shades of Blue Lagoon #086675

Tints of Blue Lagoon #086675

Color information

#086675 (or 0x086675) is unknown color: approx Blue Lagoon. HEX triplet: 08, 66 and 75. RGB value is (8,102,117). Sum of RGB (Red+Green+Blue) = 8+102+117=227 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.52% from 227); Green value is 102 (40.23% from 255 or 44.93% from 227); Blue value is 117 (46.09% from 255 or 51.54% from 227); Max value from RGB is 117 - color contains mainly: blue. Hex color #086675 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086675 is #F7998A. Grayscale: #4B4B4B. Windows color (decimal): -16226699 or 7693832. OLE color: 7693832.

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

Color convert

RGB8102117-
CMYK0.930.1300.54
HSL188.26º87.2%24.51%-
HSV(B)188.26º93.16%45.88%-
XYZ8.0610.8418.5-
YUV75.6151.3679.78-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.52%
GREEN value IS 102 (40.23% from 255) = 44.93%
BLUE value IS 117 (46.09% from 255) = 51.54%
R=3.52%
G=44.93%
B=51.54%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81021170.930.1300.54188.2687.224.51
Hex866755DD036bc5719
Octal101461651351506627412731
Binary10001100110111010110111011101011011010111100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086675; }

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

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

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

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

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

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

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

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