#086C72

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

Shades of Blue Lagoon #086C72

Tints of Blue Lagoon #086C72

Color information

#086C72 (or 0x086C72) is unknown color: approx Blue Lagoon. HEX triplet: 08, 6C and 72. RGB value is (8,108,114). Sum of RGB (Red+Green+Blue) = 8+108+114=230 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.48% from 230); Green value is 108 (42.58% from 255 or 46.96% from 230); Blue value is 114 (44.92% from 255 or 49.57% from 230); Max value from RGB is 114 - color contains mainly: blue. Hex color #086C72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086C72 is #F7938D. Grayscale: #4E4E4E. Windows color (decimal): -16225166 or 7498760. OLE color: 7498760.

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

Color convert

RGB8108114-
CMYK0.930.0500.55
HSL183.4º86.89%23.92%-
HSV(B)183.4º92.98%44.71%-
XYZ8.511.9917.79-
YUV78.78147.8777.51-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.48%
GREEN value IS 108 (42.58% from 255) = 46.96%
BLUE value IS 114 (44.92% from 255) = 49.57%
R=3.48%
G=46.96%
B=49.57%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81081140.930.0500.55183.486.8923.92
Hex86C725D5037b75718
Octal10154162135506726712730
Binary1000110110011100101011101101011011110110111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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