#086E85

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

Shades of Allports #086E85

Tints of Allports #086E85

Color information

#086E85 (or 0x086E85) is unknown color: approx Allports. HEX triplet: 08, 6E and 85. RGB value is (8,110,133). Sum of RGB (Red+Green+Blue) = 8+110+133=251 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.19% from 251); Green value is 110 (43.36% from 255 or 43.82% from 251); Blue value is 133 (52.34% from 255 or 52.99% from 251); Max value from RGB is 133 - color contains mainly: blue. Hex color #086E85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086E85 is #F7917A. Grayscale: #515151. Windows color (decimal): -16224635 or 8744456. OLE color: 8744456.

HSL color Cylindrical-coordinate representation of color #086E85: hue angle of 191.04º 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 #086E85 is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8110133-
CMYK0.940.1700.48
HSL191.04º88.65%27.65%-
HSV(B)191.04º93.98%52.16%-
XYZ9.9112.924.16-
YUV82.12156.7175.13-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.19%
GREEN value IS 110 (43.36% from 255) = 43.82%
BLUE value IS 133 (52.34% from 255) = 52.99%
R=3.19%
G=43.82%
B=52.99%

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
Decimal81101330.940.1700.48191.0488.6527.65
Hex86E855E11030bf591c
Octal101562051362106027713134
Binary1000110111010000101101111010001011000010111111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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