#086086

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

Shades of Allports #086086

Tints of Allports #086086

Color information

#086086 (or 0x086086) is unknown color: approx Allports. HEX triplet: 08, 60 and 86. RGB value is (8,96,134). Sum of RGB (Red+Green+Blue) = 8+96+134=238 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.36% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 134 (52.73% from 255 or 56.30% from 238); Max value from RGB is 134 - color contains mainly: blue. Hex color #086086 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086086 is #F79F79. Grayscale: #494949. Windows color (decimal): -16228218 or 8806408. OLE color: 8806408.

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

Color convert

RGB896134-
CMYK0.940.2800.47
HSL198.1º88.73%27.84%-
HSV(B)198.1º94.03%52.55%-
XYZ8.5910.1424.06-
YUV74.02161.8580.91-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.36%
GREEN value IS 96 (37.89% from 255) = 40.34%
BLUE value IS 134 (52.73% from 255) = 56.30%
R=3.36%
G=40.34%
B=56.30%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8961340.940.2800.47198.188.7327.84
Hex860865E1C02Fc6591c
Octal101402061363405730613134
Binary1000110000010000110101111011100010111111000110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086086; }

 p { color: rgb(8,96,134); }

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

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

 a { background-color: rgb(8,96,134); }

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

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

 span { border-color: rgb(8,96,134); }

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