Html Css Color HEX #086D85 Allports

📋 copy color: '#086D85'

red 8 ◦ green 109 ◦ blue 133

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

Shades of Allports #086D85

Tints of Allports #086D85

RGB

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

 GREEN value IS 109 (42.97% from 255) = 43.6%

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

R = 3.2%
G = 43.6%
B = 53.2%

CMYK

 C value IS 0.94

 M value IS 0.18

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#086D85 (or 0x086D85) is known color: Allports. HEX triplet: 08, 6D and 85. RGB value is (8,109,133). Sum of RGB (Red+Green+Blue) = 8+109+133=250 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.2% from 250); Green value is 109 (42.97% from 255 or 43.6% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #086D85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086D85 is #F7927A. Grayscale: #515151. Windows color (decimal): -16224891 or 8744200. OLE color: 8744200.

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

Color convert

RGB 8 109 133 -
CMYK 0.94 0.18 0 0.48
HSL 191.52º 0.89% 0.28% -
HSV(B) 191.52º 0.94% 0.52% -
XYZ 9.8 12.68 24.12 -
YUV 81.54 157.04 75.55 -
System Red Green Blue C M Y K H S L
Decimal 8 109 133 0.94 0.18 0 0.48 191.52 0.89 0.28
Hex 8 6D 85 5E 12 0 30 C0 59 1C
Octal 10 155 205 136 22 0 60 300 131 34
Binary 1000 1101101 10000101 1011110 10010 0 110000 11000000 1011001 11100

Color Harmonies of #086D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086D85

Black with #086D85

Text Example


Text Example

White with #086D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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