#086A72

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

Shades of Blue Lagoon #086A72

Tints of Blue Lagoon #086A72

Color information

#086A72 (or 0x086A72) is unknown color: approx Blue Lagoon. HEX triplet: 08, 6A and 72. RGB value is (8,106,114). Sum of RGB (Red+Green+Blue) = 8+106+114=228 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.51% from 228); Green value is 106 (41.80% from 255 or 46.49% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: blue. Hex color #086A72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086A72 is #F7958D. Grayscale: #4D4D4D. Windows color (decimal): -16225678 or 7498248. OLE color: 7498248.

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

Color convert

RGB8106114-
CMYK0.930.0700.55
HSL184.53º86.89%23.92%-
HSV(B)184.53º92.98%44.71%-
XYZ8.2911.5717.72-
YUV77.61148.5378.35-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.51%
GREEN value IS 106 (41.80% from 255) = 46.49%
BLUE value IS 114 (44.92% from 255) = 50%
R=3.51%
G=46.49%
B=50%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81061140.930.0700.55184.5386.8923.92
Hex86A725D7037b95718
Octal10152162135706727112730
Binary1000110101011100101011101111011011110111001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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