#086D8C

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

Shades of Allports #086D8C

Tints of Allports #086D8C

Color information

#086D8C (or 0x086D8C) is unknown color: approx Allports. HEX triplet: 08, 6D and 8C. RGB value is (8,109,140). Sum of RGB (Red+Green+Blue) = 8+109+140=257 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.11% from 257); Green value is 109 (42.97% from 255 or 42.41% from 257); Blue value is 140 (55.08% from 255 or 54.47% from 257); Max value from RGB is 140 - color contains mainly: blue. Hex color #086D8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086D8C is #F79273. Grayscale: #525252. Windows color (decimal): -16224884 or 9202952. OLE color: 9202952.

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

Color convert

RGB8109140-
CMYK0.940.2200.45
HSL194.09º89.19%29.02%-
HSV(B)194.09º94.29%54.9%-
XYZ10.312.8826.75-
YUV82.34160.5474.98-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.11%
GREEN value IS 109 (42.97% from 255) = 42.41%
BLUE value IS 140 (55.08% from 255) = 54.47%
R=3.11%
G=42.41%
B=54.47%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81091400.940.2200.45194.0989.1929.02
Hex86D8C5E1602Dc2591d
Octal101552141362605530213135
Binary1000110110110001100101111010110010110111000010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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