#086B72

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

Shades of Blue Lagoon #086B72

Tints of Blue Lagoon #086B72

Color information

#086B72 (or 0x086B72) is unknown color: approx Blue Lagoon. HEX triplet: 08, 6B and 72. RGB value is (8,107,114). Sum of RGB (Red+Green+Blue) = 8+107+114=229 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.49% from 229); Green value is 107 (42.19% from 255 or 46.72% from 229); Blue value is 114 (44.92% from 255 or 49.78% from 229); Max value from RGB is 114 - color contains mainly: blue. Hex color #086B72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086B72 is #F7948D. Grayscale: #4E4E4E. Windows color (decimal): -16225422 or 7498504. OLE color: 7498504.

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

Color convert

RGB8107114-
CMYK0.930.0600.55
HSL183.96º86.89%23.92%-
HSV(B)183.96º92.98%44.71%-
XYZ8.411.7817.75-
YUV78.2148.277.93-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.49%
GREEN value IS 107 (42.19% from 255) = 46.72%
BLUE value IS 114 (44.92% from 255) = 49.78%
R=3.49%
G=46.72%
B=49.78%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81071140.930.0600.55183.9686.8923.92
Hex86B725D6037b85718
Octal10153162135606727012730
Binary1000110101111100101011101110011011110111000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086B72; }

 p { color: rgb(8,107,114); }

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

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

 a { background-color: rgb(8,107,114); }

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

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

 span { border-color: rgb(8,107,114); }

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