#086B8D

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

Shades of Allports #086B8D

Tints of Allports #086B8D

Color information

#086B8D (or 0x086B8D) is unknown color: approx Allports. HEX triplet: 08, 6B and 8D. RGB value is (8,107,141). Sum of RGB (Red+Green+Blue) = 8+107+141=256 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.12% from 256); Green value is 107 (42.19% from 255 or 41.80% from 256); Blue value is 141 (55.47% from 255 or 55.08% from 256); Max value from RGB is 141 - color contains mainly: blue. Hex color #086B8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086B8D is #F79472. Grayscale: #515151. Windows color (decimal): -16225395 or 9267976. OLE color: 9267976.

HSL color Cylindrical-coordinate representation of color #086B8D: hue angle of 195.34º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #086B8D is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8107141-
CMYK0.940.2400.45
HSL195.34º89.26%29.22%-
HSV(B)195.34º94.33%55.29%-
XYZ10.1712.4927.07-
YUV81.27161.775.74-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.12%
GREEN value IS 107 (42.19% from 255) = 41.80%
BLUE value IS 141 (55.47% from 255) = 55.08%
R=3.12%
G=41.80%
B=55.08%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81071410.940.2400.45195.3489.2629.22
Hex86B8D5E1802Dc3591d
Octal101532151363005530313135
Binary1000110101110001101101111011000010110111000011101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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