#086B85

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

Shades of Allports #086B85

Tints of Allports #086B85

Color information

#086B85 (or 0x086B85) is unknown color: approx Allports. HEX triplet: 08, 6B and 85. RGB value is (8,107,133). Sum of RGB (Red+Green+Blue) = 8+107+133=248 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.23% from 248); Green value is 107 (42.19% from 255 or 43.15% from 248); Blue value is 133 (52.34% from 255 or 53.63% from 248); Max value from RGB is 133 - color contains mainly: blue. Hex color #086B85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086B85 is #F7947A. Grayscale: #505050. Windows color (decimal): -16225403 or 8743688. OLE color: 8743688.

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

Color convert

RGB8107133-
CMYK0.940.2000.48
HSL192.48º88.65%27.65%-
HSV(B)192.48º93.98%52.16%-
XYZ9.5912.2624.05-
YUV80.36157.776.39-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.23%
GREEN value IS 107 (42.19% from 255) = 43.15%
BLUE value IS 133 (52.34% from 255) = 53.63%
R=3.23%
G=43.15%
B=53.63%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81071330.940.2000.48192.4888.6527.65
Hex86B855E14030c0591c
Octal101532051362406030013134
Binary1000110101110000101101111010100011000011000000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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