Html Css Color HEX #086685 Allports

📋 copy color: '#086685'

red 8 ◦ green 102 ◦ blue 133

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

Shades of Allports #086685

Tints of Allports #086685

RGB

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

 GREEN value IS 102 (40.23% from 255) = 41.98%

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

R = 3.29%
G = 41.98%
B = 54.73%

CMYK

 C value IS 0.94

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#086685 (or 0x086685) is known color: Allports. HEX triplet: 08, 66 and 85. RGB value is (8,102,133). Sum of RGB (Red+Green+Blue) = 8+102+133=243 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.29% from 243); Green value is 102 (40.23% from 255 or 41.98% from 243); Blue value is 133 (52.34% from 255 or 54.73% from 243); Max value from RGB is 133 - color contains mainly: blue. Hex color #086685 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086685 is #F7997A. Grayscale: #4D4D4D. Windows color (decimal): -16226683 or 8742408. OLE color: 8742408.

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

Color convert

RGB 8 102 133 -
CMYK 0.94 0.23 0 0.48
HSL 194.88º 0.89% 0.28% -
HSV(B) 194.88º 0.94% 0.52% -
XYZ 9.09 11.25 23.88 -
YUV 77.43 159.36 78.48 -
System Red Green Blue C M Y K H S L
Decimal 8 102 133 0.94 0.23 0 0.48 194.88 0.89 0.28
Hex 8 66 85 5E 17 0 30 C3 59 1C
Octal 10 146 205 136 27 0 60 303 131 34
Binary 1000 1100110 10000101 1011110 10111 0 110000 11000011 1011001 11100

Color Harmonies of #086685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086685

Black with #086685

Text Example


Text Example

White with #086685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086685; }

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

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

background-color css

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

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

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

border-color css

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

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

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