Html Css Color HEX #086B83 Allports

📋 copy color: '#086B83'

red 8 ◦ green 107 ◦ blue 131

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

Shades of Allports #086B83

Tints of Allports #086B83

RGB

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

 GREEN value IS 107 (42.19% from 255) = 43.5%

 BLUE value IS 131 (51.56% from 255) = 53.25%

R = 3.25%
G = 43.5%
B = 53.25%

CMYK

 C value IS 0.94

 M value IS 0.18

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#086B83 (or 0x086B83) is known color: Allports. HEX triplet: 08, 6B and 83. RGB value is (8,107,131). Sum of RGB (Red+Green+Blue) = 8+107+131=246 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.25% from 246); Green value is 107 (42.19% from 255 or 43.50% from 246); Blue value is 131 (51.56% from 255 or 53.25% from 246); Max value from RGB is 131 - color contains mainly: blue. Hex color #086B83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086B83 is #F7947C. Grayscale: #4F4F4F. Windows color (decimal): -16225405 or 8612616. OLE color: 8612616.

HSL color Cylindrical-coordinate representation of color #086B83: hue angle of 191.71º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #086B83 is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 107 131 -
CMYK 0.94 0.18 0 0.49
HSL 191.71º 0.88% 0.27% -
HSV(B) 191.71º 0.94% 0.51% -
XYZ 9.45 12.21 23.33 -
YUV 80.14 156.7 76.55 -
System Red Green Blue C M Y K H S L
Decimal 8 107 131 0.94 0.18 0 0.49 191.71 0.88 0.27
Hex 8 6B 83 5E 12 0 31 C0 58 1B
Octal 10 153 203 136 22 0 61 300 130 33
Binary 1000 1101011 10000011 1011110 10010 0 110001 11000000 1011000 11011

Color Harmonies of #086B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086B83

Black with #086B83

Text Example


Text Example

White with #086B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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