Html Css Color HEX #086B85 Allports

📋 copy color: '#086B85'

red 8 ◦ green 107 ◦ blue 133

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

Shades of Allports #086B85

Tints of Allports #086B85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 53.63%

R = 3.23%
G = 43.15%
B = 53.63%

CMYK

 C value IS 0.94

 M value IS 0.20

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#086B85 (or 0x086B85) is known color: Allports. HEX triplet: 08, 6B and 85. RGB value is (8,107,133). Sum of RGB (Red+Green+Blue) = 8+107+133=248 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.23% from 248); Green value is 107 (42.19% from 255 or 43.15% from 248); Blue value is 133 (52.34% from 255 or 53.63% from 248); Max value from RGB is 133 - color contains mainly: blue. Hex color #086B85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086B85 is #F7947A. Grayscale: #505050. Windows color (decimal): -16225403 or 8743688. OLE color: 8743688.

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

Color convert

RGB 8 107 133 -
CMYK 0.94 0.20 0 0.48
HSL 192.48º 0.89% 0.28% -
HSV(B) 192.48º 0.94% 0.52% -
XYZ 9.59 12.26 24.05 -
YUV 80.36 157.7 76.39 -
System Red Green Blue C M Y K H S L
Decimal 8 107 133 0.94 0.20 0 0.48 192.48 0.89 0.28
Hex 8 6B 85 5E 14 0 30 C0 59 1C
Octal 10 153 205 136 24 0 60 300 131 34
Binary 1000 1101011 10000101 1011110 10100 0 110000 11000000 1011001 11100

Color Harmonies of #086B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086B85

Black with #086B85

Text Example


Text Example

White with #086B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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