Html Css Color HEX #086886 Allports

📋 copy color: '#086886'

red 8 ◦ green 104 ◦ blue 134

#086886
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Allports #086886

Tints of Allports #086886

RGB

 RED value IS 8 (3.52% from 255) = 3.25%

 GREEN value IS 104 (41.02% from 255) = 42.28%

 BLUE value IS 134 (52.73% from 255) = 54.47%

R = 3.25%
G = 42.28%
B = 54.47%

CMYK

 C value IS 0.94

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#086886 (or 0x086886) is known color: Allports. HEX triplet: 08, 68 and 86. RGB value is (8,104,134). Sum of RGB (Red+Green+Blue) = 8+104+134=246 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.25% from 246); Green value is 104 (41.02% from 255 or 42.28% from 246); Blue value is 134 (52.73% from 255 or 54.47% from 246); Max value from RGB is 134 - color contains mainly: blue. Hex color #086886 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086886 is #F79779. Grayscale: #4E4E4E. Windows color (decimal): -16226170 or 8808456. OLE color: 8808456.

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

Color convert

RGB 8 104 134 -
CMYK 0.94 0.22 0 0.47
HSL 194.29º 0.89% 0.28% -
HSV(B) 194.29º 0.94% 0.53% -
XYZ 9.35 11.67 24.31 -
YUV 78.72 159.2 77.56 -
System Red Green Blue C M Y K H S L
Decimal 8 104 134 0.94 0.22 0 0.47 194.29 0.89 0.28
Hex 8 68 86 5E 16 0 2F C2 59 1C
Octal 10 150 206 136 26 0 57 302 131 34
Binary 1000 1101000 10000110 1011110 10110 0 101111 11000010 1011001 11100

Color Harmonies of #086886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086886

Black with #086886

Text Example


Text Example

White with #086886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086886; }

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

 H1.HeaderClassName
 {
   color: #086886;
 }
 .AnyTagClassName
 {
   color: #086886;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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