#086D84

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

Shades of Allports #086D84

Tints of Allports #086D84

Color information

#086D84 (or 0x086D84) is unknown color: approx Allports. HEX triplet: 08, 6D and 84. RGB value is (8,109,132). Sum of RGB (Red+Green+Blue) = 8+109+132=249 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.21% from 249); Green value is 109 (42.97% from 255 or 43.78% from 249); Blue value is 132 (51.95% from 255 or 53.01% from 249); Max value from RGB is 132 - color contains mainly: blue. Hex color #086D84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086D84 is #F7927B. Grayscale: #515151. Windows color (decimal): -16224892 or 8678664. OLE color: 8678664.

HSL color Cylindrical-coordinate representation of color #086D84: hue angle of 191.13º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #086D84 is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8109132-
CMYK0.940.1700.48
HSL191.13º88.57%27.45%-
HSV(B)191.13º93.94%51.76%-
XYZ9.7312.6523.76-
YUV81.42156.5475.63-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.21%
GREEN value IS 109 (42.97% from 255) = 43.78%
BLUE value IS 132 (51.95% from 255) = 53.01%
R=3.21%
G=43.78%
B=53.01%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81091320.940.1700.48191.1388.5727.45
Hex86D845E11030bf591b
Octal101552041362106027713133
Binary1000110110110000100101111010001011000010111111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,109,132); }

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

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

 a { background-color: rgb(8,109,132); }

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

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

 span { border-color: rgb(8,109,132); }

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